rleigh-codelibre opened a new pull request #3: C++98 support and fixes
URL: https://github.com/apache/xalan-c/pull/3
 
 
   This collection of fixes brings the minimum C++ standard version up to 
C++98, making use of features such as namespaces required and no longer 
optional.  This permits the removal of a number of compatibility macros.
   
   Additionally, drop features dropped in later standard versions such as 
`std::unary_function` and `std::binary_function` to enable building with more 
recent standard versions such as C++17.  Also fix additional compilation 
failures.
   
   I would certainly appreciate any testing, comments and feedback on these 
changes.  The intention is to continue to allow Xalan-C to compile and work 
with contemporary systems, while still retaining support for older compilers up 
to a reasonable point.
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to