Topic: //partial specialization


Author: a9804814@unet.univie.ac.at (Thomas Mang)
Date: Sat, 17 Jan 2004 05:40:57 +0000 (UTC)
Raw View
Hello,

In the 1998-Standard, on page 641 there are listed the operator<< -
functions for basic_ostream.

The third from bottom up is marked with the comment "partial
specialization", however, there is no such thing as a partial
specialization for functions.

Instead, it's an overload - and the comment should reflect this.


regards,

Thomas

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html                       ]





Author: pjp@dinkumware.com ("P.J. Plauger")
Date: Sat, 17 Jan 2004 17:54:10 +0000 (UTC)
Raw View
"Thomas Mang" <a9804814@unet.univie.ac.at> wrote in message
news:4007EC79.FFC7C138@unet.univie.ac.at...

> In the 1998-Standard, on page 641 there are listed the operator<< -
> functions for basic_ostream.
>
> The third from bottom up is marked with the comment "partial
> specialization", however, there is no such thing as a partial
> specialization for functions.
>
> Instead, it's an overload - and the comment should reflect this.

IIRC, I made that edit last week, in response to an approved
response to a Defect Report.

Thanks for pointing it out.

P.J. Plauger
Dinkumware, Ltd.
http://www.dinkumware.com

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html                       ]