Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59869 - in trunk/libs/math: build src
From: ghost_at_[hidden]
Date: 2010-02-24 08:15:59


Author: vladimir_prus
Date: 2010-02-24 08:15:58 EST (Wed, 24 Feb 2010)
New Revision: 59869
URL: http://svn.boost.org/trac/boost/changeset/59869

Log:
Use the official boost.math check for long double
Removed:
   trunk/libs/math/src/long_double_check.cpp
Text files modified:
   trunk/libs/math/build/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/math/build/Jamfile.v2
==============================================================================
--- trunk/libs/math/build/Jamfile.v2 (original)
+++ trunk/libs/math/build/Jamfile.v2 2010-02-24 08:15:58 EST (Wed, 24 Feb 2010)
@@ -70,7 +70,7 @@
 import property ;
 import property-set ;
 
-exe long_double_check : ../src/long_double_check.cpp ;
+obj long_double_check : ../config/has_long_double_support.cpp ;
 explicit long_double_check ;
 
 local .long-double-reported ;

Deleted: trunk/libs/math/src/long_double_check.cpp
==============================================================================
--- trunk/libs/math/src/long_double_check.cpp 2010-02-24 08:15:58 EST (Wed, 24 Feb 2010)
+++ (empty file)
@@ -1,6 +0,0 @@
-
-int main()
-{
- long double x;
- return 0;
-}


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