fix issue with unwrap shared state. · GTTON/thread@b7b2a46 · GitHub
Skip to content

Commit b7b2a46

Browse files
committed
fix issue with unwrap shared state.
1 parent 1b27360 commit b7b2a46

3 files changed

Lines changed: 67 additions & 30 deletions

File tree

include/boost/thread/future.hpp

Lines changed: 47 additions & 18 deletions

test/Jamfile.v2

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -957,9 +957,7 @@ rule thread-compile ( sources : reqs * : name )
957957
explicit ts_ ;
958958
test-suite ts_
959959
:
960-
#[ thread-compile test_10963.cpp : : test_10963_c ]
961-
#[ thread-run test_10964.cpp ]
962-
[ thread-run test_11256.cpp ]
960+
#[ thread-run test_11256.cpp ]
963961
;
964962

965963

test/test_10964.cpp

Lines changed: 19 additions & 9 deletions

0 commit comments

Comments
 (0)