1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-10 23:44:29 +00:00
Commit graph

12 commits

Author SHA1 Message Date
neargye
85e2c5be68 add subtype to enum_fuse 2023-05-21 21:27:39 +04:00
neargye
18602fd224 optimize compile-time: removed unnecessary array copying 2023-05-21 17:32:22 +04:00
neargye
427a47394f * Remove MAGIC_ENUM_ENABLE_NONASCII
* Optimize template instantiations
* Remove auto is_flags
* Change flags API
2023-05-21 04:08:07 +04:00
neargye
737ed4fc7f add fmt support 2023-05-19 19:49:36 +04:00
talisein
d6fef8b171
Add const to std::formatter method (#260) 2023-05-13 03:43:06 +04:00
neargye
e1a68e9dd3 v0.8.2 2022-12-09 15:52:24 +04:00
ilobilo
20cac97b53
add missing magic_enum namespace (#223) 2022-11-22 11:37:06 +02:00
neargye
8bd403f888 fix #216, fix #199 2022-11-07 21:00:16 +04:00
ilobilo
596f00c0db
make streams and exceptions optional (#218)
* magic_enum: make streams optional
this commit adds support to disable streams
with macro MAGIC_ENUM_NO_STREAMS

* magic_enum_format: add support to disable exceptions
this commit adds support to disable exceptions
with macro MAGIC_ENUM_NO_EXCEPTIONS
2022-11-04 23:46:37 +04:00
neargye
43a9272f45 v0.8.1 2022-08-04 16:12:39 +04:00
neargye
4802f793bb clean-up 2022-06-28 14:57:34 +04:00
Bela Schaum
dd80219653
Magic enum format in a separated header file (#185) 2022-06-28 14:45:47 +04:00