From 51eeccd0fbfcb197afbf45881a7f81f2ee12c13e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 22 Apr 2024 13:59:26 -0700 Subject: [PATCH] const void* is neither a fundamental nor string type --- doc/api.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index 9582b312e73c..4b4b9b5fba9d 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -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``