Skip to content

int to std::size_t to match ofMatrix4x4#6819

Merged
dimitre merged 7 commits intoopenframeworks:masterfrom
dimitre:patch-5
Nov 22, 2023
Merged

int to std::size_t to match ofMatrix4x4#6819
dimitre merged 7 commits intoopenframeworks:masterfrom
dimitre:patch-5

Conversation

@dimitre
Copy link
Copy Markdown
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
Copy Markdown
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