Update docs

This commit is contained in:
Victor Zverovich 2024-06-05 07:19:14 -07:00
parent adb8e27db0
commit 966a1b3d44
2 changed files with 4 additions and 2 deletions

View File

@ -28,11 +28,12 @@ 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 types:
- `int`, `unsigned`, `long long`, `unsigned long long`
- `int`, `long long`,
- `unsigned`, `unsigned long long`
- `float`, `double`, `long double`
- `bool`
- `char`
- `const char*`, `fmt::string_view`
- `const char*`, [`fmt::string_view`](#basic_string_view)
- `const void*`
The following functions use [format string syntax](syntax.md) similar to that

View File

@ -8,6 +8,7 @@ theme:
name: material
features:
- navigation.tabs
- navigation.top
- toc.integrate
extra_javascript: