Results 62 comments of Kris Jusiak

Hey, will take a look, thanks for bringing it up to my attention

so it's only on mingw, correct? can't repro on gcc12.1 - https://godbolt.org/z/jos7h78vq

Sure, could you share some more precise examples/benchmarks so that we can verify/improve the library?

Thanks, @mechatheo. I'm happy to optimize compliation times, especially with C++20 we have tons of options available but as always it depends on the use case. If you could please...

Agree, more than happy to accept MR like that.

Hmm, that looks like the compiler used doesn't support source_location. Can you share the compiler and version used? The following check is being done to detect support for the source...

Ohh, that's bad, it seems like clang-15 introduced some bug to their builtin :/ Looking at godbolt, clang

It also seems related to clang using libstdc++ from gcc. It seems to work on clang 15 with libc++. Do you use libstdc++ by any chance? https://godbolt.org/z/3sn1MdM53

Thank you for checking, indeed there is something wrong with the clang-15 version :/ the builtins seem not to work and clang-15 doesn't have access to . I'll post on...

Agree @RalphSteinhagen, that would be very neat and defo a great addition which would simplify the usage. Any help always more than welcome, it would be awesome to have a...