mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Work towards v1.0 data model with encapsulated weak_ptr as basis for instances
This commit is contained in:
@@ -30,7 +30,7 @@ RocksDbSerializer::RocksDbSerializer(const std::string& input_filename, const st
|
||||
}
|
||||
|
||||
namespace {
|
||||
// @nb copied from IfcEntityInstanceData.cpp but operating on unresolved instances
|
||||
// @nb copied from InstanceData.cpp but operating on unresolved instances
|
||||
bool serialize(std::string& val, const IfcParse::reference_or_simple_type& t)
|
||||
{
|
||||
auto s = sizeof(size_t);
|
||||
|
||||
Reference in New Issue
Block a user