Skip to content

Commit

Permalink
📚 [README] fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Jan 19, 2024
1 parent a6b5bdc commit 6f3713a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ std::print("{}", *colors["green"]); // prints 1
```
> mph::map is std::array of std::pairs and might be rewritten as such.
> Note: The array has to use mph::fixed_string and be marked constexpr.
```cpp
enum class color { red, green, blue };
Expand Down

0 comments on commit 6f3713a

Please sign in to comment.