Hi,
First of all thanks for this great library
I can't use nonstd::expected with a non copyable type or a non moveable type can you tell me if this behavior is expected ?
You can find my test code and the compilation error here https://godbolt.org/z/o2Evdr (with gcc-9.2 and clang-8)
Thank you in advance for your answer
Hi,
First of all thanks for this great library
I can't use nonstd::expected with a non copyable type or a non moveable type can you tell me if this behavior is expected ?
You can find my test code and the compilation error here https://godbolt.org/z/o2Evdr (with gcc-9.2 and clang-8)
Thank you in advance for your answer