LWG-4135 The helper lambda of std::erase
for list
should specify return type as bool
#5117
Labels
LWG
Library Working Group issue
LWG-4135 The helper lambda of
std::erase
forlist
should specify return type asbool
This was almost fully implemented by #4900, but the issue resolution also added
const
which we don't have:STL/stl/inc/forward_list
Lines 1618 to 1619 in 5e0ddad
STL/stl/inc/list
Lines 1923 to 1924 in 5e0ddad
The text was updated successfully, but these errors were encountered: