rev. 3607 calib3d build errors (Bug #560)
Description
trying to build current revision using CMake 2.8 and Visual Studio 2010 yields the following errors:
2>..\..\..\opencv\modules\calib3d\src\calibration.cpp(3504): error C2039: 'back_inserter' : is not a member of 'std'
2>..\..\..\opencv\modules\calib3d\src\calibration.cpp(3504): error C3861: 'back_inserter': identifier not found
2>..\..\..\opencv\modules\calib3d\src\calibration.cpp(3505): error C2039: 'back_inserter' : is not a member of 'std'
2>..\..\..\opencv\modules\calib3d\src\calibration.cpp(3505): error C3861: 'back_inserter': identifier not found
History
Updated by Vadim Pisarevsky over 14 years ago
fixed in the recent SVN trunk versions
- Status changed from Open to Done
- (deleted custom field) set to fixed
Updated by Andrey Kamaev almost 13 years ago
- Category set to build/install
- Assignee set to Vadim Pisarevsky