ProgramMax / max

max is a tool belt for C++
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Remove Bits# classes #147

Closed ProgramMax closed 4 years ago

ProgramMax commented 4 years ago

The Bits# classes were basically duplicating sized types like uint32_t.

This commit removes those classes and moves the useful parts such as BitScanForward() and SwapEndian() to free functions.

Closes #144