Fixes for gcc

This commit is contained in:
Thomas Krijnen
2026-01-06 13:23:48 +01:00
parent ccd91c0ff0
commit 572a5655cf
12 changed files with 86 additions and 104 deletions
+2 -2
View File
@@ -141,7 +141,7 @@ class IFC_PARSE_API declaration {
mutable const schema_definition* schema_;
std::string& temp_string_() const {
static my_thread_local std::string string;
static thread_local std::string string;
return string;
}
@@ -457,7 +457,7 @@ class IFC_PARSE_API schema_definition {
};
std::string& temp_string_() const {
static my_thread_local std::string string;
static thread_local std::string string;
return string;
}