public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/57840] New: ::std ::result_of is undocumented
@ 2013-07-06 22:08 giecrilj at stegny dot 2a.pl
  2014-09-23 19:07 ` [Bug libstdc++/57840] " redi at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2013-07-06 22:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 57840
           Summary: ::std ::result_of is undocumented
           Product: gcc
           Version: unknown
               URL: http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-api-
                    4.5/a00875.html
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: giecrilj at stegny dot 2a.pl

Declared at line 00172 .


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

* [Bug libstdc++/57840] ::std ::result_of is undocumented
  2013-07-06 22:08 [Bug libstdc++/57840] New: ::std ::result_of is undocumented giecrilj at stegny dot 2a.pl
@ 2014-09-23 19:07 ` redi at gcc dot gnu.org
  2021-07-01 17:04 ` redi at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2014-09-23 19:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57840

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-09-23
     Ever confirmed|0                           |1

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I'm not sure why the comment on the primary template doesn't show up (maybe
doxygen is only interested in a definition) and adding comments to the partial
specialization doesn't show up in the generated HTML either.


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

* [Bug libstdc++/57840] ::std ::result_of is undocumented
  2013-07-06 22:08 [Bug libstdc++/57840] New: ::std ::result_of is undocumented giecrilj at stegny dot 2a.pl
  2014-09-23 19:07 ` [Bug libstdc++/57840] " redi at gcc dot gnu.org
@ 2021-07-01 17:04 ` redi at gcc dot gnu.org
  2021-07-03 11:29 ` giecrilj at stegny dot 2a.pl
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2021-07-01 17:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57840

Jonathan Wakely <redi at gcc dot gnu.org> changed:

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

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
It shows up in the latest docs:
https://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-api.20210701.html/a03925.html

But several other classes don't appear on the type traits page:
https://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-api.20210701.html/a01565.html

That seems to be due to 
https://github.com/doxygen/doxygen/issues/8638

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

* [Bug libstdc++/57840] ::std ::result_of is undocumented
  2013-07-06 22:08 [Bug libstdc++/57840] New: ::std ::result_of is undocumented giecrilj at stegny dot 2a.pl
  2014-09-23 19:07 ` [Bug libstdc++/57840] " redi at gcc dot gnu.org
  2021-07-01 17:04 ` redi at gcc dot gnu.org
@ 2021-07-03 11:29 ` giecrilj at stegny dot 2a.pl
  2021-07-03 11:41 ` giecrilj at stegny dot 2a.pl
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2021-07-03 11:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57840

--- Comment #5 from Christopher Yeleighton <giecrilj at stegny dot 2a.pl> ---
(In reply to Jonathan Wakely from comment #4)
> It shows up in the latest docs:
> https://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-api.20210701.html/a03925.
> html
> 
> But several other classes don't appear on the type traits page:
> https://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-api.20210701.html/a01565.
> html
> 
> That seems to be due to 
> https://github.com/doxygen/doxygen/issues/8638

I am no Doxygen guru but the source at <URL:
https://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-api.20210701.html/a00209_source.html
> has 2 @{ (#l00051, #l00237) but only 1 @} (#l00266).

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

* [Bug libstdc++/57840] ::std ::result_of is undocumented
  2013-07-06 22:08 [Bug libstdc++/57840] New: ::std ::result_of is undocumented giecrilj at stegny dot 2a.pl
                   ` (2 preceding siblings ...)
  2021-07-03 11:29 ` giecrilj at stegny dot 2a.pl
@ 2021-07-03 11:41 ` giecrilj at stegny dot 2a.pl
  2021-07-03 19:31 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2021-07-03 11:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57840

--- Comment #6 from Christopher Yeleighton <giecrilj at stegny dot 2a.pl> ---
(In reply to Jonathan Wakely from comment #3)
> I'm not sure why the comment on the primary template doesn't show up (maybe
> doxygen is only interested in a definition) and adding comments to the
> partial specialization doesn't show up in the generated HTML either.

There is no comment as of <URL:
https://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-api.20210701.html/a00221_source.html#l02373
>, so there is nothing to show up, and neither was there any at <URL:
https://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-api-4.5/a00875_source.html#l00176
>.

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

* [Bug libstdc++/57840] ::std ::result_of is undocumented
  2013-07-06 22:08 [Bug libstdc++/57840] New: ::std ::result_of is undocumented giecrilj at stegny dot 2a.pl
                   ` (3 preceding siblings ...)
  2021-07-03 11:41 ` giecrilj at stegny dot 2a.pl
@ 2021-07-03 19:31 ` redi at gcc dot gnu.org
  2021-07-03 19:39 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2021-07-03 19:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57840

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Like 2371 is a comment using doxygen syntax. That comment was there in 2014
when I wrote comment 3 here.

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

* [Bug libstdc++/57840] ::std ::result_of is undocumented
  2013-07-06 22:08 [Bug libstdc++/57840] New: ::std ::result_of is undocumented giecrilj at stegny dot 2a.pl
                   ` (4 preceding siblings ...)
  2021-07-03 19:31 ` redi at gcc dot gnu.org
@ 2021-07-03 19:39 ` redi at gcc dot gnu.org
  2021-07-04 14:51 ` giecrilj at stegny dot 2a.pl
  2021-07-05  7:04 ` redi at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2021-07-03 19:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57840

--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Christopher Yeleighton from comment #5)
> I am no Doxygen guru but the source at <URL:
> https://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-api.20210701.html/
> a00209_source.html > has 2 @{ (#l00051, #l00237) but only 1 @} (#l00266).

Already fixed in r12-1964

You know doxygen output isn't the only way to look at the code, right?

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

* [Bug libstdc++/57840] ::std ::result_of is undocumented
  2013-07-06 22:08 [Bug libstdc++/57840] New: ::std ::result_of is undocumented giecrilj at stegny dot 2a.pl
                   ` (5 preceding siblings ...)
  2021-07-03 19:39 ` redi at gcc dot gnu.org
@ 2021-07-04 14:51 ` giecrilj at stegny dot 2a.pl
  2021-07-05  7:04 ` redi at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: giecrilj at stegny dot 2a.pl @ 2021-07-04 14:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57840

--- Comment #9 from Christopher Yeleighton <giecrilj at stegny dot 2a.pl> ---
(In reply to Jonathan Wakely from comment #8)
> Already fixed in r12-1964
> 
> You know doxygen output isn't the only way to look at the code, right?

I thought merged commits refresh the published documentation.

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

* [Bug libstdc++/57840] ::std ::result_of is undocumented
  2013-07-06 22:08 [Bug libstdc++/57840] New: ::std ::result_of is undocumented giecrilj at stegny dot 2a.pl
                   ` (6 preceding siblings ...)
  2021-07-04 14:51 ` giecrilj at stegny dot 2a.pl
@ 2021-07-05  7:04 ` redi at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2021-07-05  7:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57840

--- Comment #10 from Jonathan Wakely <redi at gcc dot gnu.org> ---
No that has never been true. The date in the URL is a clue.

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

end of thread, other threads:[~2021-07-05  7:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-06 22:08 [Bug libstdc++/57840] New: ::std ::result_of is undocumented giecrilj at stegny dot 2a.pl
2014-09-23 19:07 ` [Bug libstdc++/57840] " redi at gcc dot gnu.org
2021-07-01 17:04 ` redi at gcc dot gnu.org
2021-07-03 11:29 ` giecrilj at stegny dot 2a.pl
2021-07-03 11:41 ` giecrilj at stegny dot 2a.pl
2021-07-03 19:31 ` redi at gcc dot gnu.org
2021-07-03 19:39 ` redi at gcc dot gnu.org
2021-07-04 14:51 ` giecrilj at stegny dot 2a.pl
2021-07-05  7:04 ` 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).