We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac110be commit 9f4faa3Copy full SHA for 9f4faa3
include/boost/charconv/detail/config.hpp
@@ -20,7 +20,7 @@
20
#endif
21
22
// Use 128-bit integers and suppress warnings for using extensions
23
-#if defined(BOOST_HAS_INT128)
+#if defined(BOOST_HAS_INT128) && !defined(__NVCC__)
24
# define BOOST_CHARCONV_HAS_INT128
25
# define BOOST_CHARCONV_INT128_MAX static_cast<boost::int128_type>((static_cast<boost::uint128_type>(1) << 127) - 1)
26
# define BOOST_CHARCONV_INT128_MIN (-BOOST_CHARCONV_INT128_MAX - 1)
0 commit comments