mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
weak_ptr_test.cpp added.
[SVN r16427]
This commit is contained in:
parent
ec04510434
commit
f7299c084b
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit e60c1f9b4960e0ffe58d16d312e0ad4215657685
|
||||
Subproject commit 468f63261a851eee07b060d7f614d87a3e7f8631
|
|
@ -510,6 +510,7 @@ include testing.jam ;
|
|||
: [ run libs/smart_ptr/smart_ptr_test.cpp ]
|
||||
[ run libs/smart_ptr/shared_ptr_basic_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
|
||||
[ run libs/smart_ptr/shared_ptr_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
|
||||
[ run libs/smart_ptr/weak_ptr_test.cpp ]
|
||||
[ run libs/smart_ptr/enable_shared_from_this_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
|
||||
[ run libs/smart_ptr/get_deleter_test.cpp ]
|
||||
[ compile-fail libs/smart_ptr/shared_ptr_assign_fail.cpp ]
|
||||
|
|
Loading…
Add table
Reference in a new issue