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
definition of implicit copy constructor for 'expected_storage_base<int, int, true, true>' is deprecated
expected.hpp:: error: definition of implicit copy constructor for 'expected_storage_base<int, int, true, true>' is deprecated because it has a user-declared destructor [-Werror,-Wdeprecated]
~expected_storage_base() = default;
^
The text was updated successfully, but these errors were encountered:
pnpuranik
pushed a commit
to pnpuranik/expected
that referenced
this issue
Dec 19, 2022
definition of implicit copy constructor for 'expected_storage_base<int, int, true, true>' is deprecated
expected.hpp:: error: definition of implicit copy constructor for 'expected_storage_base<int, int, true, true>' is deprecated because it has a user-declared destructor [-Werror,-Wdeprecated]
~expected_storage_base() = default;
^
The text was updated successfully, but these errors were encountered: