未验证 提交 402565d7 编写于 作者: J Juha Reunanen 提交者: GitHub

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

上级 077a29ee
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册