mirror of
https://github.com/boostorg/exception.git
synced 2025-07-17 14:32:05 +02:00
boost/exception/enable_exception_cloning.hpp uses std::bad_alloc without #include'ing <new>. Because of this, some exception library tests fail to compile on HP-UX. [SVN r43555]