V3 PATCH: Insert `typename' and `ios_base::' where required

Gabriel Dos Reis gdr@codesourcery.com
Thu Feb 15 21:45:00 GMT 2001


Mark Mitchell <mark@codesourcery.com> writes:

[...]

| What I couldn't figure out how to fix, however, was:
| 
|       int_type __plen = static_cast<size_t>(__newlen - __oldlen); 
|       char_type __pads[__plen];

Is there a reason why GCC's extension for variable-length array of
fondamental types can't be supported here?

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com



More information about the Libstdc++ mailing list