A2-Collaboration / ant

Just another analysis toolkit for A2
3 stars 20 forks source link

Do not use unsigned #31

Open neiser opened 7 years ago

neiser commented 7 years ago

See https://www.youtube.com/watch?v=wvtFGa6XJDU unsigned should be used as bitmask, and not for any quantity or in APIs (see ant::TEvent). STL containers size() is a wart, according to talk.