Remove usage of BOOST_UNORDERED_CXX11_CONSTRUCTION

This commit is contained in:
Christian Mazakas
2023-08-29 11:02:19 -07:00
parent 59a7fa09ba
commit 16386f586f
4 changed files with 1 additions and 344 deletions

View File

@@ -138,8 +138,6 @@ namespace test {
<< BOOST_UNORDERED_HAVE_PIECEWISE_CONSTRUCT << "\n" \
<< "BOOST_UNORDERED_EMPLACE_LIMIT: " << BOOST_UNORDERED_EMPLACE_LIMIT \
<< "\n" \
<< "BOOST_UNORDERED_CXX11_CONSTRUCTION: " \
<< BOOST_UNORDERED_CXX11_CONSTRUCTION << "\n\n" \
<< std::flush; \
}