|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r56955 - in trunk/boost/intrusive: . detail
From: igaztanaga_at_[hidden]
Date: 2009-10-17 11:23:58
Author: igaztanaga
Date: 2009-10-17 11:23:57 EDT (Sat, 17 Oct 2009)
New Revision: 56955
URL: http://svn.boost.org/trac/boost/changeset/56955
Log:
Fixes for 1.41
Text files modified:
trunk/boost/intrusive/detail/utilities.hpp | 2 +-
trunk/boost/intrusive/list.hpp | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
Modified: trunk/boost/intrusive/detail/utilities.hpp
==============================================================================
--- trunk/boost/intrusive/detail/utilities.hpp (original)
+++ trunk/boost/intrusive/detail/utilities.hpp 2009-10-17 11:23:57 EDT (Sat, 17 Oct 2009)
@@ -569,7 +569,7 @@
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>
Modified: trunk/boost/intrusive/list.hpp
==============================================================================
--- trunk/boost/intrusive/list.hpp (original)
+++ trunk/boost/intrusive/list.hpp 2009-10-17 11:23:57 EDT (Sat, 17 Oct 2009)
@@ -107,7 +107,6 @@
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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk