// Copyright (c) 2018 NVIDIA Corporation // Author: Bryce Adelstein Lelbach // // Distributed under the Boost Software License v1.0 (boost.org/LICENSE_1_0.txt) #pragma once #include #include #include THRUST_NAMESPACE_BEGIN template struct numeric_limits : std::numeric_limits {}; THRUST_NAMESPACE_END