Skip to content

Conversation

@RippeR37
Copy link

@RippeR37 RippeR37 commented Aug 9, 2025

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.

… and stdlib.

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:

```cpp
    m_StanceWeponOffset[curStance] = curOffset;
```
@ThreeDeeJay
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants