$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Interest in a simple buffer abstraction?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-01-27 09:41:54
On 27/01/2011 15:10, Boris Kolpackov wrote:
> You probably mean "freeing said buffer" instead of "copying said buffer".
> The simplest approach would be to stipulate that such a buffer should be
> allocated with operator new[] and freed with operator delete[].
No, I did mean copy, as in when you copy the buffer object.