$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r79912 - trunk/libs/math/test
From: pbristow_at_[hidden]
Date: 2012-08-07 11:56:27
Author: pbristow
Date: 2012-08-07 11:56:27 EDT (Tue, 07 Aug 2012)
New Revision: 79912
URL: http://svn.boost.org/trac/boost/changeset/79912
Log:
Tets for Major update to allow df == +infinity.
Text files modified: 
   trunk/libs/math/test/test_constant_generate.cpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/math/test/test_constant_generate.cpp
==============================================================================
--- trunk/libs/math/test/test_constant_generate.cpp	(original)
+++ trunk/libs/math/test/test_constant_generate.cpp	2012-08-07 11:56:27 EDT (Tue, 07 Aug 2012)
@@ -32,6 +32,7 @@
    BOOST_CONSTANTS_GENERATE(root_three);
    BOOST_CONSTANTS_GENERATE(half_root_two);
    BOOST_CONSTANTS_GENERATE(ln_two);
+   BOOST_CONSTANTS_GENERATE(ln_ten);
    BOOST_CONSTANTS_GENERATE(ln_ln_two);
    BOOST_CONSTANTS_GENERATE(root_ln_four);
    BOOST_CONSTANTS_GENERATE(one_div_root_two);