I am getting the following error message when compiling in VS 7.0 - while it is warning and doesn't seem to affect what I am doing - it would be nice to avoid it.

Any help would be appreciated

---------------------------------------------------------------------------------------------------------------

D:\Documents and Settings\Rob\My Documents\My Project\blitz-0.6\blitz\vector.h(501) : warning C4521: 'blitz::Vector<P_numtype>' : multiple copy constructors specified with

[

P_numtype=int

]

D:\Documents and Settings\Rob\My Documents\My Project\blitz-0.6\blitz\vecpick.h(314) : see reference to class template instantiation 'blitz::Vector<P_numtype>' being compiled with

[

P_numtype=int

]

D:\Documents and Settings\Rob\My Documents\My Project\blitz-0.6\blitz\vecpick.h(315) : see reference to class template instantiation 'blitz::VectorPick<P_numtype>' being compiled

----------------------------------------------------------------------------------------------------------------------------