292 |
|
OBBitVec &OBBitVec::operator-= (OBBitVec &bv) |
293 |
|
{ |
294 |
|
if (GetSize() != bv._size) |
295 |
< |
obErrorLog.ThrowError(__FUNCTION__, "Subtracting sets of != size", obDebug); |
295 |
> |
obErrorLog.ThrowError(__func__, "Subtracting sets of != size", obDebug); |
296 |
|
else |
297 |
|
{ |
298 |
|
OBBitVec tmp; |
398 |
|
strstream errorMsg; |
399 |
|
#endif |
400 |
|
errorMsg << "Negative Bit: " << bit << endl; |
401 |
< |
obErrorLog.ThrowError(__FUNCTION__, errorMsg.str(), obDebug); |
401 |
> |
obErrorLog.ThrowError(__func__, errorMsg.str(), obDebug); |
402 |
|
} |
403 |
|
} |
404 |
|
|
497 |
|
strstream errorMsg; |
498 |
|
#endif |
499 |
|
errorMsg << "Negative Bit: " << bit << endl; |
500 |
< |
obErrorLog.ThrowError(__FUNCTION__, errorMsg.str(), obDebug); |
500 |
> |
obErrorLog.ThrowError(__func__, errorMsg.str(), obDebug); |
501 |
|
} |
502 |
|
} |
503 |
|
} |