We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206933a commit 840818dCopy full SHA for 840818d
1 file changed
src/ifcgeom_schema_agnostic/Kernel.h
@@ -11,6 +11,9 @@
11
#include <boost/preprocessor/comparison/greater.hpp>
12
#include <boost/preprocessor/selection/min.hpp>
13
14
+#ifndef SCHEMA_SEQ
15
+static_assert(false, "A boost preprocessor sequence of schema identifiers is needed for this file to compile.");
16
+#endif
17
18
// @tfk A macro cannot define an include (I think), so here we can't
19
// loop over the sequence of schema identifiers, but rather we have
@@ -168,4 +171,4 @@ namespace IfcGeom {
168
171
};
169
172
}
170
173
-#endif
174
0 commit comments