Change conditions to be the same.

This commit is contained in:
Edward Diener
2020-05-06 11:31:57 -04:00
parent df06c324a7
commit 2a93d30e73

View File

@ -661,7 +661,7 @@ inline shared_count::shared_count( weak_count const & r, sp_nothrow_tag ) BOOST_
#pragma GCC diagnostic pop
#endif
#ifdef BOOST_BORLANDC
#if defined(__BORLANDC__) && !defined(__clang__)
# pragma warn .8027 // Functions containing try are not expanded inline
#endif