public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/48748] New: Undocumented type traits used in libstdc++-4.6
@ 2011-04-24  7:31 jyasskin at gcc dot gnu.org
  2011-04-24  9:21 ` [Bug c++/48748] " paolo.carlini at oracle dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jyasskin at gcc dot gnu.org @ 2011-04-24  7:31 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Undocumented type traits used in libstdc++-4.6
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jyasskin@gcc.gnu.org


At least __is_standard_layout(), __is_literal_type(), and __is_trivial() are
used in the libstdc++-4.6 implementation, but they're not documented on
http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/Type-Traits.html. They should be
added to the documentation.


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

* [Bug c++/48748] Undocumented type traits used in libstdc++-4.6
  2011-04-24  7:31 [Bug c++/48748] New: Undocumented type traits used in libstdc++-4.6 jyasskin at gcc dot gnu.org
@ 2011-04-24  9:21 ` paolo.carlini at oracle dot com
  2011-04-24  9:42 ` [Bug other/48748] " paolo at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-04-24  9:21 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.04.24 09:20:55
         AssignedTo|unassigned at gcc dot       |paolo.carlini at oracle dot
                   |gnu.org                     |com
   Target Milestone|---                         |4.6.1
     Ever Confirmed|0                           |1

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-04-24 09:20:55 UTC ---
On it.


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

* [Bug other/48748] Undocumented type traits used in libstdc++-4.6
  2011-04-24  7:31 [Bug c++/48748] New: Undocumented type traits used in libstdc++-4.6 jyasskin at gcc dot gnu.org
  2011-04-24  9:21 ` [Bug c++/48748] " paolo.carlini at oracle dot com
@ 2011-04-24  9:42 ` paolo at gcc dot gnu.org
  2011-04-24  9:43 ` paolo at gcc dot gnu.org
  2011-04-24  9:44 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo at gcc dot gnu.org @ 2011-04-24  9:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-04-24 09:42:19 UTC ---
Author: paolo
Date: Sun Apr 24 09:42:16 2011
New Revision: 172911

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172911
Log:
2011-04-24  Paolo Carlini  <paolo.carlini@oracle.com>

    PR other/48748
    * doc/extend.texi (Type Traits): Document __is_standard_layout,
    __is_literal_type, and __is_trivial; update throughout about
    possibly cv-qualified void types.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/extend.texi


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

* [Bug other/48748] Undocumented type traits used in libstdc++-4.6
  2011-04-24  7:31 [Bug c++/48748] New: Undocumented type traits used in libstdc++-4.6 jyasskin at gcc dot gnu.org
  2011-04-24  9:21 ` [Bug c++/48748] " paolo.carlini at oracle dot com
  2011-04-24  9:42 ` [Bug other/48748] " paolo at gcc dot gnu.org
@ 2011-04-24  9:43 ` paolo at gcc dot gnu.org
  2011-04-24  9:44 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo at gcc dot gnu.org @ 2011-04-24  9:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-04-24 09:43:32 UTC ---
Author: paolo
Date: Sun Apr 24 09:43:29 2011
New Revision: 172912

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172912
Log:
2011-04-24  Paolo Carlini  <paolo.carlini@oracle.com>

    PR other/48748
    * doc/extend.texi (Type Traits): Document __is_standard_layout,
    __is_literal_type, and __is_trivial; update throughout about
    possibly cv-qualified void types.

Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/doc/extend.texi


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

* [Bug other/48748] Undocumented type traits used in libstdc++-4.6
  2011-04-24  7:31 [Bug c++/48748] New: Undocumented type traits used in libstdc++-4.6 jyasskin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-04-24  9:43 ` paolo at gcc dot gnu.org
@ 2011-04-24  9:44 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-04-24  9:44 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-04-24 09:43:59 UTC ---
Done.


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

end of thread, other threads:[~2011-04-24  9:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-24  7:31 [Bug c++/48748] New: Undocumented type traits used in libstdc++-4.6 jyasskin at gcc dot gnu.org
2011-04-24  9:21 ` [Bug c++/48748] " paolo.carlini at oracle dot com
2011-04-24  9:42 ` [Bug other/48748] " paolo at gcc dot gnu.org
2011-04-24  9:43 ` paolo at gcc dot gnu.org
2011-04-24  9:44 ` paolo.carlini at oracle dot com

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).