Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop misleading comments about undefined behavior (GH-17532)
There is no undefined behavior here. If `BitScan*()` returns zero, the value written to the first parameter is undefined, but we return a reasonable value.
- Loading branch information