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