On Thu, 17 Jan 2008, Taras Glek wrote: | Major Issue: Specifying TFF_CHASE_TYPEDEFS as a parameter only works with | top-level typenames because the C/C++ pretty printing code does not | support/propagate the flags parameter. Is this considered a bug or a TODO? | Would a patch to move the TFF* flags into the C frontend be of interest?
In the context of C++, this has been discussed many times (especially in the context of template instantiations), but no clear conclusion and implementation strategy came out. If you're going to do this for C++, please make sure that Dave Abrahams (from Boost community) has some input in your strategy. -- Gaby