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

Removing std specializations to hopefully help with C++20 modules #961

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

stephenberry
Copy link
Owner

@stephenberry stephenberry commented Apr 26, 2024

Current C++20 module implementations can struggle exporting specializations in the std namespace. This updates the codebase to define a set of glz specializations for tuple_size_v and tuple_element_t

This is associated with #858

@stephenberry stephenberry merged commit c61d81c into main Apr 26, 2024
14 checks passed
@stephenberry stephenberry deleted the glz_tuple branch April 26, 2024 20:24
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