F.52: Improve language just a bit (#1770)

pull/1771/head
Juha Reunanen 5 years ago committed by GitHub
parent 077a29ee3c
commit 402565d74e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3895,7 +3895,7 @@ Unfortunately, there is no simple way to capture by reference to `const` to get
##### Example
Here, a large object (a network message) is passed to an iterative algorithm, and is it not efficient or correct to copy the message (which might not be copyable):
Here, a large object (a network message) is passed to an iterative algorithm, and it is not efficient or correct to copy the message (which might not be copyable):
std::for_each(begin(sockets), end(sockets), [&message](auto& socket)
{

Loading…
Cancel
Save