[Ns-bugs] [Bug 587] ListRoutingProtocol priority handling buggy
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Fri Jun 19 11:57:08 PDT 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=587
Tommaso Pecorella <tommaso.pecorella at unifi.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tommaso.pecorella at unifi.it
Severity|normal |blocker
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #8 from Tommaso Pecorella <tommaso.pecorella at unifi.it> 2009-06-19 14:57:07 EDT ---
MacOSX compiler isn't keen with the changes made to solve this bug.
../src/internet-stack/ipv4-list-routing.cc: In member function ‘virtual
ns3::Ptr<ns3::Ipv4Route> ns3::Ipv4ListRouting::RouteOutput(const
ns3::Ipv4Header&, uint32_t, ns3::Socket::SocketErrno&)’:
../src/internet-stack/ipv4-list-routing.cc:80: error: no match for
‘operator!=’ in ‘i != std::list<_Tp, _Alloc>::rend() [with _Tp =
std::pair<int16_t, ns3::Ptr<ns3::Ipv4RoutingProtocol> >, _Alloc =
std::allocator<std::pair<int16_t, ns3::Ptr<ns3::Ipv4RoutingProtocol> > >]()’
debug/ns3/type-id.h:406: note: candidates are: bool
ns3::operator!=(ns3::TypeId, ns3::TypeId)
debug/ns3/address.h:230: note: bool ns3::operator!=(const
ns3::Address&, const ns3::Address&)
debug/ns3/ipv4-address.h:278: note: bool ns3::operator!=(const
ns3::Ipv4Address&, const ns3::Ipv4Address&)
debug/ns3/ipv4-address.h:294: note: bool ns3::operator!=(const
ns3::Ipv4Mask&, const ns3::Ipv4Mask&)
debug/ns3/ipv6-address.h:405: note: bool ns3::operator!=(const
ns3::Ipv6Address&, const ns3::Ipv6Address&)
debug/ns3/ipv6-address.h:422: note: bool ns3::operator!=(const
ns3::Ipv6Prefix&, const ns3::Ipv6Prefix&)
I know it's a specific MacOS gcc issue, but still...
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Ns-bugs
mailing list