Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57527 - branches/release/libs/graph_parallel/build
From: jewillco_at_[hidden]
Date: 2009-11-09 15:52:59


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

Log:
Merged r57525 from trunk (removing /GR- for VC++ 8)
Text files modified:
   branches/release/libs/graph_parallel/build/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/libs/graph_parallel/build/Jamfile.v2
==============================================================================
--- branches/release/libs/graph_parallel/build/Jamfile.v2 (original)
+++ branches/release/libs/graph_parallel/build/Jamfile.v2 2009-11-09 15:52:59 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