You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proper detection of non-default constructible types
Prior to CastXML/CastXML#55 being fixed, CastXML would incorrectly
generate default constructor definitions for types with const data
members. This caused pygccxml to incorrectly flag such types as
trivially constructible.
These tests have now been fixed, and the tests are being executed
conditionally only for GCCXML (which handles them correctly), or, if
CastXML is being used, then for xml_output_version >= 1.138.
Change-Id: If1e164eeb467a569689696cf34c2c668317e6fb1
0 commit comments