Skip to content

Eliminate user copy/move ctors, assignment ops, and dtors #76

Open
@mikebmcl

Description

@mikebmcl

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)).

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions