We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8beb990 commit 55e2045Copy full SHA for 55e2045
src/atlas/runtime/trace/Logging.cc
@@ -88,7 +88,7 @@ void Logging::start(const std::string& title) {
88
89
void Logging::stop(const std::string& title, double seconds) {
90
if (enabled()) {
91
- if (!std::uncaught_exception()){
+ if (!std::uncaught_exceptions()){
92
channel() << title << " ... done : " << seconds << "s" << std::endl;
93
}
94
0 commit comments