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 b9149a7 commit f7b2b32Copy full SHA for f7b2b32
source/containers.tex
@@ -7783,7 +7783,7 @@
7783
\begin{itemdescr}
7784
\pnum
7785
\effects
7786
-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; \});}
7787
\end{itemdescr}
7788
7789
\indexlibrarymember{erase_if}{forward_list}%
@@ -8567,7 +8567,7 @@
8567
8568
8569
8570
8571
8572
8573
\indexlibrarymember{erase_if}{list}%
0 commit comments