From 9ab42c7462f36d21a5519b1ea7923886c3130a3a Mon Sep 17 00:00:00 2001 From: David Dight Date: Wed, 12 Jun 2024 09:26:28 +1000 Subject: [PATCH] updated --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56f4d450..a665a018 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ # 1. Quick links +.center[ + |**Link**|**Description**| --|-- |[Here](include/fix8/conjure_enum.hpp)| For implementation| @@ -53,6 +55,8 @@ |[Compilers](#8-compiler-support)| Supported compilers| |[Compiler issues](#9-compiler-issues)| Workarounds for various compiler issues| |[Results of `source_location`](reference/source_location.md)| For implementation specific `std::source_location` results| + +] > [!TIP] > Use the built-in [table of contents](https://github.blog/changelog/2021-04-13-table-of-contents-support-in-markdown-files/) to navigate this guide. > Even better in [full read view](./README.md) of this page. @@ -83,7 +87,7 @@ unlocked the potential of `constexpr` algorithms and concepts. This translates t - scoped and unscoped enums - enum **aliases** - **gaps** - - anonymous and namespaced enums and types. + - anonymous and named namespaced enums and types. - ***Simple & Easy to Use***: Class-based approach with intuitive syntax. - ***Convenient***: `enum_bitset` offers an enhanced `std::bitset`. - ***Useful***: `conjure_type` lets you obtain the type string of _any type!_