Alternative for std::exception(const char*) non-standard constructor

Viewed 4178

My Visual C++ code uses the std::exception constructor that accepts a string and I'm trying to port the code to Linux / G++. What exception class should I use?

1 Answers
Related