mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Allow passing a C++ template as a template template argument to another C++ template. Does not allow passing a Carbon generic as an argument. Depends on #6474.