update boost
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user