From 7c40cc0b63b266130c6aba7f72a81023f35ee300 Mon Sep 17 00:00:00 2001 From: Daniel Frey Date: Fri, 23 May 2003 23:09:21 +0000 Subject: [PATCH] Fixed bool_testable for compilers with BOOST_NO_OPERATORS_IN_NAMESPACE [SVN r18521] --- include/boost/operators.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/operators.hpp b/include/boost/operators.hpp index b2f68b3..344bdf3 100644 --- a/include/boost/operators.hpp +++ b/include/boost/operators.hpp @@ -829,6 +829,8 @@ BOOST_OPERATOR_TEMPLATE1(decrementable) BOOST_OPERATOR_TEMPLATE2(dereferenceable) BOOST_OPERATOR_TEMPLATE3(indexable) +BOOST_OPERATOR_TEMPLATE1(bool_testable) + BOOST_OPERATOR_TEMPLATE(left_shiftable) BOOST_OPERATOR_TEMPLATE(right_shiftable) BOOST_OPERATOR_TEMPLATE(equivalent)