Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57433 - trunk/libs/graph/build
From: jewillco_at_[hidden]
Date: 2009-11-06 03:07:28


Author: jewillco
Date: 2009-11-06 03:07:28 EST (Fri, 06 Nov 2009)
New Revision: 57433
URL: http://svn.boost.org/trac/boost/changeset/57433

Log:
Removed /GR- option for VC++ 8.0
Text files modified:
   trunk/libs/graph/build/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph/build/Jamfile.v2
==============================================================================
--- trunk/libs/graph/build/Jamfile.v2 (original)
+++ trunk/libs/graph/build/Jamfile.v2 2009-11-06 03:07:28 EST (Fri, 06 Nov 2009)
@@ -56,8 +56,8 @@
     # # Intel compiler ICEs if we turn optimization on
     <toolset>intel-vc71-win-9.1:<optimization>off
     # Without these flags, MSVC 7.1 and 8.0 crash
+ # User reports that VC++ 8.0 does not fail anymore, so that is removed
     <toolset>msvc-7.1:<cxxflags>-GR-
- <toolset>msvc-8.0:<cxxflags>-GR-
     ;
 
 boost-install boost_graph ;


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