public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/49174] New: numeric_limits<T> template is a struct not a class
@ 2011-05-26 14:47 frank@kingswood-consulting.co.uk
  2011-05-26 15:07 ` [Bug libstdc++/49174] " paolo.carlini at oracle dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: frank@kingswood-consulting.co.uk @ 2011-05-26 14:47 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: numeric_limits<T> template is a struct not a class
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: frank@kingswood-consulting.co.uk


ISO 14882:1998 defines in 18.2.1.4 the contents of <limits>
   template<class T> class numeric_limits

The libstdc++ header defines this as
   template<class T> struct numeric_limits


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-05-28 12:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-26 14:47 [Bug libstdc++/49174] New: numeric_limits<T> template is a struct not a class frank@kingswood-consulting.co.uk
2011-05-26 15:07 ` [Bug libstdc++/49174] " paolo.carlini at oracle dot com
2011-05-26 18:25 ` frank@kingswood-consulting.co.uk
2011-05-26 18:59 ` paolo.carlini at oracle dot com
2011-05-26 19:25 ` pinskia at gcc dot gnu.org
2011-05-26 19:29 ` paolo.carlini at oracle dot com
2011-05-28  9:27 ` frank@kingswood-consulting.co.uk
2011-05-28 12:07 ` redi at gcc dot gnu.org
2011-05-28 12:16 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).