|
|
От: | Webstyler | |
| Дата: | 23.04.04 05:16 | ||
| Оценка: | |||
_>namespace A
_>{
_>enum B { b0, b1 };
_>}
_>struct My
_>{
_> A::B x;
_> My(): x() {} // 9
_>};
_>int main()
_>{
_>}
_>_>main.cpp(9) : error C2065: 'B' : undeclared identifier
_>main.cpp(9) : error C2064: term does not evaluate to a function taking 0 arguments
_>