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,RFC] Change __convert_from_v to use snprintf and use it



> Thanks once more. I admit to be very ignorant about those matters. I'm indeed /very/ happy
> to know that snprintf can be used when available (in the form standardized as part of C99,
> indeed!)

Yep. 

> Just to be reassure myself to understand what you mean: is it ok if what you call //loose
> takes in fact 20-30 lines of code, not just a 2-3??

Sure. As always, correctness comes first: it doesn't matter how fast you 
get to the wrong answer.

> In that case, I'm very happy to work on this in the next few days! The management of the
> staging buffers is /so/ nice with snprintf!

Great! I look forward to seeing this.

best,
benjamin


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