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

Remove unit type #613

Merged
merged 3 commits into from
Aug 20, 2023
Merged

Remove unit type #613

merged 3 commits into from
Aug 20, 2023

Conversation

udoprog
Copy link
Collaborator

@udoprog udoprog commented Aug 20, 2023

This removes the std::unit type, which now instead is an instance of std::tuple::Tuple.

The internal representation of Value::Unit stays the same since a lot of function calls will return it by default, but has been renamed to Value::EmptyTuple.

@udoprog udoprog added the enhancement New feature or request label Aug 20, 2023
@udoprog udoprog added the changelog Issue has been added to the changelog label Aug 20, 2023
@udoprog udoprog merged commit d1d4620 into main Aug 20, 2023
@udoprog udoprog deleted the remove-unit branch August 20, 2023 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog Issue has been added to the changelog enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant