codewarrior bug workaround

[SVN r8989]
This commit is contained in:
Dave Abrahams 2001-02-06 23:59:02 +00:00
parent 5e1bc30db9
commit d17e8dae9b

View File

@ -103,7 +103,7 @@ template <bool is_pointer> struct lvalue_test
# endif
BOOST_STATIC_ASSERT(boost::is_reference<reference>::value);
BOOST_STATIC_ASSERT((boost::is_same<reference,value_type&>::value
|| boost::is_same<reference,value_type const&>::value
|| boost::is_same<reference,const value_type&>::value
));
}
};