Generic List/ListElement produces symbol clashes (Feature #1549)
Description
In legacy/src/*facedetection* there is a structure List and ListElement
defined in the global namespace. This will be compiled into a shared library. To say the least such a generic term in the exported symbols of a shared lib makes problems. As far as I can tell the List/ListElement structure are also not exposed via the API.
Therefore, I have renamed the structures to get rid of the symbol clash.
History
Updated by Alexander Shishkov about 13 years ago
Thank you for patch! It was applied in 7269 revision.
- Status changed from Open to Done
- (deleted custom field) set to fixed
Updated by Andrey Kamaev about 13 years ago
- Target version set to 2.4.0
- Description changed from In legacy/src/*facedetection* there is a structure List and [[ListElement]] d... to In legacy/src/*facedetection* there is a structure List and @ListElement@ def... More