VSIPL++ Compile Problem
Cook, Joseph J
joseph.j.cook at lmco.com
Sun Mar 25 20:53:46 UTC 2007
Good Afternoon,
I'm trying to compile the following simple program using Parallel
VSIPL++ for Mercury mcoe, but I am getting a compile error:
#include "vsip/vector.hpp"
int main()
{
vsip::Vector<float> foo(10,2.f);
vsip::Vector<float> bar(10,2.f);
bar *= foo;
}
The error I get is on a computer unfortunately inaccessible to e-mail so
I can't cut and paste it. A portion of it is:
"incomplete type is not allowed:
map_type map_;
...many more lines...complaining about BinaryOperator *= in the last
line"
If you cannot replicate this problem, let me know.
My impression was that even though I am using Parallel VSIPL++,
declaring a Map for my Vectors was an optional parameter, is this true?
Thanks!
Joe Cook
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20070325/c51705c1/attachment.html>
More information about the vsipl++
mailing list