$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] v_array survival
From: Daniel Krügler (dsp_at_[hidden])
Date: 2008-11-19 02:38:30
Chaman Singh Verma wrote:
> I have one old software which is using v_array, but I don't see v_array
> in the latest
> Boost distribution ? Is this class defunct now and should I replace it
> by vector or
> something else ?
A google code search was appropriate, because I couldn't find any v_arry
in all by boost libs since 1.29:
http://listarchives.boost.org/Archives/boost/att-111926/v_array.hpp
You seem to adapt *very* old code...
Without seeing your code I suggest to replace it's usage by std::vector.
- Daniel Krügler