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
Hide the inherited members like spin() from cell and heptagon.
We don't want `c1->spin(d)` to compile, but we do want `c1->c().spin(d)`
to compile. Make the CRTP inheritance private and make `->c()` the
magic incantation to poke through that privateness.
0 commit comments