des-testbed / libara

A framework for the implementation and evaluation of routing algorithms based on the Ant Colony Optimization (ACO) metaheuristic.
GNU General Public License v3.0
19 stars 11 forks source link

error in inetmant - wrong types in std::make_pair #134

Closed mfrey closed 9 years ago

mfrey commented 9 years ago

Apparently the std::make_pair() calls in

inetmanet/src/networklayer/manetrouting/base/ManetRoutingBase.cc 

in line 354 and 1825 contain the wrong template arguments. If we remove the types the compiler deducts the correct types.

mfrey commented 9 years ago

This issue has been fixed in #/9785bf5308 in the INETMANET repository.