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 dffa335 commit ed5b886Copy full SHA for ed5b886
doc/modules/ROOT/pages/format.adoc
@@ -15,6 +15,16 @@ Boost.Decimal supports formatting with both `<format>` (when C++20 and header ar
15
16
Format is supported when using C++20 and a compiler with appropriate support: GCC >= 13, Clang >= 18, MSVC >= 19.40
17
18
+=== Sign Modifier
19
+
20
+|===
21
+| Modifier | Format
22
+| "+" | All values will have a sign
23
+| "-" | Only negative values have a sign
24
+| " " | Positive values have a leading space,
25
+Negative have a minus sign
26
27
28
=== Type Modifiers
29
30
The following type modifiers are the same as those used by built-in floating point values:
0 commit comments