Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use const_check to silence MSVC warning
The condition is constexpr, so the compiler warns if a runtime check is used as there's no need to generate code for it.
- Loading branch information