Warren Falk cb08423712 Fix #1110, 32-bit build failure on Mac OSX (#1112)
Using explicit 64-bit type in conditional in platforms above 32-bits
This appears to be necessary on Mac OSX as std::conditional does not appear to short circuit and evaluates the third template arg
Making the third template arg be 64 bits explicitly works around this problem and will work on both 32 bit and 64+ bit platforms.
2016-05-02 15:09:38 -07:00
..
2016-04-27 18:30:04 -07:00
2016-04-18 09:42:50 -07:00
2016-04-28 17:50:58 -07:00
2016-03-18 15:18:42 -07:00