mirror of
https://github.com/boostorg/intrusive.git
synced 2025-10-04 12:20:56 +02:00
Too many instantiations to test features. Removed some redundant ones.
This commit is contained in:
@@ -252,9 +252,6 @@ int main()
|
||||
test_main_template<boost::intrusive::smart_ptr<void>, false, true>()();
|
||||
test_main_template<void*, true, true>()();
|
||||
test_main_template<boost::intrusive::smart_ptr<void>, true, true>()();
|
||||
// test (plain pointers) x (nonconst/const size) x (standard node allocator)
|
||||
test_main_template<void*, false, false>()();
|
||||
test_main_template<void*, true, false>()();
|
||||
// test (bounded pointers) x (nonconst/const size) x (special node allocator)
|
||||
test_main_template_bptr< true >()();
|
||||
test_main_template_bptr< false >()();
|
||||
|
Reference in New Issue
Block a user