[basic.pre]/9.5

> Two names are the same if ... they are literal-operator-ids (12.8) formed with the same literal suffix identifier.

On Wed, Jul 7, 2021 at 5:02 PM Vladimir Grigoriev via Std-Discussion <std-discussion@lists.isocpp.org> wrote:
Where is there said in the C++ 20 Standard whether for example these two declarations declare the same operator and may be used simultaneously?
 
int operator "" _o( const char *s );
int operator ""_o( const char *s );
 
With best regards,
Vlad from Moscow
 
 
 
--
Std-Discussion mailing list
Std-Discussion@lists.isocpp.org
https://lists.isocpp.org/mailman/listinfo.cgi/std-discussion


--
Brian Bi