🔀 Merge branch 'master' into v3

This commit is contained in:
ToruNiina
2019-06-08 19:40:11 +09:00
5 changed files with 242 additions and 48 deletions

View File

@@ -11,7 +11,7 @@ inline namespace literals
inline namespace toml_literals
{
inline ::toml::value operator""_toml(const char* str, std::size_t len)
inline ::toml::value operator"" _toml(const char* str, std::size_t len)
{
::toml::detail::location<std::vector<char>>
loc(/* filename = */ std::string("TOML literal encoded in a C++ code"),