Skip to content

Commit

Permalink
const void* is neither a fundamental nor string type
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut authored Apr 22, 2024
1 parent f30f1fd commit 51eeccd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit 51eeccd

Please sign in to comment.