mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-03 06:24:44 +02:00
Fixes for 1.41
[SVN r56954]
This commit is contained in:
@@ -569,7 +569,7 @@ struct store_cont_ptr_on_it_impl
|
|||||||
template<class ValueTraits>
|
template<class ValueTraits>
|
||||||
struct store_cont_ptr_on_it_impl<ValueTraits, true>
|
struct store_cont_ptr_on_it_impl<ValueTraits, true>
|
||||||
{
|
{
|
||||||
static const bool value = false;
|
static const bool value = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
template <class Container>
|
template <class Container>
|
||||||
|
@@ -107,7 +107,6 @@ class list_impl
|
|||||||
|
|
||||||
static const bool constant_time_size = Config::constant_time_size;
|
static const bool constant_time_size = Config::constant_time_size;
|
||||||
static const bool stateful_value_traits = detail::is_stateful_value_traits<real_value_traits>::value;
|
static const bool stateful_value_traits = detail::is_stateful_value_traits<real_value_traits>::value;
|
||||||
BOOST_STATIC_ASSERT(( stateful_value_traits == false ));
|
|
||||||
|
|
||||||
/// @cond
|
/// @cond
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user