mirror of
https://github.com/boostorg/compute.git
synced 2026-01-31 20:12:23 +00:00
This adds support for using the get<N>() function in lambda expressions to extract a single component of an aggregate type. Also adds a test of using boost::tuple<> to store a user-defined data type on the device and sort them by their first component using a lambda expression as the comparator.