Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.15.2
-
None
Description
When trying to compile with newer c++ standards, one will run into the following error:
qsizepolicy.h(137,38): error : invalid bitwise operation between different enumeration types ('Policy' and 'QSizePolicy::PolicyFlag')
this simply isnt allowed by the standard anymore, please fix it.