Closed cvtsi2sd closed 6 years ago
Fixed various nonconforming bits:
noexcept
std::thread::id::operator==
std::thread::id
std::map
Fixed various nonconforming bits:
noexcept
specifiers;std::thread::id::operator==
(the standard mandates it to be a free function);std::thread::id
(allow it to be used as a key in astd::map
).