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 67e7638 commit 97a96f4Copy full SHA for 97a96f4
source/overloading.tex
@@ -3219,7 +3219,7 @@
3219
void operator "" _km(long double); // OK
3220
string operator "" _i18n(const char*, std::size_t); // OK
3221
template <char...> double operator "" _\u03C0(); // OK: UCN for lowercase pi
3222
-float operator ""E(const char*); // OK
+float operator ""E(const char*); // OK, but reserved~(\ref{usrlit.suffix})
3223
float operator " " B(const char*); // error: non-empty \grammarterm{string-literal}
3224
string operator "" 5X(const char*, std::size_t); // error: invalid literal suffix identifier
3225
double operator "" _miles(double); // error: invalid \grammarterm{parameter-declaration-clause}
0 commit comments