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

This commit is contained in:
huguesdpdn-aerospace
2024-09-08 20:32:08 -05:00
committed by Chris Hennes
parent 5fba69e328
commit 7a6a82e2ca
16 changed files with 104 additions and 11 deletions
+5
View File
@@ -30,7 +30,12 @@
#include "MetadataPy.cpp"
using namespace Base;
#ifndef XERCES_CPP_NAMESPACE_BEGIN
#define XERCES_CPP_NAMESPACE_QUALIFIER
using namespace XERCES_CPP_NAMESPACE;
#else
XERCES_CPP_NAMESPACE_USE
#endif
// Returns a string which represents the object e.g. when printed in Python
std::string MetadataPy::representation() const