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
Ensure template classes are instantiated in correct order
- If it depends on a base class, the base needs to be initialized first
- Not all template classes exist in the header (in particular, CRTP) so
anything not found in the current header gets initialized first
0 commit comments