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
According to the docs, it should not warn on operator=.
The check flags insertions to an STL-style container done by calling the push_back, push, or push_front methods with an explicitly-constructed temporary of the container element type.
Should it still be considered as a false negative?
The full snippet here: https://godbolt.org/z/nW9dKscqo
The text was updated successfully, but these errors were encountered: