Open
Description
The paper is going to impose the requirements that the implementation data types support copy and move semantics and will not include the requirement for these backend functions. So these will be automatically generated for the basic_* types and there should be no need for functions like
basic_figure_items<GraphicsSurfaces>::abs_new_figure::operator=(const abs_new_figure& other)
and backend functions like GraphicsSurfaces::paths::move_abs_new_figure(move(other._Data))
.