From ae4468fccc5ebcfdf8b551e371781bf75be4b2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Fri, 23 Dec 2011 12:00:27 +0000 Subject: [PATCH] Bug #6287 [SVN r76114] --- include/boost/container/container_fwd.hpp | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/include/boost/container/container_fwd.hpp b/include/boost/container/container_fwd.hpp index b58ca8e..1bd460e 100644 --- a/include/boost/container/container_fwd.hpp +++ b/include/boost/container/container_fwd.hpp @@ -32,32 +32,10 @@ namespace bi = boost::intrusive; }}} -#ifndef _LIBCPP_VERSION - -namespace std { - -template -class allocator; - -template -struct less; - -template -struct pair; - -template -struct char_traits; - -} //namespace std { - -#else - #include #include #include #include - -#endif /// @endcond