Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The string literal being assigned is const, but the assignment looses the constness of this string. This enables building with `/Zc:strictString` with MSVC as well.
- Loading branch information