update boost

This commit is contained in:
2023-11-24 12:56:13 -06:00
parent cfc99971af
commit 19d727037a
9260 changed files with 849256 additions and 299957 deletions

View File

@@ -26,7 +26,7 @@ It also provides automatic destruction of non-deallocated objects.
#endif
// The following code might be put into some Boost.Config header in a later revision
#ifdef __BORLANDC__
#ifdef BOOST_BORLANDC
# pragma option push -w-inl
#endif
@@ -280,7 +280,7 @@ object_pool<T, UserAllocator>::~object_pool()
} // namespace boost
// The following code might be put into some Boost.Config header in a later revision
#ifdef __BORLANDC__
#ifdef BOOST_BORLANDC
# pragma option pop
#endif