mirror of https://github.com/CGAL/cgal
bugfix: the derivation must be public
This commit is contained in:
parent
cd6e91e5e3
commit
b30c983e3c
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue