Skip to content

cast error for __delitem__ bindings to map and unordered_map #1228

Closed
@vanossj

Description

@vanossj

Issue description

Cannot delete items from STL bindings for std::map and std::unordered_map

Bindings to __delitem__ return an iterator which pybind11 doesn’t know how to cast. Fortunately __delitem__ does not need to return anything.

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