Remove support for BOOST_SP_USE_QUICK_ALLOCATOR

This commit is contained in:
Peter Dimov
2025-10-24 15:51:20 +03:00
parent bee3766c04
commit 6dffeb8a75
3 changed files with 1 additions and 39 deletions

View File

@@ -122,12 +122,6 @@ int main()
std::cout << "BOOST_HAS_THREADS: (not defined)\n";
#endif
#if defined(BOOST_SP_USE_QUICK_ALLOCATOR)
std::cout << "BOOST_SP_USE_QUICK_ALLOCATOR: (defined)\n";
#else
std::cout << "BOOST_SP_USE_QUICK_ALLOCATOR: (not defined)\n";
#endif
#if defined(BOOST_QA_PAGE_SIZE)
std::cout << "BOOST_QA_PAGE_SIZE: " << BOOST_QA_PAGE_SIZE << "\n";
#else