Skip to content

Commit 4b934e0

Browse files
generatedunixname537391475639613meta-codesync[bot]
authored andcommitted
xplat/thrift/compiler/generate/cpp/util.h
Reviewed By: iahs Differential Revision: D88158266 fbshipit-source-id: dd5994e7ce5332d92b92d0f5d16b8cee735c5d80
1 parent 6526e4a commit 4b934e0

File tree

1 file changed

+3
-0
lines changed
  • third-party/thrift/src/thrift/compiler/generate/cpp

1 file changed

+3
-0
lines changed

third-party/thrift/src/thrift/compiler/generate/cpp/util.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ std::vector<T> topological_sort(
258258
// properly updated.
259259
iter_state(const iter_state&) = delete;
260260
iter_state& operator=(const iter_state&) = delete;
261+
iter_state(iter_state&&) = delete;
262+
iter_state& operator=(iter_state&&) = delete;
263+
~iter_state() = default;
261264
};
262265

263266
std::unordered_set<T> visited;

0 commit comments

Comments
 (0)