$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Can I return std::unique_ptr in a boost::future?
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2013-11-14 21:13:41
The error is certainly because unique_future (or future) tries to copy the
unique_ptr.
Can you tell us your Boost version and compiler?