This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: [Patch] Fix libstdc++/16505


Hi Martin,

Did you happen to look at the other uninitialized functions?
I think I might have seen the same problem in one other case
but I'm not 100% sure now.

Everything should be ok: uninitialized_copy returns a _ForwardIterator and unitialized_fill returns void.

The other are just HP/SGI extensions.

Paolo.


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