Revert "Add new build-time configuration feature."

This reverts commit dad7bc5b30.

Conflicts:
	checks/config.jam
This commit is contained in:
jzmaddock
2014-06-12 09:11:05 +01:00
parent 6c89538f2e
commit 4cf1376ec2
15 changed files with 9 additions and 1412 deletions
-2
View File
@@ -15,7 +15,6 @@ project
import modules ;
import ../checks/config : requires ;
local is_unix = [ modules.peek : UNIX ] ;
@@ -92,7 +91,6 @@ test-suite config
[ run cstdint_test.cpp : : : <warnings>all <toolset>gcc:<cxxflags>"-Wno-long-long -Wextra" <toolset>darwin:<cxxflags>-Wno-long-long ]
[ run cstdint_test2.cpp : : : <warnings>all <toolset>gcc:<cxxflags>"-Wno-long-long -Wextra" <toolset>darwin:<cxxflags>-Wno-long-long ]
[ compile cstdint_include_test.cpp : <warnings>all <toolset>gcc:<cxxflags>-Wextra ]
[ run config_build_check.cpp : : : [ requires int128 cxx11_constexpr cxx11_user_defined_literals ] ]
;
obj has_clang_implicit_fallthrough : cmd_line_check.cpp :