contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.31k stars 100 forks source link

Adapt result-type to latest changes in std::expected<T, E> API as found on cppreference.com #1492

Closed christianparpart closed 3 months ago

christianparpart commented 3 months ago

I intentionally did not make it 100% compatible (i.e. void value type is not really supported, only partial code exists). I mostly decided to not implement that part due to lag of free time and lag of current use-cases (as of right now). :)