Skip to content

Vector operators +, == and - are not const #246

@GregTheMadMonk

Description

@GregTheMadMonk

next branch, problem is essentially the title.
Given

const Vector3 a{ ... };
const Vector3 b{ ... };

one essentially can't do

const auto c = a + b;

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