http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47396

ChenYongqiang <aishen944 at 163 dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |

--- Comment #2 from ChenYongqiang <aishen944 at 163 dot com> 2011-01-21 
13:45:37 UTC ---
but like this:

struct test
{
    static const int i = 0;
};

int main(void)
{
    const unsigned int &m = test::i;
}


no link errors!!!! why???

Reply via email to