You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from ccfx/ccfx.cpp:31:
ccfx/../newengine/clonedetector.h: In instantiation of ‘void CloneDetector<ElemType, HashValueType>::ClonePairListenerAdapter::found(const std::vector<CloneDetector<ElemType, HashValueType>::CloneSetItem>&, size_t, uint64_t) [with ElemType = short int; HashValueType = short unsigned int; size_t = long unsigned int; uint64_t = long unsigned int]’:
ccfx/../newengine/clonedetector.h:515:16: required from here
ccfx/../newengine/clonedetector.h:519:58: error: cannot call member function ‘size_t CloneDetector<ElemType, HashValueType>::getUnitLength() const [with ElemType = short int; HashValueType = short unsigned int; size_t = long unsigned int]’ without object
519 | size_t unitLength = getUnitLength();
| ~~~~~~~~~~~~~^~
error: cannot call member function ‘size_t CloneDetector<ElemType, HashValueType>::getUnitLength() const [with ElemType = short int; HashValueType = short unsigned int; size_t = long unsigned int]’ without object
519 | size_t unitLength = getUnitLength();
| ~~~~~~~~~~~~~^~
The text was updated successfully, but these errors were encountered: