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

int to std::size_t to match ofMatrix4x4 #6819

Merged
merged 7 commits into from
Nov 22, 2023
Merged

Conversation

dimitre
Copy link
Member

@dimitre dimitre commented Dec 26, 2021

and it fixes some more strict compiler warnings "Implicit conversion loses integer precision:"
And some space to tabs fix.

Let me know if it is best to make different PRs for readability
only changed code was this lines

	float& operator[]( std::size_t n ){
	float operator[]( std::size_t n ) const {

instead of

	float& operator[]( int n ){
	float operator[]( int n ) const {

@artificiel artificiel mentioned this pull request Nov 1, 2023
@dimitre
Copy link
Member Author

dimitre commented Nov 22, 2023

@ofTheo I'll be merging this one as it was reviewed by @artificiel as good to merge here: #7741

@dimitre dimitre merged commit d752bcb into openframeworks:master Nov 22, 2023
@dimitre dimitre deleted the patch-5 branch November 22, 2023 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant