Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHello,
Just one more question. to enable the c++11 features, i added -std=c++11 in the linker flags, but when i use unscoped enums i get a warning: scoped enums only avaible with -std=c++11 or -std=gnu++11. I defined the enum in my headerfile: enum states : alt_u8 {....}; and there i get the warning. Is there an application note, where i can see what features are enabled?