Use Vlinder::Atomics
[Arachnida.git] / lib / Spin / Details / Address.cpp
blobf07d41a368bd1af800b27f888c6301ab73e2015b
1 #include "Address.h"
3 namespace Spin
5 namespace Details
7 bool operator==(const Address & lhs, const Address & rhs)
9 return lhs.u_.u32_ == rhs.u_.u32_;
12 bool operator!=(const Address & lhs, const Address & rhs)
14 return lhs.u_.u32_ != rhs.u_.u32_;