summaryrefslogtreecommitdiff
path: root/src/base/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/exception.h')
-rw-r--r--src/base/exception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/exception.h b/src/base/exception.h
index c6619ddd6..983a59572 100644
--- a/src/base/exception.h
+++ b/src/base/exception.h
@@ -158,8 +158,8 @@ public:
private:
/* Disallow copies */
- LastExceptionBuffer(const LastExceptionBuffer&) CVC4_UNDEFINED;
- LastExceptionBuffer& operator=(const LastExceptionBuffer&) CVC4_UNDEFINED;
+ LastExceptionBuffer(const LastExceptionBuffer&) = delete;
+ LastExceptionBuffer& operator=(const LastExceptionBuffer&) = delete;
char* d_contents;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback