Constexpr construction does not work due to `reinterpret_cast`!
Open
DasNaCl
opened this issue 5 years ago
•
0 comments
The current implementation makes use of reinterpret_cast in at least one of the great 5. Unfortunately, reinterpret_cast is not supported in a constexpr context: godbolt