$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [move] uninitialized_move
From: Adam Wulkiewicz (adam.wulkiewicz_at_[hidden])
Date: 2012-12-22 14:56:52
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