Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85904 - trunk/boost/asio/detail
From: steveire_at_[hidden]
Date: 2013-09-25 09:51:51


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

Log:
Asio: Remove obsolete MSVC version check.

Text files modified:
   trunk/boost/asio/detail/push_options.hpp | 8 --------
   1 files changed, 0 insertions(+), 8 deletions(-)

Modified: trunk/boost/asio/detail/push_options.hpp
==============================================================================
--- trunk/boost/asio/detail/push_options.hpp Wed Sep 25 09:51:37 2013 (r85903)
+++ trunk/boost/asio/detail/push_options.hpp 2013-09-25 09:51:51 EDT (Wed, 25 Sep 2013) (r85904)
@@ -114,14 +114,6 @@
 # pragma warning (disable:4312)
 # endif // defined(_M_IX86) && defined(_Wp64)
 # pragma pack (push, 8)
-// Note that if the /Og optimisation flag is enabled with MSVC6, the compiler
-// has a tendency to incorrectly optimise away some calls to member template
-// functions, even though those functions contain code that should not be
-// optimised away! Therefore we will always disable this optimisation option
-// for the MSVC6 compiler.
-# if (_MSC_VER < 1300)
-# pragma optimize ("g", off)
-# endif
 # if !defined(_MT)
 # error Multithreaded RTL must be selected.
 # endif // !defined(_MT)


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