You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the Macro MSGPACK_ADD_ENUM on a baseclass for derived classes that use the same enum in the derived class causes a linker error "Multiple definition of operator <<".
The operator << should be using the keyword inline too.