[clang] template template class with std::vector as a default parameter fails to compile with __is_pointer requires template arguments #95733
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
duplicate
Resolved as duplicate
needs-reduction
Large reproducer that should be reduced into a simpler form
While investigating a separate issue with clang, I came across this issue.
The following code compiles on gcc, but not clang.
https://godbolt.org/z/3boKbWqc8
The text was updated successfully, but these errors were encountered: