Ticket #2097: boost_regex_no_exceptions.diff

File boost_regex_no_exceptions.diff, 439 bytes (added by anonymous, 14 years ago)
  • boost/regex/v4/cpp_regex_traits.hpp

    diff -r 510d5bd079ad boost/regex/v4/cpp_regex_traits.hpp
    a b  
    304304         }
    305305         this->m_pmessages->close(cat);
    306306      }
     307#ifndef BOOST_NO_EXCEPTIONS
    307308      catch(...)
    308309      {
    309310         this->m_pmessages->close(cat);
    310311         throw;
    311312      }
     313#endif
    312314   }
    313315   else
    314316   {