PD: Xerces-C++ - Prepare for the latest version (backward compatible)

This commit is contained in:
huguesdpdn-aerospace
2024-09-06 23:23:07 +02:00
committed by Chris Hennes
parent ff796e08d4
commit 3795904a00
16 changed files with 104 additions and 11 deletions

View File

@@ -58,7 +58,12 @@ directly. If you did not intend to use a system-defined macro
using namespace App;
namespace fs = boost::filesystem;
#ifndef XERCES_CPP_NAMESPACE_BEGIN
#define XERCES_CPP_NAMESPACE_QUALIFIER
using namespace XERCES_CPP_NAMESPACE;
#else
XERCES_CPP_NAMESPACE_USE
#endif
namespace MetadataInternal
{