hubslave 13a6e091b7 Common: fix swap functions on Bitrig and OpenBSD
swap{16,32,64} are defined as macros on the two, but client code
tries to invoke them as Common::swap{16,32,64}, which naturally
doesn't work. This hack redefines the macros as inline functions
in the Common namespace: the bodies of the functions are the
same as the original macros, but relying on OS-specific
implementation details like this is of course brittle.
2018-02-22 23:29:43 +02:00
..
2016-03-13 04:54:23 +01:00
2016-12-21 23:29:12 -05:00
2016-12-26 10:41:26 +02:00
2017-03-01 23:30:57 +02:00
2017-03-01 23:30:57 +02:00
2017-09-30 09:34:35 +01:00
2016-12-05 19:09:16 +01:00
2016-12-26 10:41:26 +02:00
2016-12-05 19:09:16 +01:00