------- Comment #2 from redi at gcc dot gnu dot org 2010-05-06 19:44 ------- basic_stringstream etc. are missing docs for their default template arguments too, I think it's because the doxygen comments are on the class template definitions, not on the forward declarations in <iosfwd> and <bits/stringfwd.h>, and the default parameters are only defined in the forward declarations.
For types, such as vector, with no forward declaration the default template args are documented by doxygen -- redi at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |documentation http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44015