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
The only remaining issue is HSSObject::shared_from_this() / HSSParserNode::shared_from_this(); that QWeakPointer constructor overload is no longer available.
Of course not. The constructor in question was simply removed because it allowed the classes to be used in an incorrect manner. I'm not really sure but you can be certain it was for a good reason.
We should still lessen our usage of smart pointers though.
The only remaining issue is HSSObject::shared_from_this() / HSSParserNode::shared_from_this(); that QWeakPointer constructor overload is no longer available.
Also, even Google discourages use of shared pointers. https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Smart_Pointers
The text was updated successfully, but these errors were encountered: