Skip to content

Commit

Permalink
Enabling print_file_system_result example to be built on c++ 11/14
Browse files Browse the repository at this point in the history
  • Loading branch information
zajo committed Sep 28, 2024
1 parent cfccf26 commit b7ab9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@ exe error_trace : ../example/error_trace.cpp ;
exe exception_to_result : ../example/exception_to_result.cpp : <exception-handling>off:<build>no ;
exe print_file_exceptions : ../example/print_file/print_file_exceptions.cpp : <exception-handling>off:<build>no ;
exe print_file_leaf_result : ../example/print_file/print_file_leaf_result.cpp ;
exe print_file_system_result : ../example/print_file/print_file_system_result.cpp : <cxxstd>11:<build>no <cxxstd>14:<build>no <variant>leaf_debug_embedded:<build>no <variant>leaf_release_embedded:<build>no ;
exe print_file_system_result : ../example/print_file/print_file_system_result.cpp : <variant>leaf_debug_embedded:<build>no <variant>leaf_release_embedded:<build>no ;
exe print_half : ../example/print_half.cpp ;

0 comments on commit b7ab9b2

Please sign in to comment.