Build error opencv 2.3.1 in lsh_table.h: "at s not an element of std::map<..>" (Bug #1222)
Description
Hello,
i just got the new opencv version (2.3.1) from svn. I can't build this version. I get an error in lsh_table.h. Visual stuio says:
++++++_
Fehler 9 error C2039: 'at': Ist kein Element von 'std::map<_Kty,_Ty>' c:\libraries\opencv-svn\opencv\modules\flann\include\opencv2\flann\lsh_table.h 213
++++++_
which refers to the line:
if (key_bitset_.test(key)) return &buckets_space_.at(key);
thanks for support!
Associated revisions
Merge pull request #1222 from philippefoubert:branch_2.4_pvapi
History
Updated by Hagen Borstell over 13 years ago
- Status deleted (
Open)
Updated by Vadim Pisarevsky over 13 years ago
fixed in r6045
- Status set to Done
- (deleted custom field) set to fixed