J
Jason Heyes
Will this class compile?
class C { const int a; }
Not sure because default operator= is memberwise assignment and member is
const. Thanks for help.
class C { const int a; }
Not sure because default operator= is memberwise assignment and member is
const. Thanks for help.