lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 17.09-beta 11 lines 354 B view raw
1--- a/boost/uuid/detail/uuid_x86.hpp 2+++ b/boost/uuid/detail/uuid_x86.hpp 3@@ -100,7 +100,7 @@ inline bool operator< (uuid const& lhs, uuid const& rhs) BOOST_NOEXCEPT 4 cmp = (cmp - 1u) ^ cmp; 5 rcmp = (rcmp - 1u) ^ rcmp; 6 7- return static_cast< uint16_t >(cmp) < static_cast< uint16_t >(rcmp); 8+ return cmp < rcmp; 9 } 10 11 } // namespace uuids