function_ref icon indicating copy to clipboard operation
function_ref copied to clipboard

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

DasNaCl avatar Oct 21 '19 08:10 DasNaCl