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/04 18:22:00 UTC

[jira] [Resolved] (SANTUARIO-471) Patch for C++11 compile failures

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

Scott Cantor resolved SANTUARIO-471.
------------------------------------
    Resolution: Fixed

r1807274

Most of this was already done but the NSS/WinCAPI fixes were applied.

> Patch for C++11 compile failures
> --------------------------------
>
>                 Key: SANTUARIO-471
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-471
>             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
>         Environment: C++11
>            Reporter: Roger Leigh
>            Assignee: Scott Cantor
>              Labels: c++11
>             Fix For: C++ 2.0.0
>
>         Attachments: patch-xsec_enc_NSS_NSSCryptoSymmetricKey.hpp, patch-xsec_enc_OpenSSL_OpenSSLCryptoSymmetricKey.hpp, patch-xsec_enc_WinCAPI_WinCAPICryptoSymmetricKey.hpp, patch-xsec_enc_XSECCryptoSymmetricKey.hpp, patch-xsec_tools_checksig_InteropResolver.cpp
>
>
> The source code has a number of bugs in it which are silently compiled pre-C++11 but with C++11 implicit conversions are stricter and this results in compile failure.  The attached patches fix them up.
> This is needed to compile with Xerces-C 3.2.0 when Xerces-C was built with a C++11 compiler, and char16_t usage was enabled.
> I've already done the Apache CLA stuff, by the way.



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