You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org> on 2009/11/03 09:47:59 UTC

[jira] Closed: (XERCESC-1037) virtual functions inlined outside of class definition should be declared so

     [ https://issues.apache.org/jira/browse/XERCESC-1037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov closed XERCESC-1037.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.1
         Assignee:     (was: Xerces-C Developers Mailing List)

Xerces-C++ 3.0.1 builds find with g++ 3.2 an 3.3.

> virtual functions inlined outside of class definition should be declared so
> ---------------------------------------------------------------------------
>
>                 Key: XERCESC-1037
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1037
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Miscellaneous
>    Affects Versions: 2.3.0
>         Environment: Operating System: Linux
> Platform: PC
>            Reporter: Jan Beulich
>             Fix For: 3.0.1
>
>
> At least for g++ 3.x it is important to declare virtual functions that are not
> getting an (inline) definition right away but will get one later as such, so
> that the compiler will not make attempts to instantiate the vtable for each
> consumer of these classes.
> An example is DTDEntityDecl's destructor.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org