Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / algorithm / example / Jamfile.v2
index 100878c..64a4055 100644 (file)
@@ -18,8 +18,8 @@ project /boost/algorithm/example
     :
     ;
 
-exe clamp_example   : clamp_example.cpp ;
+exe clamp_example   : clamp_example.cpp ;
 exe search_example  : search_example.cpp ;
-exe is_palindrome_example  : is_palindrome_example.cpp;
-exe is_partitioned_until_example  : is_partitioned_until_example.cpp;
-exe apply_permutation_example  : apply_permutation_example.cpp;
+exe is_palindrome_example  : is_palindrome_example.cpp : <cxxstd>11 ;
+exe is_partitioned_until_example  : is_partitioned_until_example.cpp : <cxxstd>11 ;
+exe apply_permutation_example  : apply_permutation_example.cpp : <cxxstd>11 ;