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
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
The way is_writer works - it tries to assign member function pointer from T::WriteStructBegin. When derived class relies on base's WriteStructBegin, this fails because it tries to assign base's pointer to member function to derived one.
I'm also guessing is_writer is not the only problem.