rmsalinas / DBow3

Improved version of DBow2
Other
501 stars 237 forks source link

Fix incorrect inline #24

Closed lowsfer closed 5 years ago

lowsfer commented 6 years ago

Some declarations in Database.h are with inline but the implementation is not in Database.h. This causes linking error because the compiled libDBoW3.so won't have these symbols while user code cannot get inline implementation, either.