
13 Feb
2013
13 Feb
'13
8:25 a.m.
On Wed, Feb 13, 2013 at 1:38 AM, Ion GaztaƱaga <igaztanaga@gmail.com> wrote:
I saw that varray has some optimizations for trivial types (dispatching to memcpy) that boost::container misses.
Shouldn't a decent STL implementation do that automatically? AFAIR, STLPort's std::copy would resort to memcpy when possible. Don't other implementations do the same thing?