Ticket #5519: msvc_rounding_control.hpp.diff

File msvc_rounding_control.hpp.diff, 416 bytes (added by anonymous, 11 years ago)

Trivial fix

  • msvc_rounding_control.hpp

     
    2525namespace interval_lib {
    2626namespace detail {
    2727
    28 #if BOOST_MSVC < 1400 || defined(WIN64)
     28#if BOOST_MSVC < 1400 || defined(_WIN64)
    2929extern "C" { double rint(double); }
    3030#else
    3131inline double rint(double x)