HerbertKoelman / cpp-atmi

Application-to-Transaction Monitor Interface (ATMI) C++ library
http://herbertkoelman.github.com/cpp-atmi
Other
7 stars 0 forks source link

atmi_exception.what is using a wrong signature #72

Closed HerbertKoelman closed 8 years ago

HerbertKoelman commented 8 years ago

On pre-C++11 compilers the signature was: virtual const char *what() const throw()