top | item 40853917 (no title) sankhao | 1 year ago This is doable in c++20 https://github.com/stephenberry/glaze discuss order hn newest _flux|1 year ago That's pretty neat! What's the C++20 feature that enables this? gpderetta|1 year ago From a quick look, generalized constexpr evaluation, but in practice it relies on parsing non-portable decorated function names from things like source location. An ugly, slow, but effective hack.
_flux|1 year ago That's pretty neat! What's the C++20 feature that enables this? gpderetta|1 year ago From a quick look, generalized constexpr evaluation, but in practice it relies on parsing non-portable decorated function names from things like source location. An ugly, slow, but effective hack.
gpderetta|1 year ago From a quick look, generalized constexpr evaluation, but in practice it relies on parsing non-portable decorated function names from things like source location. An ugly, slow, but effective hack.
_flux|1 year ago
gpderetta|1 year ago