Skip to content

[BUG]: Fix issues with hash table constructors and assignment operators. #612

@PointKernel

Description

@PointKernel

Is this a duplicate?

Type of Bug

Silent Failure

Describe the bug

In the new hash table data structures, move constructors and move assignment operators are mistakenly allowed. To avoid misuse, we should disable these features along with the default constructors for the same reason.

How to Reproduce

https://godbolt.org/z/3ss7cTPjj

Expected behavior

https://godbolt.org/z/3ss7cTPjj

The above sample code should produce a build error indicating that the corresponding operator has been deleted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions