mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
Unify variant storage (#5118)
This commit is contained in:
@@ -471,7 +471,7 @@ struct intersection_validator {
|
||||
}
|
||||
|
||||
std::stringstream ss;
|
||||
ss << geom_object->product()->data().toString();
|
||||
geom_object->product()->toString(ss);
|
||||
auto sss = ss.str();
|
||||
std::wcout << sss.c_str() << std::endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user