mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Don't use anonymous namespace for geometry_conversion_result
This commit is contained in:
@@ -84,7 +84,8 @@
|
||||
#include <chrono>
|
||||
#include <atomic>
|
||||
|
||||
namespace {
|
||||
namespace IfcGeom {
|
||||
|
||||
struct geometry_conversion_result {
|
||||
int index;
|
||||
|
||||
@@ -99,9 +100,7 @@ namespace {
|
||||
std::vector<IfcGeom::BRepElement*> breps;
|
||||
std::vector<IfcGeom::Element*> elements;
|
||||
};
|
||||
}
|
||||
|
||||
namespace IfcGeom {
|
||||
|
||||
class Iterator {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user