We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In the synopsis, the declaration of find_last does not set the default type for T. In [alg.find.last], it does: class T = projected_value_t<I, Proj>
find_last
T
class T = projected_value_t<I, Proj>
It should be in the synopsis too.