cvflann::Matrix conflicts (Bug #1331)
Description
Define a class Matrix in a project which includes openCV and instantiate a Matrix object
At compile time errors about ambiguous call to Matrix or cvflann::Matrix are reported
This was observed with Visual Studio 2005 and didn't appear with openCV2.2.0
Associated revisions
fixed bug #1331
History
Updated by sebastien wybo over 13 years ago
Issue comes from the using namespace cvflann at top of miniflann.hpp
Attached are the modified .hpp and .cpp files
- Status changed from Open to Done
- (deleted custom field) set to fixed
Updated by sebastien wybo over 13 years ago
- Status changed from Done to Cancelled
- (deleted custom field) deleted (
fixed)
Updated by Vadim Pisarevsky over 13 years ago
thanks! your patch has been applied with modifications in r6844
- Status changed from Cancelled to Done
- (deleted custom field) set to fixed
Updated by Andrey Kamaev almost 13 years ago
- Target version set to 2.4.0