diff --git a/toml/literal.hpp b/toml/literal.hpp index 0e61cc9..fb47014 100644 --- a/toml/literal.hpp +++ b/toml/literal.hpp @@ -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> loc(/* filename = */ std::string("TOML literal encoded in a C++ code"),