mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +00:00
fixes for clang
This commit is contained in:
@@ -258,6 +258,7 @@ namespace {
|
||||
struct point_projection_visitor_ {
|
||||
taxonomy::point3 p;
|
||||
double u;
|
||||
typedef void result_type;
|
||||
|
||||
void operator()(const taxonomy::line& c) {
|
||||
project_onto_curve(c, p, u);
|
||||
@@ -279,6 +280,7 @@ namespace {
|
||||
struct point_projection_visitor {
|
||||
taxonomy::item* curve;
|
||||
double u;
|
||||
typedef void result_type;
|
||||
|
||||
void operator()(const taxonomy::point3& p) {
|
||||
point_projection_visitor_ v{ p };
|
||||
|
||||
Reference in New Issue
Block a user