이 함수 실행시
Ptr<WifiNetDevice> iface = CreateInterface (phyHelper, node, channel);
m_ifaces.push_back(iface);
아래에 이런 에러가 발생하는데 왜 이러는 걸까요 ? ㅠ
error: passing ‘const std::vector<ns3::Ptr<ns3::NetDevice> >’ as ‘this’ argument of ‘void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = ns3::Ptr<ns3::NetDevice>, _Alloc = std::allocator<ns3::Ptr<ns3::NetDevice> >, std::vector<_Tp, _Alloc>::value_type = ns3::Ptr<ns3::NetDevice>]’ discards qualifiers [-fpermissive]ㅠ