mirror of
https://github.com/boostorg/integer.git
synced 2025-11-11 21:39:55 +01:00
Removed unnecessary template specializations, removed workaround for compilers not supporting partial template specializations. Use unsigned integers for bit counting, which allows to replace the division with a shift.