Clarify use of the core API in header-only mode (#1296)
This commit is contained in:
parent
a128b5b2cb
commit
fe642d7648
@ -23,7 +23,8 @@ Core API
|
||||
========
|
||||
|
||||
``fmt/core.h`` defines the core API which provides argument handling facilities
|
||||
and a lightweight subset of formatting functions.
|
||||
and a lightweight subset of formatting functions. In the header-only mode
|
||||
include ``fmt/format.h`` instead of ``fmt/core.h``.
|
||||
|
||||
The following functions use :ref:`format string syntax <syntax>`
|
||||
similar to that of Python's `str.format
|
||||
|
Loading…
Reference in New Issue
Block a user