std::binary_function is deprecated and unnecessary in C++11
This commit is contained in:
+1
-1
@@ -420,7 +420,7 @@ int TimingData::GetSegmentIndexAtRow(TimingSegmentType tst, int iRow ) const
|
||||
return INVALID_INDEX;
|
||||
}
|
||||
|
||||
struct ts_less : binary_function <TimingSegment*, TimingSegment*, bool>
|
||||
struct ts_less
|
||||
{
|
||||
bool operator() (const TimingSegment *x, const TimingSegment *y) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user