From b7ab9b29d37385af7468b80815ce46035162b093 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Fri, 27 Sep 2024 19:31:59 -0700 Subject: [PATCH] Enabling print_file_system_result example to be built on c++ 11/14 --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 85ed6eab..85371b5b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -159,5 +159,5 @@ exe error_trace : ../example/error_trace.cpp ; exe exception_to_result : ../example/exception_to_result.cpp : off:no ; exe print_file_exceptions : ../example/print_file/print_file_exceptions.cpp : off: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 : 11:no 14:no leaf_debug_embedded:no leaf_release_embedded:no ; +exe print_file_system_result : ../example/print_file/print_file_system_result.cpp : leaf_debug_embedded:no leaf_release_embedded:no ; exe print_half : ../example/print_half.cpp ;