
22 Dec
2012
22 Dec
'12
7:56 p.m.
Hi, I recently saw how boost::uninitialized_move is implemented, it doesn't check for exceptions thrown by move ctor and don't delete already constructed objects. Is this intentional? Regards, Adam