On 8/29/06, Martin Michlmayr <[EMAIL PROTECTED]> wrote:
... 17:25 <WombleToo> Oh no, ViewDom has a using statement for n 17:26 <WombleToo> Ah, and it's an int there 17:27 <WombleToo> So I think the problem is simply that this relies on the gcc variable-length array extension, which is no longer supported in C++
The changes listed for GCC 4.2 does not include removing the support for variable length arrays (http://gcc.gnu.org/gcc-4.2/changes.html), nor is it included in the list of deprecated extensions for 4.1 (http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Deprecated-Features.html#Deprecated-Features). Furthermore, the current development docs list it as a supported feature (http://gcc.gnu.org/onlinedocs/gcc/Variable-Length.html#Variable-Length). If this is truly a removed feature, then a bug-report should be filed also for the documentation of GCC. -- Mikael Zayenz Lagerkvist, http://www.ict.kth.se/~zayenz/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]