Fixes for 1.41

[SVN r56955]
This commit is contained in:
Ion Gaztañaga
2009-10-17 15:23:57 +00:00
parent 18347ffe41
commit ec8cd592ad
2 changed files with 1 additions and 2 deletions

View File

@@ -569,7 +569,7 @@ struct store_cont_ptr_on_it_impl
template<class ValueTraits>
struct store_cont_ptr_on_it_impl<ValueTraits, true>
{
static const bool value = false;
static const bool value = true;
};
template <class Container>

View File

@@ -107,7 +107,6 @@ class list_impl
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;
BOOST_STATIC_ASSERT(( stateful_value_traits == false ));
/// @cond