mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 11:24:19 +00:00
Fix static atomic init
This commit is contained in:
@@ -2400,4 +2400,4 @@ void IfcParse::IfcFile::build_inverses() {
|
||||
}
|
||||
}
|
||||
|
||||
std::atomic_uint32_t IfcUtil::IfcBaseClass::counter_ = 0;
|
||||
std::atomic_uint32_t IfcUtil::IfcBaseClass::counter_(0);
|
||||
Reference in New Issue
Block a user