LIVE / thrust /thrust /limits.h
Xu Ma
update
1c3c0d9
raw
history blame
380 Bytes
// 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)
#pragma once
#include <limits>
#include <thrust/detail/type_traits.h>
namespace thrust
{
template <typename T>
struct numeric_limits : std::numeric_limits<T> {};
} // end namespace thrust