You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/format.adoc
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,15 @@ int main()
71
71
[#fmt_format]
72
72
== `<fmt/format.h>`
73
73
74
-
Support for `{fmt}` is available as long as `<fmt/format.h>` is present.
74
+
Support for `{fmt}` is also available.
75
75
All the above information on modifiers is the same for fmtlib, just in a different namespace (i.e. `fmt::` instead of `std::`).
76
+
The header `<boost/decimal/fmt_format.hpp>` is *NOT* part of the convenience header, because it is an optional dependency on a potentially compiled library.
76
77
77
78
[source, c++]
78
79
----
79
80
#include <fmt/format.h>
80
-
#include <boost/decimal.hpp> // or <boost/decimal/fmt_format.hpp>
0 commit comments