playerproject / player

The Player cross-platform robot device interface & server
GNU General Public License v2.0
58 stars 31 forks source link

fix build with g++ 11 #25

Open benpicco opened 2 years ago

benpicco commented 2 years ago

Compilation fails on Ubuntu 21.10 (g++ (Ubuntu 11.2.0-7ubuntu2) 11.2.0) because drop_count is bool and it does not accept throw anymore.