|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r76161 - trunk/boost/icl
From: afojgo_at_[hidden]
Date: 2011-12-25 16:20:22
Author: jofaber
Date: 2011-12-25 16:20:21 EST (Sun, 25 Dec 2011)
New Revision: 76161
URL: http://svn.boost.org/trac/boost/changeset/76161
Log:
Fixed a configuration error.
Text files modified:
trunk/boost/icl/impl_config.hpp | 2 +-
trunk/boost/icl/interval_base_set.hpp | 4 ++--
trunk/boost/icl/set.hpp | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Modified: trunk/boost/icl/impl_config.hpp
==============================================================================
--- trunk/boost/icl/impl_config.hpp (original)
+++ trunk/boost/icl/impl_config.hpp 2011-12-25 16:20:21 EST (Sun, 25 Dec 2011)
@@ -1,6 +1,6 @@
/*-----------------------------------------------------------------------------+
Author: Joachim Faulhaber
-Copyright (c) 2009-2009: Joachim Faulhaber
+Copyright (c) 2009-2011: Joachim Faulhaber
+------------------------------------------------------------------------------+
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENCE.txt or copy at
Modified: trunk/boost/icl/interval_base_set.hpp
==============================================================================
--- trunk/boost/icl/interval_base_set.hpp (original)
+++ trunk/boost/icl/interval_base_set.hpp 2011-12-25 16:20:21 EST (Sun, 25 Dec 2011)
@@ -1,5 +1,5 @@
/*-----------------------------------------------------------------------------+
-Copyright (c) 2007-2009: Joachim Faulhaber
+Copyright (c) 2007-2011: Joachim Faulhaber
Copyright (c) 1999-2006: Cortex Software GmbH, Kantstrasse 57, Berlin
+------------------------------------------------------------------------------+
Distributed under the Boost Software License, Version 1.0.
@@ -16,7 +16,7 @@
#elif defined(ICL_USE_STD_IMPLEMENTATION)
# include <set>
#else // Default for implementing containers
-# include <boost/container/set.hpp>
+# include <set>
#endif
#include <limits>
Modified: trunk/boost/icl/set.hpp
==============================================================================
--- trunk/boost/icl/set.hpp (original)
+++ trunk/boost/icl/set.hpp 2011-12-25 16:20:21 EST (Sun, 25 Dec 2011)
@@ -1,5 +1,5 @@
/*-----------------------------------------------------------------------------+
-Copyright (c) 2007-2010: Joachim Faulhaber
+Copyright (c) 2007-2011: Joachim Faulhaber
+------------------------------------------------------------------------------+
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENCE.txt or copy at
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