crysis_vrmod icon indicating copy to clipboard operation
crysis_vrmod copied to clipboard

[#105] Fix compilation with VS2022 with recent (v143) compiler and stdlib

Open RippeR37 opened this issue 4 months ago • 0 comments

This fixes an error where compiler cannot convert different std::allocator<...> where const is added unnecessarily, specifically in Weapons.cpp and WeaponsSystem.cpp on lines like:

    m_StanceWeponOffset[curStance] = curOffset;

This was described in #105.

RippeR37 avatar Aug 09 '25 23:08 RippeR37