Re: For some class F, I can declare a variable of type F::F, or F::F::F, etc.
/bugzilla/show_bug.cgi?id=11764 Still accepts-invalid with g++-4.3.2. Thanks for the pointer. -- Weiqi Gao [EMAIL PROTECTED] http://www.weiqigao.com/blog/
For some class F, I can declare a variable of type F::F, or F::F::F, etc.
result is as if f is declared with F f; This is the case with the stock/latest GCC in Debian GNU/Linux x86_64 (v.4.1.2) and in Cygwin (v.3.4.4). Is this the intended behavior? -- Weiqi Gao [EMAIL PROTECTED] http://www.weiqigao.com/blog/