Files
toml11/toml
ToruNiina defde33544 fix: avoid ambiguity in overload resolution
Since both `std::string` and `std::filesystem::path` can be convertible
from `const char &[N]` (like, `parse("file.toml")`), after adding
`parse(std::filesystem::path)`, the overload resolution of
`parse("file.toml")` becomes ambiguous. By adding `parse(...)` that
exactly matches to `parse("file.toml")`, we can remove this ambiguity.
2020-06-06 17:18:02 +09:00
..
2020-02-11 06:30:18 -06:00
2019-03-16 14:27:05 +09:00
2019-03-16 14:27:05 +09:00
2020-02-29 22:54:50 +09:00
2020-03-27 18:02:37 +09:00
2019-06-22 17:35:40 +09:00