[JIRA] Updated: (SSPCPP-490) CLang build issue with stream operator overload
Scott Cantor (JIRA)
noreply at shibboleth.net
Mon Oct 29 15:37:07 EDT 2012
[ https://issues.shibboleth.net/jira/browse/SSPCPP-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott Cantor updated SSPCPP-490:
--------------------------------
Fix Version/s: 2.5.1
> CLang build issue with stream operator overload
> -----------------------------------------------
>
> Key: SSPCPP-490
> URL: https://issues.shibboleth.net/jira/browse/SSPCPP-490
> Project: Shibboleth SP - C++
> Issue Type: Bug
> Components: Build, Logging
> Affects Versions: 2.5.0
> Environment: Macport build using clang in Lion
> Reporter: Scott Cantor
> Assignee: Scott Cantor
> Fix For: 2.5.1
>
> Original Estimate: 30 minutes
> Time Spent: 30 minutes
> Remaining Estimate: 0 minutes
>
> The clang compiler is strict about function lookup inside templates:
> http://clang.llvm.org/compatibility.html
> Temp fix was to forward-declare the XMLHelper DOMNode operator<< overload inside internal.h before the CategoryStream header is pulled in by the SPConfig.h header. Patch is in the macport tree.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the commits
mailing list