This commit is contained in:
Thomas Krijnen
2023-06-15 21:27:42 +02:00
committed by GitHub
parent 206933a2f2
commit 840818d681
+4 -1
View File
@@ -11,6 +11,9 @@
#include <boost/preprocessor/comparison/greater.hpp>
#include <boost/preprocessor/selection/min.hpp>
#ifndef SCHEMA_SEQ
static_assert(false, "A boost preprocessor sequence of schema identifiers is needed for this file to compile.");
#endif
// @tfk A macro cannot define an include (I think), so here we can't
// loop over the sequence of schema identifiers, but rather we have
@@ -168,4 +171,4 @@ namespace IfcGeom {
};
}
#endif
#endif