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 24da6b9 commit 911f801Copy full SHA for 911f801
doc/modules/ROOT/pages/cstdio.adoc
@@ -28,7 +28,7 @@ int printf(const char* format, Dec... values) noexcept;
28
} //namespace boost
29
----
30
31
-=== Type Modifiers
+== Type Modifiers
32
33
The type modifiers to be used are:
34
@@ -45,7 +45,7 @@ The remaining specifications of cstdio are the same as usual:
45
46
NOTE: The uppercase format will return with all applicable values in uppercase (e.g. 3.14E+02 vs 3.14e+02)
47
48
-=== Examples
+== Examples
49
50
Here are some example formats:
51
0 commit comments