aboutsummaryrefslogtreecommitdiff
path: root/brep/diagnostics.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'brep/diagnostics.cxx')
-rw-r--r--brep/diagnostics.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/brep/diagnostics.cxx b/brep/diagnostics.cxx
index e04c214..0278792 100644
--- a/brep/diagnostics.cxx
+++ b/brep/diagnostics.cxx
@@ -22,7 +22,7 @@ namespace brep
// once C++17 uncaught_exceptions() becomes available.
//
if (!data_.empty () &&
- (!std::uncaught_exception () /*|| exception_unwinding_dtor*/))
+ (!uncaught_exception () /*|| exception_unwinding_dtor*/))
{
data_.back ().msg = os_.str (); // Save last message.