You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by GitBox <gi...@apache.org> on 2020/06/02 20:10:13 UTC

[GitHub] [xerces-c] rleigh-codelibre opened a new pull request #12: Use C++98 features and remove pre-Standard workarounds

rleigh-codelibre opened a new pull request #12:
URL: https://github.com/apache/xerces-c/pull/12


   See [XERCESC-2138](https://issues.apache.org/jira/browse/XERCESC-2138).
   
   This is the first of several changes on the master branch for 3.3.0 (or maybe 4.0.0 if considered too divergent from 3.2.x).  This one is large but fairly conservative.  It brings the codebase up to a minimum of C++98, removing a number of workarounds for obsolete systems and compilers.  This should have zero consequence for any system supporting basic C++98 features.
   
   * namespaces are required and used
   * `bool` is assumed to be present as a native type
   * C++ standard library is assumed to be present and using the `std::` namespace
   * `<iostreams>` is assumed to be standard
   * `<cstdio>`, `<stdlib>` and `<cstring>` are assumed to be present
   * `const`, `inline` and `volatile` are assumed to be present


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[GitHub] [xerces-c] rleigh-codelibre merged pull request #12: Use C++98 features and remove pre-Standard workarounds

Posted by GitBox <gi...@apache.org>.
rleigh-codelibre merged pull request #12:
URL: https://github.com/apache/xerces-c/pull/12


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org