mirror of
https://github.com/boostorg/compute.git
synced 2026-01-31 20:12:23 +00:00
This refactors the invoked_function<> classes. Previously each function arity (e.g. unary, binary) had a separate invoked_function<> template class. Now they all use the same class which simplifies the logic in function<> and meta_kernel.