r3049 broke compilation on VS2010 (Bug #318)
Description
In the refactoring of OneWayDescriptorMatchParams to OneWayDescriptorMatch::Params, the minScale, maxScale and stepScale parameter defaults were changed in a way that does not compile with Visual Studio 2010. MIN_SCALE is declared as "static const float MIN_SCALE = 1.f;", which yields an error "C2864: only static const integral data members can be initialized.
Please revert the way these values are initialized to use the old method, or some other compatible method.
Associated revisions
Merge pull request #318 from AnnaKogan8:fixed-perf-tests
History
Updated by Maria Dimashova almost 15 years ago
fixed in r3051
- Status changed from Open to Done
- (deleted custom field) set to fixed