Skip to content

Make binary operators free #148

@saraedum

Description

@saraedum

The boost operators that most of our classes inherit are free so their underlying implementations should also be free. Currently, however, most of them are members of their classes.

This is not really a problem but it would be nice to change this for consistency the next time we introduce other breaking changes. (Since this breaks the ABI.)

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