Jump to content

Translations:Development/Tutorials/Common Programming Mistakes/49/pt-br: Difference between revisions

From KDE TechBase
Juliano Assis (talk | contribs)
Created page with "Esse código vai potencialmente travar porque é um iterador pendente após a chamada para erase(). Você precisa reescrever o código desta maneira:"
 
(No difference)

Latest revision as of 20:54, 5 February 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/Common Programming Mistakes)
This code will potentially crash because it is a dangling iterator after the call to erase().
You have to rewrite the code this way:

Esse código vai potencialmente travar porque é um iterador pendente após a chamada para erase(). Você precisa reescrever o código desta maneira: