[JIRA] Created: (SSPCPP-490) CLang build issue with stream operator overload

Scott Cantor (JIRA) noreply at shibboleth.net
Tue Aug 7 01:14:06 EDT 2012


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


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