From a92ff7e1bd72d399615a6a4e747416c67e0f9a90 Mon Sep 17 00:00:00 2001 From: Nicolas Lesser Date: Wed, 12 Dec 2018 17:14:20 +0100 Subject: [PATCH] Remove stray noexcepts. --- include/fmt/color.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/fmt/color.h b/include/fmt/color.h index c6c8082b..87e6c16f 100644 --- a/include/fmt/color.h +++ b/include/fmt/color.h @@ -364,9 +364,7 @@ private: } friend FMT_CONSTEXPR_DECL text_style fg(color_type foreground) FMT_NOEXCEPT; - FMT_NOEXCEPT; friend FMT_CONSTEXPR_DECL text_style bg(color_type background) FMT_NOEXCEPT; - FMT_NOEXCEPT; color_type foreground_color; color_type background_color;