struct x : public y
{
const static int iword_index = std::ios_base:: xalloc();
}
i'm getting the error C2057: expected constant expression,whil e compiling.
please help me in solving this problem.
{
const static int iword_index = std::ios_base:: xalloc();
}
i'm getting the error C2057: expected constant expression,whil e compiling.
please help me in solving this problem.
Comment