Skip to content

Give state-less objects (e.g. filters) move constructors. #221

@bangerth

Description

@bangerth

This will make it possible to use them as temp objects in things such as

  producer << make_filter(13) << consumer;

This should apply to most filters. For the other classes, explicitly default or delete copy and move constructors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions