mirror of
https://github.com/boostorg/compute.git
synced 2026-02-01 20:32:19 +00:00
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.