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

15 commits

Author SHA1 Message Date
neargye
8107ceb0fa format containers throw 2023-06-19 12:28:18 +04:00
neargye
f01fcf0373 add assert in containers::[] 2023-06-19 12:00:54 +04:00
neargye
fd9f70b91d fix _ITERATOR_DEBUG_LEVEL 2023-06-16 06:04:33 +04:00
neargye
cf963cba28 add MAGIC_ENUM_NO_EXCEPTION 2023-06-12 17:44:50 +04:00
neargye
e7749da06b add MAGIC_ENUM_NO_ASSERT 2023-06-12 17:43:19 +04:00
neargye
5018ef9677 v0.9.2 2023-06-10 15:30:32 +04:00
neargye
04ecb134ff fix char_type cast 2023-05-31 15:46:21 +04:00
neargye
67abcf483a v0.9.1 2023-05-31 14:58:31 +04:00
Daniil Goncharov
8f6c9905fd
Enable wchar_t as string_view value_type (#272) 2023-05-24 19:05:20 +04:00
neargye
fba99305d2 v0.9.0 2023-05-24 13:51:51 +04:00
neargye
50adc0691e fix clang-format 2023-05-23 21:12:42 +04:00
Bela Schaum
dd2fb1b9a3
Fix https://github.com/Neargye/magic_enum/issues/234#issuecomment-1468134598 (#271) 2023-05-23 20:43:04 +04:00
Daniil Goncharov
629f7b09af
add support big range (#268)
* add support big range

* remove string_view from n()

* fix containers
2023-05-22 19:44:28 +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
Bela Schaum
533c9509ef
add constexpr containers (#187) 2023-01-17 18:59:37 +04:00