mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 00:22:02 +00:00
Disabled assignment operator of TableKeyComparator; was causing warning C4512 on VS2010 and thus causing the build to fail.
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