mirror of
https://github.com/boostorg/lambda.git
synced 2026-01-20 16:42:16 +00:00
bugfix in make_void
[SVN r14042]
This commit is contained in:
@@ -291,7 +291,7 @@ lambda_functor<
|
||||
>
|
||||
make_void(const Arg1& a1) {
|
||||
return
|
||||
lambda_functor_base<do_nothing_action, null_type>(null_type());
|
||||
lambda_functor_base<do_nothing_action, null_type>();
|
||||
}
|
||||
|
||||
// std_functor -----------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user