mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +02:00
Merge branch 'develop' of https://github.com/yutakasi634/unordered into feature/pr-14
This commit is contained in:
@ -215,7 +215,7 @@ namespace emplace_tests {
|
|||||||
BOOST_TEST(!r2.second);
|
BOOST_TEST(!r2.second);
|
||||||
BOOST_TEST(i1 == r2.first);
|
BOOST_TEST(i1 == r2.first);
|
||||||
// The container has to construct an object in order to check
|
// The container has to construct an object in order to check
|
||||||
// whether it can emplace, so there's an extra cosntruction
|
// whether it can emplace, so there's an extra construction
|
||||||
// here.
|
// here.
|
||||||
BOOST_TEST_EQ(check_.instances(), 6);
|
BOOST_TEST_EQ(check_.instances(), 6);
|
||||||
BOOST_TEST_EQ(check_.constructions(), 7);
|
BOOST_TEST_EQ(check_.constructions(), 7);
|
||||||
|
Reference in New Issue
Block a user