Skip to content

Commit bacc983

Browse files
committed
Disable examples that use C++11 features.
1 parent 7d49584 commit bacc983

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

example/Jamfile.v2

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ exe custom_syntax : custom_syntax.cpp ;
1313
exe real : real.cpp ;
1414
exe regex : regex.cpp /boost/regex//boost_regex ;
1515

16-
exe config_file_types : config_file_types.cpp ;
17-
exe env_options : env_options.cpp ;
18-
exe options_heirarchy : options_heirarchy.cpp ;
16+
# The following examples use C++ features beyond C++03.
17+
# It would be possible to make compilation of each conditional on specific config check,
18+
# 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

Comments
 (0)