Tommi Maekitalo wrote:
I'd see the convertion more in what() than in the constructor. The reason for that is that such operation should be defered as possible, if done at all (not using what() will avoid completely the convertion)Hi,
I would like to see ::log4cxx::Exception derived from ::std::exception.
The problem is, that ::log4cxx::String might be wide-character. The message of Exception must be converted by the constructor of Exception to std::string.
What do you think?
Only good thing. I'd vote +1 to do this modification.
Regards,
Christophe
