You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Scott Cantor (JIRA)" <ji...@apache.org> on 2017/09/01 22:55:00 UTC

[jira] [Updated] (SANTUARIO-437) Cannot compile as C++11

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

Scott Cantor updated SANTUARIO-437:
-----------------------------------
    Fix Version/s:     (was: C++ 1.7.4)
                   C++ 2.0.0

> Cannot compile as C++11
> -----------------------
>
>                 Key: SANTUARIO-437
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-437
>             Project: Santuario
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: C++ 1.7.0, C++ 1.7.1, C++ 1.7.2, C++ 1.7.3
>            Reporter: Jonathan Wakely
>            Assignee: Scott Cantor
>            Priority: Minor
>             Fix For: C++ 2.0.0
>
>
> InteropResolver::resolveKey(DSIGKeyInfoList *) in tools/checksigInteropResolver.cpp has:
>     return false;
> It's meant to return a pointer, and in C++11 only integer literals are valid null pointer constants, not other constant expressions that happen to have the value zero.
> I suggest changing it to return NULL.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)