PD: Xerces-C++ - Prepare for the latest version (backward compatible)
This commit is contained in:
committed by
Chris Hennes
parent
ff796e08d4
commit
3795904a00
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user