Ticket #2193: fix_looser_throw_specifier_in_bad_alloc_impl.diff

File fix_looser_throw_specifier_in_bad_alloc_impl.diff, 498 bytes (added by christian.leutloff@…, 14 years ago)
  • boost/exception/enable_current_exception.hpp

     
    3232            public clone_base,
    3333            public std::bad_alloc
    3434            {
     35            ~bad_alloc_impl() throw()
     36                {
     37                }
    3538            void
    3639            add_ref() const
    3740                {