mirror of
https://github.com/boostorg/exception.git
synced 2026-02-01 20:32:23 +00: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]