Remove BOOST_BORLANDC workarounds

This commit is contained in:
Peter Dimov
2024-09-24 18:08:14 +03:00
parent d908c4d288
commit d66b173710
6 changed files with 0 additions and 66 deletions

View File

@@ -31,10 +31,6 @@
#endif
#ifdef BOOST_BORLANDC
# pragma warn -8092 // template argument passed to 'find' is not an iterator
#endif
#include <boost/smart_ptr.hpp>
#include <boost/core/lightweight_test.hpp>