Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2007-03-09 14:34:10


Am Freitag, 9. März 2007 03:28 schrieb Sourabh:

> 1. vector<double> vec (100);
>
> 2. vector<double> vec;
> vec.resize (100);

There is no difference, except that the latter needs a few extra
comparisons.

PS: This is clearly visible inside the source code.

mfg
Gunter