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
include\sl.h(369,40): error : base class 'sl::BaseStructure' is uninitialized when used here to access 'sl::BaseStructure::structType' [-Werror,-Wuninitialized]
You might wanted to pass PrecisionInfo::s_structType instead of BaseStructure::structType in BaseStructure ctor
The text was updated successfully, but these errors were encountered:
We haven’t forgotten about this. This wasn’t in 2.4.10 because it was done after a re-org of sl.h that now can’t be cherry-picked into 2.4.x. It’ll go in with the next mass-integration (likely 2.5 or the equivalent).
include\sl.h(369,40): error : base class 'sl::BaseStructure' is uninitialized when used here to access 'sl::BaseStructure::structType' [-Werror,-Wuninitialized]
You might wanted to pass PrecisionInfo::s_structType instead of BaseStructure::structType in BaseStructure ctor
The text was updated successfully, but these errors were encountered: