[
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: [email protected]
For additional commands, e-mail: [email protected]