Container: Remove obsolete GCC version check.

[SVN r86109]
This commit is contained in:
Stephen Kelly
2013-10-01 08:43:30 +00:00
parent 41f09db5d6
commit 4dc7897c9f

View File

@@ -119,12 +119,7 @@ namespace std
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;