Skip to content

Conversation

Jiwan
Copy link

@Jiwan Jiwan commented Jul 16, 2019

No description provided.

@repo-lockdown
Copy link

repo-lockdown bot commented Jul 16, 2019

This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.

@repo-lockdown repo-lockdown bot closed this Jul 16, 2019
@repo-lockdown repo-lockdown bot locked and limited conversation to collaborators Jul 16, 2019
ghost referenced this pull request Jul 12, 2020
The use of the `&& ...` fold expression in std::array's deduction guides
recursively builds a set of binary operator expressions of depth N where
`N` is the number of elements in the initializer.

This is problematic because arrays may be large, and instantiation
depth is limited.

This patch addresses the issue by flattening the SFINAE using
the existing `__all` type trait.

(cherry picked from commit c6eb584)
jpinot pushed a commit to jpinot/llvm-project that referenced this pull request Apr 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant