Hi Richard, thanks for taking a look.

The motivation is that I have code that looks a bit like,

------------------8<--------------------------
typedef bool BOOL;

class Foo {
    static const BOOL __is_signed;
  };

#include <map>

int main() {}
------------------>8--------------------------

and that Clang fails to compile it,

test.c:4:23: error: expected member name or ';' after declaration specifiers
    static const BOOL __is_signed;
    ~~~~~~~~~~~~~~~~~ ^

- Charlie.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to