Pair

Thrust provides an implementations of std::pair, that is pulled in from libcu++.

It is recommended to replace thrust::pair and thrust::make_pair with cuda::std::pair and cuda::std::make_pair.