"src/node.cpp" did not exist on "dacc6319682a58f1953f0cb80d8c952d08c0d299"
Switched exception constants to const char * const (from const std::string) so...
Switched exception constants to const char * const (from const std::string) so we don't have to construct them all in every translation unit, and switched the exception class to derive from std::runtime_error (so it handles what() for us)
Showing
Please register or sign in to comment