Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Really fix MSVC warning about <bit> only being available in C++20.
The warning states "The contents of <bit> are available only with C++20 or later.", but the check was for C++17 and later.
- Loading branch information