Skip to content

Change const-ness of vector conversion operators.#87

Merged
crud89 merged 2 commits intomainfrom
const-conversion-operators
Mar 25, 2023
Merged

Change const-ness of vector conversion operators.#87
crud89 merged 2 commits intomainfrom
const-conversion-operators

Conversation

@crud89
Copy link
Copy Markdown
Owner

@crud89 crud89 commented Mar 25, 2023

Describe the pull request

Currently conversion from a vector type into a math library type (glm or DirectXMath) requires the vector instance to be non-const. Since a copy happens anyway, this constraint can be eased. This PR implements that change.

@crud89 crud89 added Priority: Medium A issue with normal priority. Type: Requirement labels Mar 25, 2023
@crud89 crud89 added this to the Alpha #04 milestone Mar 25, 2023
@crud89 crud89 self-assigned this Mar 25, 2023
@crud89 crud89 marked this pull request as ready for review March 25, 2023 10:18
@crud89 crud89 merged commit 168b340 into main Mar 25, 2023
@crud89 crud89 deleted the const-conversion-operators branch March 26, 2023 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: Medium A issue with normal priority.

Projects

Status: v0.4.1

Development

Successfully merging this pull request may close these issues.

1 participant