We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f42e45 commit 8e1b86eCopy full SHA for 8e1b86e
util/str_stl.h
@@ -37,6 +37,8 @@ namespace std {
37
namespace NHashPrivate {
38
template <class T, bool needNumericHashing>
39
struct THashHelper {
40
+ using is_default_implementation = std::true_type;
41
+
42
inline size_t operator()(const T& t) const noexcept {
43
return (size_t)t; // If you have a compilation error here, look at explanation below:
44
// Probably error is caused by undefined template specialization of THash<T>
0 commit comments