summaryrefslogtreecommitdiff
path: root/src/context/cdhashset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdhashset.h')
-rw-r--r--src/context/cdhashset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/context/cdhashset.h b/src/context/cdhashset.h
index 0dc1f087d..b907d9823 100644
--- a/src/context/cdhashset.h
+++ b/src/context/cdhashset.h
@@ -32,8 +32,8 @@ class CDHashSet : protected CDInsertHashMap<V, bool, HashFcn> {
typedef CDInsertHashMap<V, bool, HashFcn> super;
// no copy or assignment
- CDHashSet(const CDHashSet&) CVC4_UNDEFINED;
- CDHashSet& operator=(const CDHashSet&) CVC4_UNDEFINED;
+ CDHashSet(const CDHashSet&) = delete;
+ CDHashSet& operator=(const CDHashSet&) = delete;
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback