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
I would like to inherit from tl::expected and add some custom functionality for my use case. However, I have noticed issues with copy/move construction in the derived class (i.e. the copy/move constructors are not getting called and more general constructor overloads are instead getting called). The following example with bool exemplifies the issue:
I would like to inherit from
tl::expected
and add some custom functionality for my use case. However, I have noticed issues with copy/move construction in the derived class (i.e. the copy/move constructors are not getting called and more general constructor overloads are instead getting called). The following example with bool exemplifies the issue:The text was updated successfully, but these errors were encountered: