B
bb
Hi,
Please could someone throw some light on why the following definitions
are not the same?
class A {
const int& a, b; // b does not get defined as a
ref. but a plain int
const int& x; const int& y; // obviously, both are refs.
...
};
Thanks.
Please could someone throw some light on why the following definitions
are not the same?
class A {
const int& a, b; // b does not get defined as a
ref. but a plain int
const int& x; const int& y; // obviously, both are refs.
...
};
Thanks.