Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85932 - trunk/boost/utility
From: steveire_at_[hidden]
Date: 2013-09-26 05:41:00


Author: skelly
Date: 2013-09-26 05:41:00 EDT (Thu, 26 Sep 2013)
New Revision: 85932
URL: http://svn.boost.org/trac/boost/changeset/85932

Log:
Utility: Remove obsolete MSVC version check

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

Modified: trunk/boost/utility/value_init.hpp
==============================================================================
--- trunk/boost/utility/value_init.hpp Thu Sep 26 05:40:46 2013 (r85931)
+++ trunk/boost/utility/value_init.hpp 2013-09-26 05:41:00 EDT (Thu, 26 Sep 2013) (r85932)
@@ -33,7 +33,6 @@
 
 #ifdef BOOST_MSVC
 #pragma warning(push)
-#if _MSC_VER >= 1310
 // It is safe to ignore the following warning from MSVC 7.1 or higher:
 // "warning C4351: new behavior: elements of array will be default initialized"
 #pragma warning(disable: 4351)
@@ -41,7 +40,6 @@
 // a const type: "warning C4512: assignment operator could not be generated".
 #pragma warning(disable: 4512)
 #endif
-#endif
 
 #ifdef BOOST_NO_COMPLETE_VALUE_INITIALIZATION
   // Implementation detail: The macro BOOST_DETAIL_VALUE_INIT_WORKAROUND_SUGGESTED


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