Ian Pike

Results 7 comments of Ian Pike

I may take ya up on that offer! The biggest thing right now is finding time to build out the logic but I think I got an idea of where...

Tried the issue again and this time its a completely random selection of variations of compiler versions for MSVC. Quite strange of an issue. Any clue on timeline for when...

My first initial revision of what this would look like has been finished. I would though like to request permission to add C++20 and C++23 to the CI so we...

Applied requested changes and also added in a few more items that I found were missing.

I've come across a strange error with the current approach to implementing the use of both an internal source_location and std::source_location. It's an issue I've never experienced before. Currently the...

> I haven’t read the new changes yet but this sounds expected. If you conditionally enable something based on the standard and that makes changes in the compiled library then...

For proof of concept on the C++26's user generated static_assert you can see it in action here: https://godbolt.org/z/hY7fz5rKG For info on what it is here is the specification: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2741r1.pdf