YCP-Swarm-Robotics-Capstone-2020-2021 / melon

Object recognition software for Swarm Robotics robots
0 stars 0 forks source link

Replace lock_guard with scoped_lock #43

Closed Mnenmenth closed 3 years ago

Mnenmenth commented 3 years ago

C++17 replaced std::lock_guard<> with std::scoped_lock<>, which is strictly a better version