On Thu, 5 Jul 2018 at 02:14, snow_xmas wrote:
>
> Hello.
> The source in the attachment can not be compiled, because there is a
> variable in the lambda-introducer does not have a copy-constructor, but have
> a move-constructor. When a function object constructed by a lambda-expression
> lik
在 2018/7/5 9:14, snow_xmas 写道:
Hello.
The source in the attachment can not be compiled, because there is a
variable in the lambda-introducer does not have a copy-constructor, but have a
move-constructor. When a function object constructed by a lambda-expression
like this, the compiler wil
Hello.
The source in the attachment can not be compiled, because there is a
variable in the lambda-introducer does not have a copy-constructor, but have a
move-constructor. When a function object constructed by a lambda-expression
like this, the compiler will report this error. And I have tr