forked from conan-io/conan-center-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flatbuffers: version 1.12.0: build bugfix (conan-io#25607)
Co-authored-by: Luis Caro Campos <3535649+jcar87@users.noreply.github.com> Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es>
- Loading branch information
Showing
6 changed files
with
26 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
recipes/flatbuffers/all/patches/0005-arm-cxx-compiler-build.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --git a/include/flatbuffers/flatbuffers.h b/include/flatbuffers/flatbuffers.h | ||
index c4dc5bcd..0f3a7dfd 100644 | ||
--- a/include/flatbuffers/flatbuffers.h | ||
+++ b/include/flatbuffers/flatbuffers.h | ||
@@ -1871,10 +1871,7 @@ class FlatBufferBuilder { | ||
vector_downward &buf_; | ||
|
||
private: | ||
- TableKeyComparator &operator=(const TableKeyComparator &other) { | ||
- buf_ = other.buf_; | ||
- return *this; | ||
- } | ||
+ FLATBUFFERS_DELETE_FUNC(TableKeyComparator &operator=(const TableKeyComparator &other)) | ||
}; | ||
/// @endcond | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters