Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50089 - trunk/boost/math/special_functions
From: john_at_[hidden]
Date: 2008-12-03 13:12:16


Author: johnmaddock
Date: 2008-12-03 13:12:16 EST (Wed, 03 Dec 2008)
New Revision: 50089
URL: http://svn.boost.org/trac/boost/changeset/50089

Log:
Add missing \.
Text files modified:
   trunk/boost/math/special_functions/fpclassify.hpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/boost/math/special_functions/fpclassify.hpp
==============================================================================
--- trunk/boost/math/special_functions/fpclassify.hpp (original)
+++ trunk/boost/math/special_functions/fpclassify.hpp 2008-12-03 13:12:16 EST (Wed, 03 Dec 2008)
@@ -166,7 +166,7 @@
    return BOOST_FPCLASSIFY_PREFIX fpclassify(t);
 }
 #if !defined(__CYGWIN__) && !defined(__HP_aCC) && !defined(BOOST_INTEL) \
- && !defined(BOOST_NO_NATIVE_LONG_DOUBLE_FP_CLASSIFY)
+ && !defined(BOOST_NO_NATIVE_LONG_DOUBLE_FP_CLASSIFY) \
    && !(defined(__GNUC__) && !defined(BOOST_MATH_USE_C99))
 // The native fpclassify broken for long doubles with aCC
 // use portable one instead....
@@ -253,3 +253,4 @@
 
 
 
+


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