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

added in_place_t as first parameter to constructors of tl::unexpected #134

Open georg-emg opened 1 year ago

georg-emg commented 1 year ago

Afaik, the C++23 version of std::unexpected takes std::in_plate_t as the first parameter to the in-place constructors of std::unexpected. I added these parameters to the constructors of tl::unexpected to be conformant.