Jump to content

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

From KDE TechBase
Juliano Assis (talk | contribs)
Created page with "* T está "bem ancorado" nessa biblioteca. Por "bem ancorado", quero dizer que a vtable não é um símbolo COMUM sujeito a mesclagem em tempo de execução pelo linkador din..."
 
(No difference)

Latest revision as of 19:49, 14 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)
* T is "well-anchored" in that library. By "well-anchored" I mean that the vtable is not a COMMON symbol subject to merging at run-time by the dynamic linker. In other words, the first virtual member in the class definition must exist and not be inlined: it must be in a .cpp file.
  • T está "bem ancorado" nessa biblioteca. Por "bem ancorado", quero dizer que a vtable não é um símbolo COMUM sujeito a mesclagem em tempo de execução pelo linkador dinâmico. Em outras palavras, o primeiro membro virtual na definição de classe deve existir e não estar embutido: ele deve estar em um arquivo .cpp.