mirror of
https://github.com/boostorg/integer.git
synced 2026-07-06 08:20:48 +02:00
c5df07cb21
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.