summaryrefslogtreecommitdiff
path: root/src/context/cdo.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-06-16 16:43:56 -0400
committerlianah <lianahady@gmail.com>2014-06-19 18:24:38 -0400
commit00ae9a7eba6648f957011cc250ba8707cce029c3 (patch)
treeb127eb494d7cf70d2769b8f94781f8f464805561 /src/context/cdo.h
parentbb35ed4f871e4cb5d33c1030fc5547bb92ec334b (diff)
Disallow context-dependent copy/assignment.
Diffstat (limited to 'src/context/cdo.h')
-rw-r--r--src/context/cdo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdo.h b/src/context/cdo.h
index de83c4aa5..496af7815 100644
--- a/src/context/cdo.h
+++ b/src/context/cdo.h
@@ -49,7 +49,7 @@ protected:
/**
* operator= for CDO is private to ensure CDO object is not copied.
*/
- CDO<T>& operator=(const CDO<T>& cdo) CVC4_UNUSED;
+ CDO<T>& operator=(const CDO<T>& cdo) CVC4_UNDEFINED;
/**
* Implementation of mandatory ContextObj method save: simply copies the
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback