mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-11 05:23:52 +00:00
codewarrior bug workaround
[SVN r8989]
This commit is contained in:
parent
5e1bc30db9
commit
d17e8dae9b
@ -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
|
||||
));
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user