TartanLlama / expected

C++11/14/17 std::expected with functional-style extensions
https://tl.tartanllama.xyz
Creative Commons Zero v1.0 Universal
1.55k stars 135 forks source link

"Fix issue#126" #127

Open pnpuranik opened 1 year ago

pnpuranik commented 1 year ago

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;