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.