named-data-ndnSIM / ndnSIM

ndnSIM: NS-3 based NDN simulator
GNU General Public License v3.0
107 stars 163 forks source link

`std::binary_function` was removed from C++17. #119

Open thynson opened 6 months ago

thynson commented 6 months ago

https://github.com/named-data-ndnSIM/ndnSIM/blob/90d50396654dabad54b6979f2dc8fa929ade544c/helper/boost-graph-ndn-global-routing-helper.hpp#L190

Since the codebase was migrated to C++17 and it failed to compiled by some compiler(Apple clang version 15.0.0), the above code need to be updated.