Use std::string::compare() unconditionally

Don't test for it in configure/CMake and just always use it.
This commit is contained in:
Vadim Zeitlin 2022-10-11 00:10:24 +02:00
parent 0a387693c6
commit 583a426a37
9 changed files with 5 additions and 47 deletions

View file

@ -315,10 +315,6 @@ typedef short int WXTYPE;
/* for consistency with wxStatic/DynamicCast defined in wx/object.h */
#define wxConstCast(obj, className) const_cast<className *>(obj)
#ifndef HAVE_STD_STRING_COMPARE
#define HAVE_STD_STRING_COMPARE
#endif
#ifndef HAVE_TYPE_TRAITS
#define HAVE_TYPE_TRAITS
#endif