summaryrefslogtreecommitdiff
path: root/tests/glibmm_ustring_compare
Commit message (Collapse)AuthorAgeFilesLines
* tests/glibmm_ustring_compare: Fix so it works for C++20Kjell Ahlstedt2021-04-111-28/+15
| | | | | | | Make 3 tests, where the 2 new tests check that the disallowed comparisons between std::string and Glib::ustring don't compile. The new tests are added only in Meson builds (ninja test). See MR !50
* Use Glib::UStringView with Glib::ustring::compare()Thomas Holder2019-11-301-0/+115
and with the comparison operators, operator==(), etc. Add the glibmm_ustring_compare test case. https://gitlab.gnome.org/GNOME/glibmm/issues/64 https://gitlab.gnome.org/GNOME/glibmm/issues/65