We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e798e commit e551a17Copy full SHA for e551a17
src/goto-symex/goto_state.h
@@ -63,7 +63,7 @@ class goto_statet
63
64
/// Constructors
65
goto_statet() = default;
66
- goto_statet &operator=(const goto_statet &other) = default;
+ goto_statet &operator=(const goto_statet &other) = delete;
67
goto_statet &operator=(goto_statet &&other) = default;
68
goto_statet(const goto_statet &other) = default;
69
goto_statet(goto_statet &&other) = default;
0 commit comments