Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround MSVC bug; converting C strings to bool (#177)
On MSVC passing 'const char*' assigns a 'bool' to std::variant instead of std::string. A non-template overload does prevent this, but will catch '0' as nullptr. This can be removed once C++20 is used.
- Loading branch information