|
Boost-Commit : |
From: pbristow_at_[hidden]
Date: 2007-09-16 11:26:29
Author: pbristow
Date: 2007-09-16 11:26:28 EDT (Sun, 16 Sep 2007)
New Revision: 39324
URL: http://svn.boost.org/trac/boost/changeset/39324
Log:
Removed negative_binomial3
Text files modified:
sandbox/math_toolkit/libs/math/example/Jamfile.v2 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: sandbox/math_toolkit/libs/math/example/Jamfile.v2
==============================================================================
--- sandbox/math_toolkit/libs/math/example/Jamfile.v2 (original)
+++ sandbox/math_toolkit/libs/math/example/Jamfile.v2 2007-09-16 11:26:28 EDT (Sun, 16 Sep 2007)
@@ -21,6 +21,7 @@
<toolset>msvc:<cxxflags>/wd4510
<toolset>msvc:<cxxflags>/wd4127
<toolset>msvc:<cxxflags>/wd4701
+ <toolset>msvc:<cxxflags>/wd4127
<include>../../..
;
@@ -40,7 +41,7 @@
run negative_binomial_construction_examples.cpp ;
run negative_binomial_example1.cpp ;
run negative_binomial_example2.cpp ;
-run negative_binomial_example3.cpp ;
+# run negative_binomial_example3.cpp ;
run policy_eg_1.cpp ;
run policy_eg_2.cpp ;
run policy_eg_3.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