alibaba / libgrape-lite

🍇 A C++ library for parallel graph processing (GRAPE) 🍇
https://alibaba.github.io/libgrape-lite/
Apache License 2.0
397 stars 92 forks source link

fix: Fix warnings of C++ 17 compiler #166

Closed siyuan0322 closed 3 months ago

siyuan0322 commented 3 months ago
  1. fix std::result_of is deprecated in c++ 17 https://en.cppreference.com/w/cpp/types/result_of
  2. fix unused variables.