Ticket #3758: boost.patch

File boost.patch, 715 bytes (added by Guillaume Chatelet <chatelet.guillaume@…>, 13 years ago)

The actual patch

  • libs/test/build/Jamfile.v2

     
    99    : requirements <link>shared:<define>BOOST_TEST_DYN_LINK=1
    1010                   <toolset>msvc:<asynch-exceptions>on
    1111                   <toolset>borland:<cxxflags>-w-8080
     12                   # Disable Warning about "long long" in gcc's stdlib
     13                   <toolset>gcc:<cxxflags>-Wno-long-long
    1214                   # Disable Warning about boost::noncopyable not being exported
    1315                   <link>shared,<toolset>msvc:<cxxflags>-wd4275
    1416                   <toolset>msvc:<cxxflags>-wd4671