Bug 1425 - LTE python bindings
LTE python bindings
Status: RESOLVED WORKSFORME
Product: ns-3
Classification: Unclassified
Component: python bindings
pre-release
All All
: P5 normal
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-05-13 00:15 UTC by Tom Henderson
Modified: 2012-05-15 11:12 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2012-05-13 00:15:28 UTC
New error due to the LTE bindings

src/lte/bindings/ns3module.cc: In function ‘int _wrap_convert_py2c__std__map__lt___unsigned_short__ns3__Ptr__lt___ns3__UeInfo___gt_____gt__(PyObject*, std::map<short unsigned int, ns3::Ptr<ns3::UeInfo>, std::less<short unsigned int>, std::allocator<std::pair<const short unsigned int, ns3::Ptr<ns3::UeInfo> > > >*)’:
src/lte/bindings/ns3module.cc:68365: error: ‘>>’ operator will be treated as two right angle brackets in C++0x
src/lte/bindings/ns3module.cc:68365: error: suggest parentheses around ‘>>’ expression
src/lte/bindings/ns3module.cc:68365: error: ‘item’ was not declared in this scope
src/lte/bindings/ns3module.cc:68365: error: ‘>>’ should be ‘> >’ within a nested template argument list
Comment 1 Gustavo J. A. M. Carneiro 2012-05-15 11:12:58 UTC
I don't get this error.  Maybe the recent upgrade to pybindgen trunk revno 809 solved it.  Do reopen if the problem persists.