We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bdf03 commit f58539dCopy full SHA for f58539d
1 file changed
src/ifcparse/IfcParse.cpp
@@ -1279,7 +1279,7 @@ bool IfcFile::Init(IfcParse::IfcSpfStream* s) {
1279
Logger::Message(Logger::LOG_ERROR, std::string("File schema encountered different from expected '") + IfcSchema::Identifier + "'");
1280
}
1281
1282
- boost::circular_buffer<Token> token_stream(3);
+ boost::circular_buffer<Token> token_stream(3, Token());
1283
1284
IfcEntityInstanceData* data;
1285
IfcUtil::IfcBaseClass* instance = 0;
0 commit comments