Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85878 - trunk/boost
From: steveire_at_[hidden]
Date: 2013-09-25 03:48:32


Author: skelly
Date: 2013-09-25 03:48:32 EDT (Wed, 25 Sep 2013)
New Revision: 85878
URL: http://svn.boost.org/trac/boost/changeset/85878

Log:
CRC: Remove obsolete MSVC ifdef.

Text files modified:
   trunk/boost/crc.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/crc.hpp
==============================================================================
--- trunk/boost/crc.hpp Wed Sep 25 03:46:46 2013 (r85877)
+++ trunk/boost/crc.hpp 2013-09-25 03:48:32 EDT (Wed, 25 Sep 2013) (r85878)
@@ -54,7 +54,7 @@
 // on the CRC's bit count. This macro expresses that type in a compact
 // form, but also allows an alternate type for compilers that don't support
 // dependent types (in template value-parameters).
-#if !(defined(BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS) || (defined(BOOST_MSVC) && (BOOST_MSVC <= 1300)))
+#if !(defined(BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS))
 #define BOOST_CRC_PARM_TYPE typename ::boost::uint_t<Bits>::fast
 #else
 #define BOOST_CRC_PARM_TYPE unsigned long


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