summaryrefslogtreecommitdiff
path: root/src/parser/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/input.h')
-rw-r--r--src/parser/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/input.h b/src/parser/input.h
index 4f1a0f7da..02d92749d 100644
--- a/src/parser/input.h
+++ b/src/parser/input.h
@@ -90,8 +90,8 @@ class CVC4_PUBLIC Input {
* copy construction and assignment. Mark them private and do not define
* them.
*/
- Input(const Input& input) CVC4_UNDEFINED;
- Input& operator=(const Input& input) CVC4_UNDEFINED;
+ Input(const Input& input) = delete;
+ Input& operator=(const Input& input) = delete;
public:
/** Create an input for the given file.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback