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 6082785 commit 4afe797Copy full SHA for 4afe797
source/text.tex
@@ -2965,7 +2965,8 @@
2965
{lc}
2966
\topline
2967
\lhdr{State} & \rhdr{\tcode{stdio} equivalent} \\ \capsep
2968
-\tcode{floatfield == ios_base::fixed} & \tcode{\%f} \\ \rowsep
+\tcode{floatfield == ios_base::fixed \&\& !uppercase} & \tcode{\%f} \\ \rowsep
2969
+\tcode{floatfield == ios_base::fixed} & \tcode{\%F} \\ \rowsep
2970
\tcode{floatfield == ios_base::scientific \&\& !uppercase} & \tcode{\%e} \\ \rowsep
2971
\tcode{floatfield == ios_base::scientific} & \tcode{\%E} \\ \rowsep
2972
\tcode{floatfield == (ios_base::fixed | ios_base::scientific) \&\& !uppercase} & \tcode{\%a} \\ \rowsep
0 commit comments