TartanLlama / expected

C++11/14/17 std::expected with functional-style extensions

Home Page:https://tl.tartanllama.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync names with C++23

peci1 opened this issue · comments

According to https://en.cppreference.com/w/cpp/utility/expected , std::expected became part of C++23. Most of the behavior seems to match this library, however, map() is called transform() in the accepted definition. Could this library provide compatibility with these names?