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
 
 
 
You can meet me at http://cpp.forum24.ru/ or www.stackoverflow.com or http://ru.stackoverflow.com