2
0
mirror of https://github.com/boostorg/yap.git synced 2026-02-23 16:22:09 +00:00

Grooming.

This commit is contained in:
Zach Laine
2016-11-17 19:47:24 -06:00
parent 316da24c25
commit cb4d68f817

View File

@@ -145,7 +145,7 @@ namespace boost::proto17 {
return hana::unpack(
expr.elements,
[&] (auto && ... elements) {
[&](auto && ... elements) {
return eval_call(
expand_args(static_cast<decltype(elements) &&>(elements))...
);