Ticket #3758: boost.patch
File boost.patch, 715 bytes (added by , 13 years ago) |
---|
-
libs/test/build/Jamfile.v2
9 9 : requirements <link>shared:<define>BOOST_TEST_DYN_LINK=1 10 10 <toolset>msvc:<asynch-exceptions>on 11 11 <toolset>borland:<cxxflags>-w-8080 12 # Disable Warning about "long long" in gcc's stdlib 13 <toolset>gcc:<cxxflags>-Wno-long-long 12 14 # Disable Warning about boost::noncopyable not being exported 13 15 <link>shared,<toolset>msvc:<cxxflags>-wd4275 14 16 <toolset>msvc:<cxxflags>-wd4671