Skip to content

Commit 6a17cd5

Browse files
committed
Fix :F capitalization
1 parent c4ce792 commit 6a17cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/boost/decimal/format.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ constexpr auto parse_impl(ParseContext &ctx)
7070
break;
7171

7272
case 'F':
73+
is_upper = true;
7374
[[fallthrough]];
7475
case 'f':
7576
fmt = chars_format::fixed;

0 commit comments

Comments
 (0)