Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common/Matrix: Allow TVec classes to be used in constexpr contexts #9180

Merged
merged 1 commit into from Oct 21, 2020

Conversation

lioncash
Copy link
Member

Much of these classes are operating on integral types and are pretty standard behavior as far as vectors go. Some member functions can be made constexpr to make them more flexible and allow them to be used in constexpr contexts.

Much of these classes are operating on integral types and are pretty
standard behavior as far as vectors go. Some member functions can be
made constexpr to make them more flexible and allow them to be used in
constexpr contexts.
@leoetlino leoetlino merged commit 3176f4d into dolphin-emu:master Oct 21, 2020
10 checks passed
@lioncash lioncash deleted the mat-cexpr branch October 21, 2020 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants