2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-01 20:32:19 +00:00
Files
compute/include
Kyle Lutz 64e94549b3 Add specialization for get<N>() with zip_iterator
This adds a specialization for the get<N>() function when used
with zip_iterator's. Now, only the N'th iterator for the expression
will be dereferenced instead of dereferencing all of the iterators
into a tuple and then extracting the N'th component.
2013-06-11 20:37:23 -04:00
..