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:

> ![image](https://user-images.githubusercontent.com/44361234/204141433-0b25557e-de74-4afa-a9d2-5230086d70b0.png)


`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