Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
strlen optimization: use constexpr instead of runtime-constant
strlen cannot be a constexpr in all platforms otherwise.
- Loading branch information