mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 06:00:51 +00:00
Fixed problem with call to boost::mpl::for_each
This commit is contained in:
@@ -121,7 +121,7 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcCurveSegment* inst) {
|
|||||||
|
|
||||||
static int NUM_SEGMENTS = 64;
|
static int NUM_SEGMENTS = 64;
|
||||||
curve_segment_evaluator cse(length_unit_, inst->ParentCurve(), inst->SegmentStart(), inst->SegmentLength());
|
curve_segment_evaluator cse(length_unit_, inst->ParentCurve(), inst->SegmentStart(), inst->SegmentLength());
|
||||||
boost::mpl::for_each<curve_seg_types, boost::type<boost::mpl::_>>(cse);
|
boost::mpl::for_each<curve_seg_types, boost::type<boost::mpl::_>>(std::ref(cse));
|
||||||
|
|
||||||
std::vector<taxonomy::point3::ptr> polygon;
|
std::vector<taxonomy::point3::ptr> polygon;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user