Line // 2 contains an error, because const
and mutable
specifiers are mutually exclusive.
Line // 4 contains an error, because the mutable
specifier does not make sense for class member references (although almost all compilers except clang ignore this :)).
Line // 5 contains an error, because mutable specifier cannot be applied to static class members.
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати