jimbraun / XCDF

XCDF: eXplicitly Compacted Data Format. See documentation at Read the Docs:
https://xcdf.readthedocs.io/en/latest/
Other
14 stars 8 forks source link

XCDFFrameType NONE #83

Closed harmscho closed 6 years ago

harmscho commented 6 years ago

In XCDFDefs.h : this enum causes a conflict with an enum in GEANT4 that has the same name.. Is it possible to move the enum into a namespace or make it more explicit XCDF_NONE?

jimbraun commented 6 years ago

I've committed the change, that's no problem. You'll of course need a new ape release to use it. It may be easier to factor the XCDF code into a separate .cc file.