- Testing exception safety - 1 Update
- cout - 2 Updates
Udo Steinbach <trashcan@udoline.de>: Sep 27 12:40PM +0200 After reading http://www.boost.org/community/exception_safety.html and experimenting with throwing at every point that can throw ... How do you test your code for exception safety? Is there any module for doing that in the world? -- Fahrradverkehr in Deutschland: http://radwege.udoline.de/ GPG: A245 F153 0636 6E34 E2F3 E1EB 817A B14D 3E7E 482E |
"Lőrinczy Zsigmond" <nospam@for.me>: Sep 27 06:59AM +0200 Off: never use these in multi-threaded context, because you cannot be sure when thread-switch occures. |
Rosario19 <Ros@invalid.invalid>: Sep 27 07:10AM +0200 On Sun, 27 Sep 2015 06:59:35 +0200, L?rinczy Zsigmond wrote: >Off: never use these in multi-threaded context, >because you cannot be sure when thread-switch occures. yes... but one can use something for make the print operation as one atomic one something atomic(&output); operations output .... atomicEnd(&output); but pheraps one has to know if input/output can make possible some dead lock... i don't know too much this argument etc |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com. |
No comments:
Post a Comment