Skip to content

flatpipes is (partly) unsafe without Pod kind #4074

Closed
@brson

Description

@brson

The flatpipes module has a mode that works with POD types, and it declares the bounds with Copy Send, but Copy Send is not the same as POD. In particular it allows unique pointers and region pointers. Unique pointers will no longer be Copy once type-based move is implemented. Not sure about regions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions