Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
godbolt.org
(Uncensored)
subscribe
Compiler Explorer
https://godbolt.org/z/G9ceTqzqW
links
backlinks
int main() { std::expected<int, std::string> result{std::unexpected{"err"}}; if (!result) { result.error() += std::string{" in the filesystem"}; std::cout << result.error(); } }