Daniel Lemire

Results 1862 comments of Daniel Lemire

@pauldreik Are you sure ? https://godbolt.org/z/EY45GWY6o

Gemini say: Reference in N4950 Section 7.7, "Constant expressions," paragraph 5, item (5.15) states that an expression E is not a core constant expression if the evaluation of a potential...

@pauldreik Using AI and a bit C++ knowledge, I wrote a wrapper that seems to work: https://godbolt.org/z/n86945sa4 The idea goes like this: ```cpp template requires (sizeof(to) == sizeof(from)) struct constexpr_ptr...

@pauldreik I think that such an abstraction should be zero (runtime) cost, so we could use it for all out casts.

This is reasonable. Let us wait for the tests to go green.

> A related question: what would it take for us to require C++17 instead of C++11 as build requirement? Do we have any idea of how large proportion of the...

I am blaming the failed CI tests on Cloudflare. @anonrig's PR should be generally safe.

As such, this will not work, of course.

@mmorel-35 > That's based on @BYVoid work in BCR. Can you provide some guidance to make this work ? This will not work because your configuration requires a secret token:...