mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +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);
|
||||
}
|
||||
vector_downward& buf_;
|
||||
|
||||
private:
|
||||
TableKeyComparator& operator= (const TableKeyComparator&);
|
||||
};
|
||||
/// @endcond
|
||||
|
||||
|
||||
Reference in New Issue
Block a user