summaryrefslogtreecommitdiff
path: root/src/context/cdvector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdvector.h')
-rw-r--r--src/context/cdvector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/context/cdvector.h b/src/context/cdvector.h
index 52e1d52bb..64e916680 100644
--- a/src/context/cdvector.h
+++ b/src/context/cdvector.h
@@ -86,6 +86,10 @@ private:
Context* d_context;
+ // no copy or assignment
+ CDVector(const CDVector&) CVC4_UNDEFINED;
+ CDVector& operator=(const CDVector&) CVC4_UNDEFINED;
+
public:
CDVector(Context* c) :
d_current(),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback