View Single Post
  #5  
Old 05-26-2011, 08:12 PM
orkim
Sarnak
 
Join Date: Sep 2008
Location: -
Posts: 31
Default

Quote:
Originally Posted by Tabasco View Post
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
Reply With Quote