|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r76114 - in trunk/boost: container interprocess
From: igaztanaga_at_[hidden]
Date: 2011-12-23 07:00:27
Author: igaztanaga
Date: 2011-12-23 07:00:27 EST (Fri, 23 Dec 2011)
New Revision: 76114
URL: http://svn.boost.org/trac/boost/changeset/76114
Log:
Bug #6287
Text files modified:
trunk/boost/container/container_fwd.hpp | 22 ----------------------
trunk/boost/interprocess/interprocess_fwd.hpp | 30 ++++--------------------------
2 files changed, 4 insertions(+), 48 deletions(-)
Modified: trunk/boost/container/container_fwd.hpp
==============================================================================
--- trunk/boost/container/container_fwd.hpp (original)
+++ trunk/boost/container/container_fwd.hpp 2011-12-23 07:00:27 EST (Fri, 23 Dec 2011)
@@ -32,32 +32,10 @@
}}}
-#ifndef _LIBCPP_VERSION
-
-namespace std {
-
-template <class T>
-class allocator;
-
-template <class T>
-struct less;
-
-template <class T1, class T2>
-struct pair;
-
-template <class CharType>
-struct char_traits;
-
-} //namespace std {
-
-#else
-
#include <utility>
#include <memory>
#include <functional>
#include <iosfwd>
-
-#endif
/// @endcond
Modified: trunk/boost/interprocess/interprocess_fwd.hpp
==============================================================================
--- trunk/boost/interprocess/interprocess_fwd.hpp (original)
+++ trunk/boost/interprocess/interprocess_fwd.hpp 2011-12-23 07:00:27 EST (Fri, 23 Dec 2011)
@@ -35,32 +35,10 @@
namespace bi = boost::intrusive;
}}
-#ifndef _LIBCPP_VERSION
-
-namespace std {
-
-template <class T>
-class allocator;
-
-template <class T>
-struct less;
-
-template <class T1, class T2>
-struct pair;
-
-template <class CharType>
-struct char_traits;
-
-} //namespace std {
-
-#else
-
-#include <utility>
-#include <memory>
-#include <functional>
-#include <iosfwd>
-
-#endif
+#include <utility>
+#include <memory>
+#include <functional>
+#include <iosfwd>
/// @endcond
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