[ http://issues.apache.org/jira/browse/XALANC-525?page=all ]
David Bertoni resolved XALANC-525:
----------------------------------
Resolution: Duplicate
These bugs are already fixed in the CVS repository.
> gcc 3.4 build problems: hidden copy constructors incompatible with binding an
> rvalue to a const reference
> ---------------------------------------------------------------------------------------------------------
>
> Key: XALANC-525
> URL: http://issues.apache.org/jira/browse/XALANC-525
> Project: XalanC
> Type: Bug
> Components: XalanC
> Versions: 1.9
> Environment: Linux Advanced Server 3; gcc 3.4.3
> Reporter: Stephen
> Priority: Minor
>
> Binding an rvalue to a const reference requires an accessible copy
> constructor. Instances of several classes in XalanC with private copy ctors
> are bound as an rvalue. For example,
> xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp: In member function
> `xalanc_1_9::XObjectPtr
> xalanc_1_9::XPathEvaluator::evaluate(xalanc_1_9::DOMSupport&,
> xalanc_1_9::XalanNode*, const xalanc_1_9::XalanDOMChar*, const
> xalanc_1_9::XalanElement*)':
> xml-xalan/c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp:89: error:
> `xalanc_1_9::ElementPrefixResolverProxy::ElementPrefixResolverProxy(const
> xalanc_1_9::ElementPrefixResolverProxy&)' is private
> xml-xalan/c/src/xalanc/XPath/XPathEvaluator.cpp:279: error: within this
> context
> The following URL describes the problem in detail
> (http://gcc.gnu.org/bugs.html#cxx_rvalbind).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]