rmsalinas/DBow3

c++17 compile error

DamonsJ opened this issue · 0 comments

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