Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/examples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ int main()
[#examples_fmt_format]
=== `<fmt/format.hpp>`

We also provide support for `{fmt}` so you can easily just swap the namespaces and headers on the above example:
We also provide support for pass:[{fmt}] so you can easily just swap the namespaces and headers on the above example:

[source, c++]
----
Expand Down
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/format.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ int main()
[#fmt_format]
== `<fmt/format.h>`

Support for `{fmt}` is also available.
Support for pass:[{fmt}] is also available.
All the above information on modifiers is the same for fmtlib, just in a different namespace (i.e. `fmt::` instead of `std::`).
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.

Expand Down
Loading