open-ead / sead

Decompilation of sead: the standard C++ library for first-party Nintendo games
190 stars 26 forks source link

prim/BitFlag: Missing assertions in isOnBit and other functions #85

Open leoetlino opened 3 years ago

leoetlino commented 3 years ago

static_cast<u32>(bit) < sizeof(T)*8 and more