[reSIProcate-users] Issue with ICC 9.0
Hi
There,
Trying to compile
reSIProcate 1.1 with ICC 9.0 (Intel compiler). Having some issues here with the
"resip::insert" functions. It seems to compile fine in gcc, however my hands are
tied on using the intel compiler. I was wondering if anyone has seen this
problem before, and if they can suggest anything. It seems like when the
Inserter recursion makes it to the bottom it doesnt know what to do with the
final type in the various
containers:
../../resip/stack/ParserContainer.hxx(172): error: no
instance of overloaded function "resip::insert" matches the argument
list
argument types are: (std::ostream, const
resip::NameAddr)
insert(s,
*i);
^
detected
during:
instantiation of "std::ostream &resip::insert(std::ostream &, const
resip::ParserContainer<T> &) [with T=resip::NameAddr]" at line 248 of
"../../rutil/Inserter.hxx"
instantiation of "std::ostream &resip::operator<<(std::ostream &,
const resip::InserterClass<T> &) [with
T=resip::NameAddrs]"
Any help would be
appreciated.
-Tom