Commit 0e7c436 1 parent 745e23f commit 0e7c436 Copy full SHA for 0e7c436
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import testing ;
21
21
22
22
project
23
23
: requirements
24
- # <threading>multi
24
+ <threading>multi
25
25
26
26
<warnings>all
27
27
<toolset>gcc:<cxxflags>-Wextra
@@ -463,6 +463,8 @@ rule thread-compile-fail-V2 ( sources : reqs * : name )
463
463
[ thread-run2 ./threads/thread/members/swap_pass.cpp : thread__swap_p ]
464
464
[ thread-run2 ./threads/thread/non_members/swap_pass.cpp : swap_threads_p ]
465
465
[ thread-run2 ./threads/thread/static/hardware_concurrency_pass.cpp : thread__hardware_concurrency_p ]
466
+ #[ thread-run2 ./threads/container/thread_vector_pass.cpp : thread_vector_p ]
467
+ #[ thread-run2 ./threads/container/thread_ptr_list_pass.cpp : thread_ptr_list_p ]
466
468
;
467
469
468
470
explicit examples ;
You can’t perform that action at this time.
0 commit comments