29 Nov
2018
29 Nov
'18
12:15 p.m.
On Thu, Nov 29, 2018 at 12:41 PM Hans Dembinski via Boost
Every axis type is required to have a size() method, which returns the number of bins along that axis (without counting extra bins for under- and overflow). Should this method return `unsigned` or `int`?
size() returns unsigned ssize() returns signed ;) -- Olaf