cake icon indicating copy to clipboard operation
cake copied to clipboard

missing warning - operator 'operator-name': deprecated between enumerations of different types

Open thradams opened this issue 11 months ago • 0 comments


enum E1 { a };
enum E2 { b };
int main() {
int i = a | b; 
}

https://wg21.link/p1120r0

thradams avatar Mar 13 '24 19:03 thradams