Skipper

Results 2 comments of Skipper

I second this. First of all the website, although nicely designed doesn't really give any explanation on how to use the software, not does it even list all the major...

I had issues with fmt::format() being a consteval function, which threw errors e.g. in thediagnostics.hpp::diagnostic_engine::emit_custom_diagnostic() function, which I fixed by encasing "message" with fmt::runtime(). Do you know if this fixes...