intel / mavlink-vehicles

A Mavlink wrapper dedicated to the most common messages that are exchanged between an air vehicle and a ground station
Apache License 2.0
6 stars 9 forks source link

Add support for g++-5 #34

Closed rchiossi closed 7 years ago

rchiossi commented 7 years ago

Before g++-6 there was no implicit cast for enums, so they couldn't be used as unnordered_map keys unless a hash function was provided. Also, we need -std=c++11 as compiler parameter since it was only made default with g++-6.