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
Indeed this is due to the fact that the intbitset methods and operators explicitly return a new intbitset object rather than an instance of the desired class.
The text was updated successfully, but these errors were encountered:
@pombredanne reports in #40:
[...]
there is still something not right though IMHO:
I would expect a MySet object instead of an intbitset.
For instance with a set:
I get the right subclass:
[...]
Indeed this is due to the fact that the
intbitset
methods and operators explicitly return a newintbitset
object rather than an instance of the desired class.The text was updated successfully, but these errors were encountered: