We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0815b19 commit a1c3b6eCopy full SHA for a1c3b6e
final/vterm/fstyle.h
@@ -88,7 +88,7 @@ class FStyle
88
return fchar_attr;
89
}
90
91
- constexpr auto toFAttribute() const noexcept -> FAttribute
+ auto toFAttribute() const noexcept -> FAttribute
92
{
93
FCharAttribute fchar_attr{toFCharAttribute()};
94
FAttribute fattr{};
0 commit comments