Ticket #2033: fpclassify.hpp.patch

File fpclassify.hpp.patch, 627 bytes (added by andysem@…, 14 years ago)

The patch fixes the STLPort compatibility problem

  • fpclassify.hpp

     
    3939
    4040#ifndef fpclassify
    4141#  if (defined(__GLIBCPP__) || defined(__GLIBCXX__)) && defined(_GLIBCXX_USE_C99_MATH) && !(defined(_GLIBCXX_USE_C99_FP_MACROS_DYNAMIC) && (_GLIBCXX_USE_C99_FP_MACROS_DYNAMIC != 0))
     42#     ifdef _STLP_VENDOR_CSTD
     43#     define BOOST_FPCLASSIFY_PREFIX ::_STLP_VENDOR_CSTD::
     44#     else
    4245#     define BOOST_FPCLASSIFY_PREFIX ::std::
     46#     endif
    4347#  else
    4448#     undef BOOST_HAS_FPCLASSIFY
    4549#     define BOOST_FPCLASSIFY_PREFIX