Fixed bool_testable for compilers with BOOST_NO_OPERATORS_IN_NAMESPACE

[SVN r18521]
This commit is contained in:
Daniel Frey 2003-05-23 23:09:21 +00:00
parent 73a9e0d351
commit 7c40cc0b63

View File

@ -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)