$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r73354 - trunk/libs/math/test
From: pbristow_at_[hidden]
Date: 2011-07-25 05:29:04
Author: pbristow
Date: 2011-07-25 05:29:04 EDT (Mon, 25 Jul 2011)
New Revision: 73354
URL: http://svn.boost.org/trac/boost/changeset/73354
Log:
Warning c4511 disabled for 7.1 lexical cast test
Text files modified: 
   trunk/libs/math/test/Jamfile.v2 |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/math/test/Jamfile.v2
==============================================================================
--- trunk/libs/math/test/Jamfile.v2	(original)
+++ trunk/libs/math/test/Jamfile.v2	2011-07-25 05:29:04 EDT (Mon, 25 Jul 2011)
@@ -29,6 +29,7 @@
       <toolset>msvc:<warnings>all
       <toolset>msvc:<asynch-exceptions>on
       <toolset>msvc:<cxxflags>/wd4996
+      <toolset>msvc:<cxxflags>/wd4511 # copy constructor could not be generated 
       <toolset>msvc:<cxxflags>/wd4512 
       <toolset>msvc:<cxxflags>/wd4610 
       <toolset>msvc:<cxxflags>/wd4510