mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
Work towards v1.0 data model with encapsulated weak_ptr as basis for instances
This commit is contained in:
@@ -76,7 +76,7 @@ class IFC_GEOM_API function_item_evaluator {
|
||||
taxonomy::item::ptr evaluate(const std::vector<double>& dist) const;
|
||||
fn_evaluator* fn_evaluator_ = nullptr;
|
||||
|
||||
mutable boost::optional<std::vector<double>> eval_points_; // cache evaluation points
|
||||
mutable std::optional<std::vector<double>> eval_points_; // cache evaluation points
|
||||
};
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user