I have found some strange lines in xerces-c. For example, in BaseRefVectorOf.hpp
, there is the following at the end:
#if !defined(XERCES_TMPLSINC)
#include <xercesc/util/BaseRefVectorOf.c>
#endif
What is the purpose of this? Should I define XERCES_TMPLSINC or should I leave it as is?