rmsalinas / DBow3

Improved version of DBow2
Other
507 stars 238 forks source link

c++17 compile error #46

Open DamonsJ opened 3 years ago

DamonsJ commented 3 years ago

Vocabulary.h using c++17 compile generate error because: void toStream( std::ostream &str, bool compressed=true) const throw(std::exception); throw specifier deprecated in c++17

hope you can fix