More D Features Working Their Way Into C++
zjh
fqbqrr at 163.com
Sun Nov 27 15:00:16 UTC 2022
On Sunday, 27 November 2022 at 14:49:01 UTC, ryuukk_ wrote:
> On Sunday, 27 November 2022 at 01:22:57 UTC, zjh wrote:
> 
`The latest `'C++'` can omit a lot of things. For example:
```cpp
vector v1{"abc","def"};
//container
void f(auto i){
...
}//this is a function template.
```
More information about the Digitalmars-d
mailing list