Update paths for headers moved from detail

This commit is contained in:
Daniel James
2017-12-03 14:11:34 +00:00
parent 9bb861accc
commit c037169e1a
11 changed files with 11 additions and 12 deletions

View File

@@ -104,8 +104,7 @@ namespace extract_tests {
BOOST_TEST(n);
--size;
if (size > 0)
BOOST_TEST(
index == 0 ? next == x.begin() : next == test::next(prev));
BOOST_TEST(index == 0 ? next == x.begin() : next == test::next(prev));
BOOST_TEST(x.count(key) == count - 1);
BOOST_TEST(x.size() == size);
if (++iterations % 20 == 0)