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