mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
#3308 add assert
This commit is contained in:
@@ -11,6 +11,9 @@
|
|||||||
#include <boost/preprocessor/comparison/greater.hpp>
|
#include <boost/preprocessor/comparison/greater.hpp>
|
||||||
#include <boost/preprocessor/selection/min.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
|
// @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
|
// loop over the sequence of schema identifiers, but rather we have
|
||||||
|
|||||||
Reference in New Issue
Block a user