mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Fixes for gcc
This commit is contained in:
@@ -114,7 +114,7 @@ class IFC_PARSE_API IfcSpfLexer {
|
||||
|
||||
public:
|
||||
std::string& GetTempString() const {
|
||||
static my_thread_local std::string string;
|
||||
static thread_local std::string string;
|
||||
return string;
|
||||
}
|
||||
FileReader* stream;
|
||||
|
||||
Reference in New Issue
Block a user