Hacker News new | ask | show | jobs
by zorgmonkey 698 days ago
Pretty sure the namespace thing was in C++17
2 comments

Right. Only took 37 years to fix a usability issue that Stroustrup fully expected to be fixed at the first available opportunity.

C++17 and C++20 both took up usability fixes. std::string::ends_with would be a a C++20 example.

Hopefully C++23 will be similarly open to usability fixes.

Ah yeah, I read the page too fast.