Remove stray noexcepts.

This commit is contained in:
Nicolas Lesser 2018-12-12 17:14:20 +01:00
parent e636236a31
commit a92ff7e1bd
No known key found for this signature in database
GPG Key ID: 55F9BC675F85A2DF

View File

@ -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;