Skip to content

Commit b15fae7

Browse files
burblebeetkoeppe
authored andcommitted
LWG4084 std::fixed ignores std::uppercase
1 parent d0e84b9 commit b15fae7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/text.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2965,7 +2965,8 @@
29652965
{lc}
29662966
\topline
29672967
\lhdr{State} & \rhdr{\tcode{stdio} equivalent} \\ \capsep
2968-
\tcode{floatfield == ios_base::fixed} & \tcode{\%f} \\ \rowsep
2968+
\tcode{floatfield == ios_base::fixed \&\& !uppercase} & \tcode{\%f} \\ \rowsep
2969+
\tcode{floatfield == ios_base::fixed} & \tcode{\%F} \\ \rowsep
29692970
\tcode{floatfield == ios_base::scientific \&\& !uppercase} & \tcode{\%e} \\ \rowsep
29702971
\tcode{floatfield == ios_base::scientific} & \tcode{\%E} \\ \rowsep
29712972
\tcode{floatfield == (ios_base::fixed | ios_base::scientific) \&\& !uppercase} & \tcode{\%a} \\ \rowsep

0 commit comments

Comments
 (0)