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 51cad17 commit 5096e87Copy full SHA for 5096e87
source/algorithms.tex
@@ -208,7 +208,7 @@
208
Unless otherwise specified, algorithms that take function objects as arguments
209
can copy those function objects freely.
210
If object identity is important,
211
-a wrapper class that points to a noncopied implementation object
+a wrapper class that points to a non-copied implementation object
212
such as \tcode{reference_wrapper<T>}\iref{refwrap}, or some equivalent solution,
213
can be used.
214
\end{note}
0 commit comments