We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2998f97 commit f6990b8Copy full SHA for f6990b8
include/dragonbox/dragonbox.h
@@ -680,7 +680,7 @@ namespace jkj {
680
auto const carry = _addcarry_u64(0, low_, n, &low_);
681
_addcarry_u64(carry, high_, 0, &high_);
682
#elif defined(__INTEL_COMPILER) && (defined(_M_X64) || defined(__x86_64))
683
- static_assert(std::is_same<unsigned __int64, std::uint_least64_t>::value, "");
+ static_assert(stdr::is_same<unsigned __int64, stdr::uint_least64_t>::value, "");
684
685
686
#else
0 commit comments