mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
add assert #3308
This commit is contained in:
@@ -5,6 +5,10 @@
|
|||||||
#include <boost/preprocessor/stringize.hpp>
|
#include <boost/preprocessor/stringize.hpp>
|
||||||
#include <boost/preprocessor/seq/for_each.hpp>
|
#include <boost/preprocessor/seq/for_each.hpp>
|
||||||
|
|
||||||
|
#ifndef SCHEMA_SEQ
|
||||||
|
static_assert(false, "A boost preprocessor sequence of schema identifiers is needed for this file to compile.");
|
||||||
|
#endif
|
||||||
|
|
||||||
ifcopenshell::geometry::impl::MappingFactoryImplementation& ifcopenshell::geometry::impl::mapping_implementations() {
|
ifcopenshell::geometry::impl::MappingFactoryImplementation& ifcopenshell::geometry::impl::mapping_implementations() {
|
||||||
static MappingFactoryImplementation impl;
|
static MappingFactoryImplementation impl;
|
||||||
return impl;
|
return impl;
|
||||||
|
|||||||
Reference in New Issue
Block a user