$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-22 18:47:42
AMDG
Alain Leblanc wrote:
> I'm trying to compile the following piece of code with gcc version
> 4.2.3 (Ubuntu 4.2.3-2ubuntu7) and I keep getting the error message
> listed below. A colleague of mine told me that he can compile it on
> MSVC. If I remove the template and set everything as vector<double>
> then it compiles without any problem.
>
> Anyone has an idea of what I may be doing wrong?
>
Yep. Try
typename UBLAS::vector< Tv >::const_iterator
In Christ,
Steven Watanabe