From: Stefan S. <se...@sy...> - 2004-04-04 19:08:11
|
hi there, there are some valid C++ expressions openC++ doesn't yet understand. I'v just run into a fairly simple one: namespace Foo = Bar; that creates a namespace alias. Is there any chance that the parser gets fixed to recognize this ? (I'm also getting a couple of failures in the test suite run on my RH9 machine where the parser has problems with GNU extensions (I believe), in this case the line is extern "C" __typeof(uselocale) __uselocale; ) Thanks, Stefan |