mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
For example, this would allow using `std::string::size`, which is templated because it's a member of the class template `std::basic_string`, but isn't itself a function template.