From e46dd22b3c8eb6f44c7bd471fcb626e323287e04 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 2 May 2025 18:00:06 -0500 Subject: [PATCH] Enable example that was commented out to get clean builds. --- example/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Jamfile b/example/Jamfile index 5370c9e..5dc3ad0 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -11,7 +11,7 @@ exe example_io : example_io.cpp ; obj error_info_1 : error_info_1.cpp ; obj error_info_2 : error_info_2.cpp ; obj cloning_1 : cloning_1.cpp ; -# obj cloning_2 : cloning_2.cpp /boost/thread//boost_thread : multi ; +obj cloning_2 : cloning_2.cpp /boost/thread//boost_thread : multi ; obj info_tuple : info_tuple.cpp ; obj enable_error_info : enable_error_info.cpp ; obj logging : logging.cpp ;