No custom char ptr comparision under the flag d9391318acda3af65dc490b6592d0555ac6cb170
@@ -11,6 +11,8 @@
#include <typeindex>
#include <utility>
+#ifndef NO_CUSTOM_CHAR_PTR_STD_COMPARATOR
+
namespace std {
template <>
struct less<const char*> {
@@ -30,6 +32,8 @@ namespace std {
};
}
+#endif
namespace NHashPrivate {
template <class T, bool needNumericHashing>
struct THashHelper {