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

Introduced a way to generate tags automatically #16

Merged
merged 1 commit into from
Feb 10, 2024

Conversation

Yaraslaut
Copy link
Member

@Yaraslaut Yaraslaut commented Feb 10, 2024

Introduced a way to declare boxed types without specifying unique tag, added tests and updated README

Also, some context on how this is possible
https://stackoverflow.com/questions/22232164/why-are-lambda-expressions-not-allowed-in-an-unevaluated-operands-but-allowed-in

https://en.cppreference.com/w/cpp/language/lambda#Lambdas_in_unevaluated_contexts

Compilers support:
https://en.cppreference.com/w/cpp/compiler_support#C.2B.2B20_features
See Lambdas in unevaluated contexts entry

@Yaraslaut Yaraslaut force-pushed the improvement/auto_tags branch 24 times, most recently from 062496a to 7d53538 Compare February 10, 2024 20:10
@Yaraslaut Yaraslaut force-pushed the improvement/auto_tags branch from 7d53538 to 1a207a6 Compare February 10, 2024 20:19
Copy link
Member

@christianparpart christianparpart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice. thank you.

@christianparpart christianparpart merged commit cad2b0f into master Feb 10, 2024
6 checks passed
@christianparpart christianparpart deleted the improvement/auto_tags branch February 10, 2024 20:33
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