diff --git a/include/boost/parser/tuple.hpp b/include/boost/parser/tuple.hpp index 88b5e626..4301e7c8 100644 --- a/include/boost/parser/tuple.hpp +++ b/include/boost/parser/tuple.hpp @@ -128,7 +128,7 @@ namespace boost { namespace parser { /** A literal that can be used to concisely name `parser::llong` integral constants. */ template - constexpr auto operator"" _c() + constexpr auto operator""_c() { constexpr long long n = detail::parse_llong({chars...});