forked from boostorg/smart_ptr
Disable make_shared_move_emulation_test for Clang 3.5, 3.6, 3.7
This commit is contained in:
@ -64,7 +64,13 @@ run spinlock_pool_test.cpp
|
||||
<toolset>msvc-9.0,<variant>release:<build>no ;
|
||||
|
||||
run make_shared_test.cpp ;
|
||||
run make_shared_move_emulation_test.cpp ;
|
||||
run make_shared_move_emulation_test.cpp
|
||||
: : :
|
||||
<toolset>clang-3.5,<cxxstd>03:<build>no
|
||||
<toolset>clang-3.6,<cxxstd>03:<build>no
|
||||
<toolset>clang-3.7,<cxxstd>03:<build>no
|
||||
;
|
||||
|
||||
run make_shared_perfect_forwarding_test.cpp ;
|
||||
run shared_ptr_convertible_test.cpp ;
|
||||
run wp_convertible_test.cpp ;
|
||||
|
Reference in New Issue
Block a user