Spaces:
Runtime error
Runtime error
| // Copyright (c) 2018 NVIDIA Corporation | |
| // Author: Bryce Adelstein Lelbach <[email protected]> | |
| // | |
| // Distributed under the Boost Software License v1.0 (boost.org/LICENSE_1_0.txt) | |
| namespace thrust | |
| { | |
| template <typename T> | |
| struct numeric_limits : std::numeric_limits<T> {}; | |
| } // end namespace thrust | |