$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jason Zhang (jzhang636_at_[hidden])
Date: 2006-07-25 10:16:56
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