diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/astdx/equiv.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/astdx/equiv.hpp b/lib/astdx/equiv.hpp index 73e63b3..8e20653 100644 --- a/lib/astdx/equiv.hpp +++ b/lib/astdx/equiv.hpp @@ -48,6 +48,7 @@ namespace astdx return T::hash() != U::hash(); } }; + template <typename T> struct is_not_same<T, T> { |
