anon namespace

This commit is contained in:
Thomas Krijnen
2025-11-17 19:09:31 +01:00
parent 33cfa9e2b1
commit fc197c1d32
@@ -48,6 +48,8 @@ void MAKE_INIT_FN(JsonSerializer)(JsonSerializerFactory::Factory* mapping) {
mapping->bind(schema_name, factory);
}
namespace {
class format_value_visitor : public boost::static_visitor<std::string> {
public:
template <typename T>
@@ -254,6 +256,8 @@ IfcSchema::IfcUnit* get_unit_from_prop(const IfcSchema::IfcProperty* prop) {
return nullptr;
}
} // namespace
void POSTFIX_SCHEMA(JsonSerializer)::finalize() {
json output;