------- Comment #8 from fang at csl dot cornell dot edu 2007-08-31 00:33 ------- Aren't unused typedefs sometimes useful for static assertions and concept checking, using templates? I suppose if one really wanted to keep around an unused typedef, that __attribute__((unused)) might be somehow applicable. I'm looking forward to c++0x concepts, which will allay some of the need for 'creative' uses of templates.
-- fang at csl dot cornell dot edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fang at csl dot cornell dot | |edu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33255