Skip to content

Commit 51eeccd

Browse files
authored
const void* is neither a fundamental nor string type
1 parent f30f1fd commit 51eeccd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: doc/api.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ Base API
3333
for ``char``/UTF-8 with C++20 compile-time checks. It has minimal include
3434
dependencies for better compile times. This header is only beneficial when
3535
using {fmt} as a library (the default) and not in the header-only mode.
36-
It also provides ``formatter`` specializations for the following fundamental
37-
and string types:
36+
It also provides ``formatter`` specializations for the following types:
3837

3938
* ``int``, ``unsigned``, ``long long``, ``unsigned long long``
4039
* ``float``, ``double``, ``long double``

0 commit comments

Comments
 (0)