compile error:
test1.cpp:21: error: ISO C++ says that
`T mtd::CDiffOpera tor::getdp(cons t mtd::mVector&, long int,
mtd::mBCTYPE) const'
and
`void mtd::CDiffOpera tor::getdp(mtd: :mVector&, const mtd::mVector&,
mtd::mBCTYPE) const'
are ambiguous even though the worst conversion for the former is better
than the worst conversion for the latter
'mtd::mVector' is a class. Why the compile thinks these two functions
are ambigous?
Thanks in advance for the help.
X
Comment