From b30c983e3c4f3afcafeea1a03ad186a4e17558e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 17 Mar 2011 10:16:30 +0000 Subject: [PATCH] bugfix: the derivation must be public --- STL_Extension/include/CGAL/Uncertain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STL_Extension/include/CGAL/Uncertain.h b/STL_Extension/include/CGAL/Uncertain.h index 196b642f558..adadc213ace 100644 --- a/STL_Extension/include/CGAL/Uncertain.h +++ b/STL_Extension/include/CGAL/Uncertain.h @@ -69,7 +69,7 @@ namespace internal { // Exception type for the automatic conversion. class Uncertain_conversion_exception - : std::range_error + : public std::range_error { public: Uncertain_conversion_exception(const std::string &s)