$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [locale] localization_backend_manager interface issue
From: Artyom (artyomtnk_at_[hidden])
Date: 2011-04-15 14:52:00
>
> std::auto_ptr is deprecated in C++0x.
> Just for note.
>
> --
> Ryou Ezoe
I'm aware of it even thou I'm really not happy with it.
In any case auto_ptr is the only pointer with move ownership
semantics in C++03 and Boost, so meanwhile it is the only valid
solution that has clear ownership semantics.
Artyom