$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] unique_ptr for C++0x exprimental compilers?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-06-04 14:49:19
Dean Michael Berris wrote:
> Is there anybody already implementing an auto_ptr replacement
> (unique_ptr) for Boost? I've got a really simple implementation that
> I'm attaching to this email (with tests) that I'm submitting for
> review.
There are already implementations that also work in C++03.