Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Expression/symbol 'name' uses a naked union 'union' with multiple type pointers: Use variant instead (type.7)
Remarks
std::variant provides a type-safe alternative to union and should be preferred in modern code.
Code analysis name: USE_VARIANT