From d53809d8e47a0c1a2ec7b52ff6585d4f2017fa17 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 21 Jun 2016 14:33:26 +0200 Subject: [PATCH] woops, align the 'noexcept' declaration between .hpp and .cpp --- include/xbt/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbt/config.hpp b/include/xbt/config.hpp index 6e7a118ccd..8299cede0c 100644 --- a/include/xbt/config.hpp +++ b/include/xbt/config.hpp @@ -30,7 +30,7 @@ public: : std::runtime_error(what) {} explicit missing_key_error(const char* what) : std::runtime_error(what) {} - ~missing_key_error() noexcept override; + ~missing_key_error() override; }; template inline -- 2.20.1