[clang] [clang-tools-extra] [lldb] [clang] Reland: fix getTemplateInstantiationArgs (PR #208285)
Petr Hosek via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 8 23:22:57 PDT 2026
petrhosek wrote:
This change appears to have broken several libc++ tests:
```
error: no matching constructor for initialization of 'std::vector<bool>'
note: candidate template ignored: constraints not satisfied [with _Range = std::ranges::subrange<cpp20_input_iterator<bool *>, sentinel_wrapper<cpp20_input_iterator<bool *>>> &]
note: because '_ContainerCompatibleRange<std::allocator<bool>, bool>' evaluated to false
```
Would it be possible to revert the change?
https://github.com/llvm/llvm-project/pull/208285
More information about the cfe-commits
mailing list