Merge branch 'develop' of https://github.com/yutakasi634/unordered into feature/pr-14

This commit is contained in:
Peter Dimov
2021-09-01 04:15:55 +03:00

View File

@ -215,7 +215,7 @@ namespace emplace_tests {
BOOST_TEST(!r2.second);
BOOST_TEST(i1 == r2.first);
// 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.
BOOST_TEST_EQ(check_.instances(), 6);
BOOST_TEST_EQ(check_.constructions(), 7);