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

Avoid triple-layered alias template expressions #1401

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

trueqbit
Copy link
Collaborator

Older compilers such as Visual C++ 16.11 [msvc 1929] choke on deeply nested alias template expressions and can be made happy by unraveling these expressions.

Older compilers such as Visual C++ 16.11 [msvc 1929] choke on deeply nested alias template expressions and can be made happy by unraveling these expressions.
This was linked to issues Feb 18, 2025
@trueqbit trueqbit changed the title Avoided a triple-layered alias template expressions Avoid triple-layered alias template expressions Feb 18, 2025
@trueqbit trueqbit merged commit 92d95b9 into dev Feb 18, 2025
4 checks passed
@trueqbit trueqbit deleted the circumvent_triple_layered_alias_template branch February 18, 2025 19:39
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.

"cte_mapper_type" Not a class or namespace name build error
2 participants