diff --git a/include/boost/tuple/tuple_comparison.hpp b/include/boost/tuple/tuple_comparison.hpp index 2062c60..a20fc65 100644 --- a/include/boost/tuple/tuple_comparison.hpp +++ b/include/boost/tuple/tuple_comparison.hpp @@ -69,7 +69,7 @@ inline bool neq(const T1& lhs, const T2& rhs) { neq(lhs.get_tail(), rhs.get_tail()); } template<> -inline bool neq(const null_type&, const null_type&) { return true; } +inline bool neq(const null_type&, const null_type&) { return false; } template inline bool lt(const T1& lhs, const T2& rhs) {