Remove stray noexcepts.
This commit is contained in:
parent
e636236a31
commit
a92ff7e1bd
@ -364,9 +364,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
friend FMT_CONSTEXPR_DECL text_style fg(color_type foreground) FMT_NOEXCEPT;
|
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;
|
friend FMT_CONSTEXPR_DECL text_style bg(color_type background) FMT_NOEXCEPT;
|
||||||
FMT_NOEXCEPT;
|
|
||||||
|
|
||||||
color_type foreground_color;
|
color_type foreground_color;
|
||||||
color_type background_color;
|
color_type background_color;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user