Nis Meinert
Nis Meinert
Might be a dumb question to ask, but why do you use `m.css` in the first place? If it's causing trouble and is on the edge of being abandonware why...
Well, my suggestion is to get rid of `m.css` but I fully appreciate different opinions about that; but I will not bother to make PRs if you had reasons to...
Fair enough:)
Thinking about this issue a bit longer I think that the current solution is actually fine. From a user perspective, it is easier to remove `m.css` and to fall back...
This option was removed in version `0.6.0`, cf. https://github.com/lefticus/cpp_starter_project/pull/53#issue-408722272
In theory, the current implementation could be run on the backend of a server as is, and one _only_ had to write a frontend to pass the right flags to...
IMO, the address sanitizer on its own is already very helpful, and it is available for [MSVC](https://learn.microsoft.com/en-us/cpp/sanitizers/asan?view=msvc-170).
I don't know where this error comes from. I haven't changed any of the files from the generated template and the error log shown above is all that I have....