Quote:
Originally Posted by Tabasco
It looks like as of gcc 4.4, scoped and strongly typed enums are supported. Just fix the makefile.
Code:
COPTS=$(WFLAGS) -O -g -m32 -pthread -pipe -DEQLAUNCH $(DFLAGS) $(MYSQL_FLAGS) -std=c++0x
|
Confirmed. The -std=c++0x flag allowed the desired behavior. Tested with gcc 4.4.3.
Thanks,
-ork