$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86109 - trunk/boost/detail
From: steveire_at_[hidden]
Date: 2013-10-01 04:43:30
Author: skelly
Date: 2013-10-01 04:43:30 EDT (Tue, 01 Oct 2013)
New Revision: 86109
URL: http://svn.boost.org/trac/boost/changeset/86109
Log:
Container: Remove obsolete GCC version check.
Text files modified:
trunk/boost/detail/container_fwd.hpp | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
Modified: trunk/boost/detail/container_fwd.hpp
==============================================================================
--- trunk/boost/detail/container_fwd.hpp Tue Oct 1 04:43:14 2013 (r86108)
+++ trunk/boost/detail/container_fwd.hpp 2013-10-01 04:43:30 EDT (Tue, 01 Oct 2013) (r86109)
@@ -119,12 +119,7 @@
template <class T> class allocator;
template <class charT, class traits, class Allocator> class basic_string;
-#if BOOST_WORKAROUND(__GNUC__, < 3) && !defined(__SGI_STL_PORT) && !defined(_STLPORT_VERSION)
-
- template <class charT> struct string_char_traits;
-#else
template <class charT> struct char_traits;
-#endif
#if defined(BOOST_CONTAINER_FWD_COMPLEX_STRUCT)
template <class T> struct complex;