mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 10:40:01 +00:00
Merge pull request #3735 from evolutional/vs2010-buildfix
Buildfix for VS2010
This commit is contained in:
@@ -938,6 +938,9 @@ FLATBUFFERS_FINAL_CLASS
|
|||||||
return table_a->KeyCompareLessThan(table_b);
|
return table_a->KeyCompareLessThan(table_b);
|
||||||
}
|
}
|
||||||
vector_downward& buf_;
|
vector_downward& buf_;
|
||||||
|
|
||||||
|
private:
|
||||||
|
TableKeyComparator& operator= (const TableKeyComparator&);
|
||||||
};
|
};
|
||||||
/// @endcond
|
/// @endcond
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user