This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/45822] [4.6-regression] Qt 4.7.0 build fails


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45822

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ktietz at gcc dot gnu.org

--- Comment #6 from Kai Tietz <ktietz at gcc dot gnu.org> 2010-12-03 18:41:47 UTC ---
Hmm, it seems that type "Enum' isn't automatical converted to 'int' anymore.
Does it help to add to template class QFlags the following constructor 'inline
QFlags(int f) : i((Enum)f) {}' ?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]