mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-04 17:26:42 +00:00
const void* is neither a fundamental nor string type
This commit is contained in:
parent
f30f1fd514
commit
51eeccd0fb
@ -33,8 +33,7 @@ Base API
|
||||
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
|
||||
using {fmt} as a library (the default) and not in the header-only mode.
|
||||
It also provides ``formatter`` specializations for the following fundamental
|
||||
and string types:
|
||||
It also provides ``formatter`` specializations for the following types:
|
||||
|
||||
* ``int``, ``unsigned``, ``long long``, ``unsigned long long``
|
||||
* ``float``, ``double``, ``long double``
|
||||
|
Loading…
Reference in New Issue
Block a user