Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix compilation pre-C++17 (#5)
`.data()` returns `const char*` rather than `char*` before C++17. It's also not needed in this particular case.
- Loading branch information