Skip to content

Commit

Permalink
Fixing issues with <cxxstd>1z builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zajo committed Sep 22, 2024
1 parent 4c4d235 commit cb0a07c
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 : <cxxstd>11:<build>no <cxxstd>14:<build>no <cxxstd>1z:<build>no <variant>leaf_debug_embedded:<build>no <variant>leaf_release_embedded:<build>no ;
exe print_half : ../example/print_half.cpp ;

0 comments on commit cb0a07c

Please sign in to comment.