Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix ComputationalRadiationPhysics#2714 Boost is shipping there swap implementation with support for the device side if `BOOST_GPU_ENABLED` is `__host__ __device__` but is calling a pure host function `std::swap` within the device code. Even if swap is not called on the device this implementation can pull host only code inside the device compile path of CUDA. - provide a device side empty implementation for swap if the arguments are `std:.string`
- Loading branch information