boostorg / core

Boost Core Utilities
132 stars 86 forks source link

`boost::core::bit_width` accepts signed arguments in MSVC #129

Closed joaquintides closed 1 year ago

joaquintides commented 1 year ago

As shown here. Moreover, the result is inconsistent with the documented behavior (for instance, boost::core::bit_width(int(0)) returns -1).