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

add mutable_type typedef to collection and user collection #718

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

m-fila
Copy link
Contributor

@m-fila m-fila commented Dec 19, 2024

BEGINRELEASENOTES

  • Add mutable_type typedef to collection to simplify inferring mutable type. Add mutable_type typedef to user collection for compatibility with other collections.

ENDRELEASENOTES

As suggested in #626 (comment) some code can be simplify if had a typedef for mutable type instead of going through patter like collection::value_type::mutable_type

mutable_type is already present in link collection. I propose to add it to user data collection so all the collections offer similar API even if in that case it's redundant

@tmadlener tmadlener merged commit 6e9c131 into AIDASoft:master Dec 19, 2024
18 checks passed
@m-fila m-fila deleted the collection_mutable_type branch December 19, 2024 12:45
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.

2 participants