MSVC extern static spec conformance

Hi,

This compiles clean on MSVC 2005.

extern int d;
static int d;

This should not compile, per the ARM (7.1.1). So, rightly this doesn't compile on gcc.

So, what's the deal with MSVC? This is like C++ 101.
Topic archived. No new replies allowed.