Marc Kamradt
Marc Kamradt
I put up a pull request here: https://github.com/nickgravgaard/AlwaysAlignedVS/pull/12 For everyone not being patient enough - here is an intermediate binary release: https://github.com/MarcKamradt/AlwaysAlignedVS/releases/tag/2019.0.0
When using the "Convert to/from space based files" option and setting a breakpoint within one of those files, the debugger will not hit the breakpoint and report that "the source...
It seems the function ``` template KFR_MEM_INTRINSIC constexpr void set(csize_t, const value_type& s) CMT_NOEXCEPT { this->s[index] = s; } ``` does not compile with the latest LLVM. It looks like...