This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/44015] template parameters not documented
- From: "bkoz at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 02 May 2012 22:41:44 +0000
- Subject: [Bug libstdc++/44015] template parameters not documented
- Auto-submitted: auto-generated
- References: <bug-44015-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44015
Benjamin Kosnik <bkoz at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2012-05-02
CC| |bkoz at gcc dot gnu.org
AssignedTo|unassigned at gcc dot |bkoz at gcc dot gnu.org
|gnu.org |
Target Milestone|--- |4.8.0
Ever Confirmed|0 |1
--- Comment #4 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-05-02 22:41:44 UTC ---
I noticed this again recently, while mucking with std::unordered_set etc.
The checked-in patch adds in the necessary markup for containers and io. It
seems complete and consistent:
string
http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a00428.html
array
http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a00569.html
basic_istream
http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a00425.html
etc.
This is the way to write the markup for template parameters, and default
arguments to them.