Merge pull request #44 from boostorg/2017_07_21

Cherry pick fixes from develop for Boost-1.47
This commit is contained in:
jzmaddock
2017-07-21 18:27:30 +01:00
committed by GitHub

View File

@ -16,6 +16,8 @@ project : requirements
# set warnings as errors for those compilers we know we get warning free:
<toolset>gcc:<cxxflags>-Wextra
<toolset>gcc:<cxxflags>-Wno-uninitialized
<toolset>gcc:<cxxflags>-Wno-int-in-bool-context
<toolset>gcc:<cxxflags>-Wno-bool-operation
<toolset>gcc:<warnings-as-errors>on
<toolset>intel:<warnings-as-errors>on
<toolset>sun:<warnings-as-errors>on