gcc build error due to missing 'typename' identifier in operation.hpp (Patch #2151)
Description
OpenCV 2.4.1 produces a minor build error if you wan't to compile the library with the gcc compiler (at least with our version). The file 'core/operation.h' misses some 'typename' identifiers at line 1077 to comply with the current c++ standard.
I attached the 'fixed' operation.hpp file to this bug report.
Regards
Matthias
Associated revisions
Merge pull request #2151 from KonstantinMatskevich:testdata_path_calib3d
History
Updated by Andrey Kamaev over 12 years ago
Could you provide a patch instead of whole file?
Updated by Maria Dimashova over 12 years ago
Thanks for the report. I checked current trunk r8990. core/operation.h has 'typename' identifier in the place that corresponds to the line 1077 of your 'fixed' operation.h. If you still have a problem with the trunk, please reopen the issue, attach the patch and specify a revision for the patch.
- Status changed from Open to Cancelled
Updated by Maria Dimashova over 12 years ago
- Assignee changed from Alexander Shishkov to Maria Dimashova