mirror of
https://github.com/boostorg/circular_buffer.git
synced 2026-01-27 06:42:18 +00:00
@@ -2296,11 +2296,11 @@ void check_containers_exception_specifications() {
|
||||
#ifndef BOOST_CLANG
|
||||
// Clang has an error in __has_nothrow_constructor implementation:
|
||||
// http://llvm.org/bugs/show_bug.cgi?id=16627
|
||||
BOOST_CHECK(boost::is_nothrow_move_constructible<CB_CONTAINER<int> >::value);
|
||||
BOOST_CHECK(boost::has_nothrow_constructor<CB_CONTAINER<int> >::value);
|
||||
#endif
|
||||
|
||||
BOOST_CHECK(boost::is_nothrow_move_assignable<CB_CONTAINER<int> >::value);
|
||||
BOOST_CHECK(boost::has_nothrow_constructor<CB_CONTAINER<int> >::value);
|
||||
BOOST_CHECK(boost::is_nothrow_move_constructible<CB_CONTAINER<int> >::value);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user