mirror of
https://github.com/boostorg/parser.git
synced 2026-01-24 18:12:32 +00:00
Compare commits
1 Commits
boost-1.88
...
boost-1.88
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6414f99e04 |
@@ -128,7 +128,7 @@ namespace boost { namespace parser {
|
||||
/** A literal that can be used to concisely name `parser::llong`
|
||||
integral constants. */
|
||||
template<char... chars>
|
||||
constexpr auto operator"" _c()
|
||||
constexpr auto operator""_c()
|
||||
{
|
||||
constexpr long long n =
|
||||
detail::parse_llong<sizeof...(chars)>({chars...});
|
||||
|
||||
Reference in New Issue
Block a user