We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d49584 commit bacc983Copy full SHA for bacc983
example/Jamfile.v2
@@ -13,6 +13,9 @@ exe custom_syntax : custom_syntax.cpp ;
13
exe real : real.cpp ;
14
exe regex : regex.cpp /boost/regex//boost_regex ;
15
16
-exe config_file_types : config_file_types.cpp ;
17
-exe env_options : env_options.cpp ;
18
-exe options_heirarchy : options_heirarchy.cpp ;
+# The following examples use C++ features beyond C++03.
+# It would be possible to make compilation of each conditional on specific config check,
+# for now just disable the compilation.
19
+#exe config_file_types : config_file_types.cpp ;
20
+#exe env_options : env_options.cpp ;
21
+#exe options_heirarchy : options_heirarchy.cpp ;
0 commit comments