1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-02-02 03:20:06 +00:00
This commit is contained in:
neargye 2022-12-09 15:52:24 +04:00
parent b625fe721c
commit e1a68e9dd3
7 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@
<package format="2">
<name>magic_enum</name>
<version>0.8.1</version>
<version>0.8.2</version>
<description>
Static reflection for enums (to string, from string, iteration) for modern C++,
work with any enum type without any macro or boilerplate code