C++ Logo

std-discussion

Advanced search

User defined literal

From: Vladimir Grigoriev <vlad.moscow_at_[hidden]>
Date: Thu, 08 Jul 2021 00:02:07 +0300
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

Received on 2021-07-07 16:02:13