Skip to content

Fix move operations in geometry consumers

Daniel Campora Perez requested to merge fix_std_move_in_geom into master

This MR fixes an issue by which move operations were used in geometry consumers which are const &. Now, the containers are copied instead.

This MR replaces !457 (closed).

Edited by Daniel Campora Perez

Merge request reports