We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9552828 commit 814efb5Copy full SHA for 814efb5
include/boost/container/detail/pair.hpp
@@ -566,10 +566,7 @@ struct is_trivially_copy_assignable<boost::container::dtl::pair<A,B> >
566
template<class A, class B>
567
struct is_trivially_copy_assignable<std::pair<A,B> >
568
: is_trivially_copy_assignable<boost::container::dtl::pair<A,B> >
569
-{
570
- BOOST_STATIC_CONSTEXPR bool value = boost::move_detail::is_trivially_copy_assignable<A>::value &&
571
- boost::move_detail::is_trivially_copy_assignable<B>::value;
572
-};
+{};
573
574
//
575
// is_trivially_move_assignable
0 commit comments