This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/13624] Unsafe delimiter in ostream_iterator


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-09 06:19 -------
I do not know if this is a bug (24.5.2.1 P2):
ostream_iterator(ostream_type& s, const charT* delimiter);
2 Effects: Initializes out_stream with s and delim with delimiter. 

What does it mean by "initializes".

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13624


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]