
16 Apr
2012
16 Apr
'12
12:25 a.m.
Michael Kochetkov wrote:
inline bool comp(const boost::uuids::uuid& l, const boost::uuids::uuid& r) { return *reinterpret_cast<const uint32_t*>(l.data) ==
... I could've sworn that memcmp is smart enough on MSVC to do these unrolled DWORD compares for small sizes, but it isn't. I wonder why I got that impression.