Skip to content

Commit

Permalink
Sort links on fmt/std.h section
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal authored and vitaut committed Jan 9, 2024
1 parent e915d52 commit cf8426c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -520,16 +520,16 @@ Standard Library Types Formatting

``fmt/std.h`` provides formatters for:

* `std::atomic <https://en.cppreference.com/w/cpp/atomic/atomic>`_
* `std::atomic_flag <https://en.cppreference.com/w/cpp/atomic/atomic_flag>`_
* `std::bitset <https://en.cppreference.com/w/cpp/utility/bitset>`_
* `std::error_code <https://en.cppreference.com/w/cpp/error/error_code>`_
* `std::filesystem::path <https://en.cppreference.com/w/cpp/filesystem/path>`_
* `std::thread::id <https://en.cppreference.com/w/cpp/thread/thread/id>`_
* `std::monostate <https://en.cppreference.com/w/cpp/utility/variant/monostate>`_
* `std::variant <https://en.cppreference.com/w/cpp/utility/variant/variant>`_
* `std::optional <https://en.cppreference.com/w/cpp/utility/optional>`_
* `std::source_location <https://en.cppreference.com/w/cpp/utility/source_location>`_
* `std::bitset <https://en.cppreference.com/w/cpp/utility/bitset>`_
* `std::error_code <https://en.cppreference.com/w/cpp/error/error_code>`_
* `std::atomic <https://en.cppreference.com/w/cpp/atomic/atomic>`_
* `std::atomic_flag <https://en.cppreference.com/w/cpp/atomic/atomic_flag>`_
* `std::thread::id <https://en.cppreference.com/w/cpp/thread/thread/id>`_
* `std::variant <https://en.cppreference.com/w/cpp/utility/variant/variant>`_

Formatting Variants
-------------------
Expand Down

0 comments on commit cf8426c

Please sign in to comment.