DBow3 icon indicating copy to clipboard operation
DBow3 copied to clipboard

c++17 compile error

Open DamonsJ opened this issue 3 years ago • 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

DamonsJ avatar Sep 23 '21 13:09 DamonsJ