Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57525 - trunk/libs/graph_parallel/build
From: jewillco_at_[hidden]
Date: 2009-11-09 15:46:47


Author: jewillco
Date: 2009-11-09 15:46:46 EST (Mon, 09 Nov 2009)
New Revision: 57525
URL: http://svn.boost.org/trac/boost/changeset/57525

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

Modified: trunk/libs/graph_parallel/build/Jamfile.v2
==============================================================================
--- trunk/libs/graph_parallel/build/Jamfile.v2 (original)
+++ trunk/libs/graph_parallel/build/Jamfile.v2 2009-11-09 15:46:46 EST (Mon, 09 Nov 2009)
@@ -36,8 +36,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 no longer has this problem
     <toolset>msvc-7.1:<cxxflags>-GR-
- <toolset>msvc-8.0:<cxxflags>-GR-
     ;
 
 }


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