|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r86028 - trunk/boost/pending
From: steveire_at_[hidden]
Date: 2013-09-29 20:19:09
Author: skelly
Date: 2013-09-29 20:19:09 EDT (Sun, 29 Sep 2013)
New Revision: 86028
URL: http://svn.boost.org/trac/boost/changeset/86028
Log:
Pending: Remove obsolete MSVC version checks.
Text files modified:
trunk/boost/pending/container_traits.hpp | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
Modified: trunk/boost/pending/container_traits.hpp
==============================================================================
--- trunk/boost/pending/container_traits.hpp Sun Sep 29 20:18:55 2013 (r86027)
+++ trunk/boost/pending/container_traits.hpp 2013-09-29 20:19:09 EDT (Sun, 29 Sep 2013) (r86028)
@@ -30,12 +30,6 @@
# endif
#endif
-#if BOOST_WORKAROUND(BOOST_MSVC, < 1300)
-// Stay out of the way of concept checking class templates
-# define Container Container_
-# define AssociativeContainer AssociativeContainer_
-#endif
-
// The content of this file is in 'graph_detail' because otherwise
// there will be name clashes with
// sandbox/boost/sequence_algo/container_traits.hpp
@@ -552,10 +546,4 @@
}} // namespace boost::graph_detail
-#if BOOST_WORKAROUND(BOOST_MSVC, < 1300)
-// Stay out of the way of concept checking class templates
-# undef Container
-# undef AssociativeContainer
-#endif
-
#endif // BOOST_GRAPH_DETAIL_CONTAINER_TRAITS_H
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