mirror of
https://github.com/boostorg/yap.git
synced 2026-02-23 16:22:09 +00:00
Grooming.
This commit is contained in:
@@ -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))...
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user