Search found 1 match
- Sat Oct 11, 2025 1:53 am
- Forum: Motive
- Topic: MotiveAPI 3.1.0 using std containers !!!
- Replies: 1
- Views: 86
MotiveAPI 3.1.0 using std containers !!!
Hi, I'm surprised that the Motive API contains functions using std containers, which is against best practices. Indeed, if the client uses a different std version, there is a risk of crash. STL types (std::string, std::vector, etc.) are not ABI-stable. Their binary representation and allocation stra...