Skip to content
Snippets Groups Projects
Commit dc1f2ec2 authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Implement parameter access for solids. Add move constructors to handles

parent d39140a8
No related branches found
No related tags found
No related merge requests found
...@@ -49,12 +49,11 @@ namespace dd4hep { ...@@ -49,12 +49,11 @@ namespace dd4hep {
typedef std::size_t XmlSize_t; typedef std::size_t XmlSize_t;
#ifdef __TIXML__ #ifdef __TIXML__
typedef char XmlChar; typedef char XmlChar;
#elif defined(XERCES_XMLCH_T) #else
/// Use the definition from the autoconf header of Xerces: /// Use the definition from the autoconf header of Xerces:
typedef XERCES_XMLCH_T XmlChar; typedef XERCES_XMLCH_T XmlChar;
#else
// These only work for very specific XercesC implementations: // These only work for very specific XercesC implementations:
typedef char16_t XmlChar; //typedef char16_t XmlChar;
//typedef unsigned short XmlChar; //typedef unsigned short XmlChar;
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment