Ticket #7671: libcpp_c11_numeric_limits.patch

File libcpp_c11_numeric_limits.patch, 401 bytes (added by Hyeon-bin Jeong <tuhertz@…>, 10 years ago)

Set BOOST_NO_CXX11_NUMERIC_LIMITS for Xcode 4.5 to fix compilation error.

  • boost/config/stdlib/libcpp.hpp

     
    3434// libc++ uses a non-standard messages_base
    3535#define BOOST_NO_STD_MESSAGES
    3636
     37#if _LIBCPP_VERSION < 1002
     38#   define BOOST_NO_CXX11_NUMERIC_LIMITS
     39#endif
     40
    3741//  --- end ---