mp-units
mp-units copied to clipboard
refactor: `consteval` all the things!
Let's try to consteval as much as we can 😉
I'm doing that for #248.
A few bugs I've run into:
- Immediate function in requires-expression not found by ADL.
- Can't return static address from immediate function. I don't think you'll run into this one.
For such cases consider introducing CONSTEVAL in hacks.h.
Done in V2.