forked from fmtlib/fmt
const void* is neither a fundamental nor string type
This commit is contained in:
@ -33,8 +33,7 @@ Base API
|
|||||||
for ``char``/UTF-8 with C++20 compile-time checks. It has minimal include
|
for ``char``/UTF-8 with C++20 compile-time checks. It has minimal include
|
||||||
dependencies for better compile times. This header is only beneficial when
|
dependencies for better compile times. This header is only beneficial when
|
||||||
using {fmt} as a library (the default) and not in the header-only mode.
|
using {fmt} as a library (the default) and not in the header-only mode.
|
||||||
It also provides ``formatter`` specializations for the following fundamental
|
It also provides ``formatter`` specializations for the following types:
|
||||||
and string types:
|
|
||||||
|
|
||||||
* ``int``, ``unsigned``, ``long long``, ``unsigned long long``
|
* ``int``, ``unsigned``, ``long long``, ``unsigned long long``
|
||||||
* ``float``, ``double``, ``long double``
|
* ``float``, ``double``, ``long double``
|
||||||
|
Reference in New Issue
Block a user