Ticket #7149: 7149_2.patch

File 7149_2.patch, 382 bytes (added by viboes, 10 years ago)

Sorry, I forget the implementation part ;-)

  • src/error_code.cpp

     
    133133        }
    134134      }
    135135      std::string msg;
     136#   ifndef BOOST_NO_EXCEPTIONS
    136137      try
     138#   endif
    137139      {
    138140        msg = ( ( result == invalid_argument ) ? "Unknown error" : bp );
    139141      }