 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
richard@ex-parrot.com Guest
|
Posted: Fri Feb 11, 2005 5:38 pm Post subject: [Defect Report] Illegal use of "T" in std::vector<bool> |
|
|
In the synopsis of the std::vector<bool> specialisation in 23.2.5
[lib.vector.bool], the non-tempalte assign() function has the signature
void assign( size_type n, const T& t );
The type, T, is not defined in this context and should be replaced by
bool or value_type.
---
[ 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 ]
|
|
| Back to top |
|
 |
Pete Becker Guest
|
Posted: Sat Feb 12, 2005 7:15 pm Post subject: Re: [Defect Report] Illegal use of "T" in std::vector<bool> |
|
|
[email]richard (AT) ex-parrot (DOT) com[/email] wrote:
| Quote: | In the synopsis of the std::vector<bool> specialisation in 23.2.5
[lib.vector.bool], the non-tempalte assign() function has the signature
void assign( size_type n, const T& t );
The type, T, is not defined in this context and should be replaced by
bool or value_type.
|
No need for a defect report: that's an editorial correction. I'll fix it.
--
Pete Becker
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 ]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|