We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bc141 commit 6414f99Copy full SHA for 6414f99
include/boost/parser/tuple.hpp
@@ -128,7 +128,7 @@ namespace boost { namespace parser {
128
/** A literal that can be used to concisely name `parser::llong`
129
integral constants. */
130
template<char... chars>
131
- constexpr auto operator"" _c()
+ constexpr auto operator""_c()
132
{
133
constexpr long long n =
134
detail::parse_llong<sizeof...(chars)>({chars...});
0 commit comments