This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/33255] A warning for "unused" typedefs?



------- Comment #10 from pcarlini at suse dot de  2007-08-31 08:41 -------
(In reply to comment #8)
> Aren't unused typedefs sometimes useful for static assertions and concept
> checking, using templates?

I understand the general spirit of your concerns. However I'm under the
impression that such tricks are becoming *less* common now that we have a real
static_assert in the core language and likewise real concepts.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33255


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]