MrSapps
MrSapps
With clang format you can change it to whatever ye like but then reformat before commit to the format file that is in the repo. Probably better than doing another...
Given free can't throw.. is this not a clang/llvm codegen issue?
Will COTIRE_PREFIX_HEADER_IGNORE_PATH still work if the path is part of the "user source" since it seems to want to include that stuff by default?
shared pch fails in msvc
Is it possible to check if ver exists, run it and check the returned output starts with "Microsoft Windows"? That should be a lot more reliable, IMO this is why...
wouldn't making the size a template argument be "the c++ way"? That way it should produce same code and still be typesafe etc
I mean that using #define make_vector will force replace "make_vector" everywhere in the code. Instead you can make RTVector have another template argument for element_size. Something like this: ``` #include...
Hmm this seems a little quirky - if I add mBase = base; to the class and replace all use of base. with mBase. then I get to access "base"....
Better to define a macro for noexcept itself rather than condition every use of it
Any update?