$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [submission] STL-compliant containers with copy-on-write
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-03-31 06:09:37
On 30/03/2011 17:09, Alexandr Sterligov wrote:
> Is there any interest in a library of STL-compliant containers (vector,
> deque, map, set, list) with copy-on-write?
Given that Boost already provides an implementation of STL-compliant
containers with several C++0x features, in particular move semantics, I
don't really see the point.