21 Oct
2021
21 Oct
'21
2:52 p.m.
On Thu, Oct 21, 2021 at 6:47 AM Phil Endecott via Boost
I'd be happy with the parsing function returning a view if its name reflected that. My complaint is that the short name parse_url() doesn't give the user that "obvious indication".
In C++ the "name" of a function includes its return type
and parameter types, so actually the name is:
result