[EMAIL PROTECTED] writes: > I thought official support just meant that a feature is documented,
In that case, the support is not official. The manual does not document that Bison-generated code can be used with any random C++ compiler. I'm not inclined to document it, either. > The restrictions in POD's means that one can use a memcpy and > preserve values. So that is what you do in your C parser stacks. Not if the compiler #defines __cplusplus. So it's not a problem for C++ compilers.
