Opts strong typing and easier use #1020
stephenberry
started this conversation in
Ideas
Replies: 1 comment
-
A downside of this approach is that compilers like to use the enumeration in the template name. The longer the template name, the longer the compile time. So, this change would likely increase compile times. If we use bit packing internally then we can reduce compile times and make this useful. However, we really need bit packing and unpacking to facilitate handling options, and it makes things annoying having to unpack everywhere, and I'm afraid that this might increase compilation times. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussed in #816
Originally posted by arturbac March 9, 2024
It should work something like this
Beta Was this translation helpful? Give feedback.
All reactions