Skip to content

CxxUtils: Fix cppcheck warning.

Scott Snyder requested to merge ssnyder/athena:cppcheck.CxxUtils-20241125 into main

Use C++20 std::bit_ceil rather than explicit bit hacking. In passing fixes a (bogus) cppcheck bit shift warning.

Merge request reports

Loading