Commit 6c6ba45f authored by Dominik Charousset's avatar Dominik Charousset

Remove unnecessary inline

parent c2f54dbd
......@@ -477,7 +477,7 @@ public:
#if defined(__cpp_fold_expressions) && defined(__cpp_if_constexpr)
template <class... Ts> inline
template <class... Ts>
error operator()(Ts&&... xs) {
error result;
auto f = [&result, this](auto&& x) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment