Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-09-16 11:15:57


Author: pbristow
Date: 2007-09-16 11:15:51 EDT (Sun, 16 Sep 2007)
New Revision: 39316
URL: http://svn.boost.org/trac/boost/changeset/39316

Log:
added find_scale and w4127 suppress

Text files modified:
   sandbox/math_toolkit/libs/math/test/Jamfile.v2 | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: sandbox/math_toolkit/libs/math/test/Jamfile.v2
==============================================================================
--- sandbox/math_toolkit/libs/math/test/Jamfile.v2 (original)
+++ sandbox/math_toolkit/libs/math/test/Jamfile.v2 2007-09-16 11:15:51 EDT (Sun, 16 Sep 2007)
@@ -23,6 +23,7 @@
       <toolset>msvc:<cxxflags>/wd4510
       <toolset>msvc:<cxxflags>/wd4127
       <toolset>msvc:<cxxflags>/wd4701
+ <toolset>msvc:<cxxflags>/wd4127
       <include>../../..
       <source>/boost/regex//boost_regex
       <link>shared:<define>BOOST_REGEX_DYN_LINK=1
@@ -55,6 +56,7 @@
 run test_extreme_value.cpp ;
 run test_factorials.cpp ;
 run test_find_location.cpp ;
+run test_find_scale.cpp ;
 run test_fisher_f.cpp ;
 run test_gamma.cpp ;
 run test_gamma_dist.cpp ;


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