N3733 CH-6 says: > `float operator ""E(const char*);` // OK > should be > `float operator ""E(const char*);` // OK, but reserved (17.6.4.3.5) [usrlit.suffix]. It goes on to propose: > Change the example accordingly.