thradams / cake

Cake a C23 front end and transpiler written in C
http://thradams.com/cake/index.html
GNU General Public License v3.0
533 stars 21 forks source link

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

Closed thradams closed 2 months ago

thradams commented 6 months ago

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

https://wg21.link/p1120r0