S
Servé Lau
I've read the new features that are coming to the next VC and they all sound
fine.
But I was missing new standard C++ features, will the features like export
still not be implemented?
What about C features like designated initializers?
struct X { int x; int y; };
X x = { .x = 2, .y = 3 };
fine.
But I was missing new standard C++ features, will the features like export
still not be implemented?
What about C features like designated initializers?
struct X { int x; int y; };
X x = { .x = 2, .y = 3 };