Hello Chandler,
A bit sideway with regard to your question… I am rather surprised that the fixit hint in the case mentionned would suggest replacing struct
by class
in:
---- x.cc ----
class X;
struct X {
X() {}
};
X x;
Hello Chandler,
A bit sideway with regard to your question… I am rather surprised that the fixit hint in the case mentionned would suggest replacing struct
by class
in:
---- x.cc ----
class X;
struct X {
X() {}
};
X x;