Hi everybody,
I came cross the error C2064 "term does not evaluate to a function taking 0 arguments" when I was compiling "boost_1_33_1\boost\numeric\ublas\vector.hpp". The error is referred to the sentence
BOOST_UBLAS_INLINE
const_iterator (const iterator &it):
container_const_reference<self_type> (it ()), it_ (it.it_) {}
at line 293.
Could anybody help provide hints to solve the problem?
Many thanks,
Jason