Line // 1 contains an error, because A::a is a constant in this context.
Line // 2 does not contain errors, because constancy does not apply to static class members.
Line // 3 does not contain errors, because A::c has a mutable modifier.
Line // 4 does not contain errors, because class member references point to a non-constant region of memory.
Line // 5 contains an error, because A::e is a constant.
Войдите чтобы поставить Нравится
Войдите чтобы прокомментировать