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
It seems that cast operators/conversion functions have to be implemented as member (instance) functions, but I am finding it impossible to extend template<Value> class std::shared_ptr {}
except that we actually need to cast
shared_ptr<Boolean>
tobool
.The text was updated successfully, but these errors were encountered: