bugfix: the derivation must be public

This commit is contained in:
Sébastien Loriot 2011-03-17 10:16:30 +00:00
parent cd6e91e5e3
commit b30c983e3c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ namespace internal {
// Exception type for the automatic conversion. // Exception type for the automatic conversion.
class Uncertain_conversion_exception class Uncertain_conversion_exception
: std::range_error : public std::range_error
{ {
public: public:
Uncertain_conversion_exception(const std::string &s) Uncertain_conversion_exception(const std::string &s)