I define:

Code:
extern const int i2 = 110;
in C++, compiler reports an error as:

error C2205: 'i2' : cannot initialize extern variables with block

What does it mean?