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
Allow using a type as both a base type and a member type, closes#333
`store_as_base<Name, T>` should hold its `T` by value, not by private base... I should know better than use private inheritance :)
While I was trying an alternate solution (that I then backed out), I created a `cpp2::contains` function... now it isn't being used, but will likely be useful so I'll leave it in
0 commit comments