Hacker News new | ask | show | jobs
by lyorig 7 days ago
Small nitpick, but a post about C++26 should really not be using `const std::string&` parameters. We have had `std::string_view` for this exact purpose since C++17.