From e915d52162397c66164621364ea9673880248937 Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Tue, 9 Jan 2024 18:54:46 -0300 Subject: [PATCH] Update api.rst with support provided by std.h --- doc/api.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/api.rst b/doc/api.rst index 42e164b6..20f9fc88 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -525,6 +525,11 @@ Standard Library Types Formatting * `std::monostate `_ * `std::variant `_ * `std::optional `_ +* `std::source_location `_ +* `std::bitset `_ +* `std::error_code `_ +* `std::atomic `_ +* `std::atomic_flag `_ Formatting Variants -------------------