We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ce792 commit 6a17cd5Copy full SHA for 6a17cd5
include/boost/decimal/format.hpp
@@ -70,6 +70,7 @@ constexpr auto parse_impl(ParseContext &ctx)
70
break;
71
72
case 'F':
73
+ is_upper = true;
74
[[fallthrough]];
75
case 'f':
76
fmt = chars_format::fixed;
0 commit comments