j
k
j a
j l
Eric Niebler wrote:
struct regex_error : virtual std::runtime_error , virtual boost::exception
There is no need to derive virtually from runtime_error. As you say below, this serves no purpose.
Back to the thread
Back to the list