22 Jul
2008
22 Jul
'08
10:47 p.m.
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