From d17e8dae9bb80ecd912bb9ccd952e36fa8bae2ad Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 6 Feb 2001 23:59:02 +0000 Subject: [PATCH] codewarrior bug workaround [SVN r8989] --- include/boost/pending/iterator_tests.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/pending/iterator_tests.hpp b/include/boost/pending/iterator_tests.hpp index 2694da5..9bde614 100644 --- a/include/boost/pending/iterator_tests.hpp +++ b/include/boost/pending/iterator_tests.hpp @@ -103,7 +103,7 @@ template struct lvalue_test # endif BOOST_STATIC_ASSERT(boost::is_reference::value); BOOST_STATIC_ASSERT((boost::is_same::value - || boost::is_same::value + || boost::is_same::value )); } };