Skip to content
  • Stephen Morris's avatar
    [trac542] Remove typeid from exception caught message · cba6db1c
    Stephen Morris authored
    On some compilers, use of typeid() requires that RTTI is explicitly
    specified on the compiler command line.  For an isc::Exception message,
    the file and line number will identify the exception.  For a message
    output caused by std::exception, the what() should identify the exception.
    cba6db1c