aboutsummaryrefslogtreecommitdiff
path: root/brep/diagnostics.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-30 19:20:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-08-06 20:34:25 +0200
commit8e866579cb459c5104c532d5e41d562d45236ea5 (patch)
treef72548e3499bfdc50bc1183ec014d14e6b53918c /brep/diagnostics.cxx
parentc188831c50456754de79aadc26df74149cb00422 (diff)
Implement loader
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.