2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-25 06:12:27 +00:00

Remove name of unused parameter. Fixes #8033.

[SVN r82932]
This commit is contained in:
Steven Watanabe
2013-02-16 20:01:07 +00:00
parent 9c376db7e5
commit fab5a8041b

View File

@@ -284,7 +284,7 @@ inline const
lambda_functor<
lambda_functor_base<do_nothing_action, null_type>
>
make_void(const Arg1& a1) {
make_void(const Arg1&) {
return
lambda_functor_base<do_nothing_action, null_type>();
}