1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

add constexpr containers (#187)

This commit is contained in:
Bela Schaum 2023-01-17 15:59:37 +01:00 committed by GitHub
parent 2a7658d084
commit 533c9509ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 2609 additions and 7 deletions

View file

@ -19,6 +19,9 @@ endfunction()
make_example(example)
make_example(enum_flag_example)
make_example(example_containers_array)
make_example(example_containers_bitset)
make_example(example_containers_set)
make_example(example_custom_name)
make_example(example_switch)
if(MAGIC_ENUM_OPT_ENABLE_NONASCII)