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.
1 parent a8e7199 commit d20332cCopy full SHA for d20332c
source/containers.tex
@@ -7785,7 +7785,7 @@
7785
\begin{itemdescr}
7786
\pnum
7787
\effects
7788
-Equivalent to: \tcode{return erase_if(c, [\&](auto\& elem) \{ return elem == value; \});}
+Equivalent to: \tcode{return erase_if(c, [\&](const auto\& elem) -> bool \{ return elem == value; \});}
7789
\end{itemdescr}
7790
7791
\indexlibrarymember{erase_if}{forward_list}%
@@ -8569,7 +8569,7 @@
8569
8570
8571
8572
8573
8574
8575
\indexlibrarymember{erase_if}{list}%
0 commit comments