|
|
От: |
sergey_shandar
|
http://getboost.codeplex.com/ |
| Дата: | 23.04.04 05:01 | ||
| Оценка: | |||
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