Hi,I noticed N2756 is not on the gcc c++0x status page (probably because it's new). Any ideas if and when this would be implemented? It would be life-changing.
class A {
public:
A() { }
private:
int x = 5;
int y = 0;
};
Hi,I noticed N2756 is not on the gcc c++0x status page (probably because it's new). Any ideas if and when this would be implemented? It would be life-changing.
class A {
public:
A() { }
private:
int x = 5;
int y = 0;
};