File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4259
4259
float operator "" _e(const char*); // OK
4260
4260
float operator "" E(const char*); // error: reserved literal suffix~(\ref {usrlit.suffix }, \ref {lex.ext })
4261
4261
double operator""_Bq(long double); // OK: does not use the reserved identifier \tcode {_Bq}\iref {lex.name }
4262
- double operator"" _Bq(long double); // uses the reserved identifier \tcode {_Bq}\iref {lex.name }
4262
+ double operator"" _Bq(long double); // error: uses the reserved identifier \tcode {_Bq}\iref {lex.name }
4263
4263
float operator " " B(const char*); // error: non-empty \grammarterm {string-literal}
4264
4264
string operator "" 5X(const char*, std::size_t); // error: invalid literal suffix identifier
4265
4265
double operator "" _miles(double); // error: invalid \grammarterm {parameter-declaration-clause}
You can’t perform that action at this time.
0 commit comments