From 22d8e8ecc049bf69c5d3a32d84f0550f324e2d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Thu, 6 Jun 2002 15:44:51 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20!=3D=20by=20suggestion=20of=20Bj=C3=B6r?= =?UTF-8?q?n=20Karlsson?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [SVN r14090] --- include/boost/tuple/tuple_comparison.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {