forked from boostorg/unordered
Remove multiset from set_tests2_impl call
This commit is contained in:
@ -1069,7 +1069,6 @@ namespace insert_tests {
|
|||||||
|
|
||||||
UNORDERED_AUTO_TEST(set_tests2) {
|
UNORDERED_AUTO_TEST(set_tests2) {
|
||||||
set_tests2_impl<boost::unordered_set>();
|
set_tests2_impl<boost::unordered_set>();
|
||||||
set_tests2_impl<boost::unordered_multiset>();
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user