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. using {fmt} as a library (the default) and not in the header-only mode.
It also provides `formatter` specializations for the following types: 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` - `float`, `double`, `long double`
- `bool` - `bool`
- `char` - `char`
- `const char*`, `fmt::string_view` - `const char*`, [`fmt::string_view`](#basic_string_view)
- `const void*` - `const void*`
The following functions use [format string syntax](syntax.md) similar to that The following functions use [format string syntax](syntax.md) similar to that

View File

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