2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-02 08:42:14 +00:00
Files
compute/include
Kyle Lutz 15bc98b94f Remove cv-qualifiers from get<N>()'s value-type
This removes the cv-qualifiers for the value-type returned from
get<N>() expressions. This fixes issues when specializing based
on the type (e.g. pair, tuple).
2013-06-11 20:29:06 -04:00
..