diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-06-29 23:09:20 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-06-29 23:09:20 +0200 |
| commit | b81ebe6cba109a215254bfae074f8fc6f334eca8 (patch) | |
| tree | e43430935a9dc6d11c479ec163303d707bdb6400 /include/value.h | |
| parent | 8525040283ddb6190903b2a1d00481123daf4004 (diff) | |
| download | Project-Tick-b81ebe6cba109a215254bfae074f8fc6f334eca8.tar.gz Project-Tick-b81ebe6cba109a215254bfae074f8fc6f334eca8.zip | |
Fix tag_compound and value
Diffstat (limited to 'include/value.h')
| -rw-r--r-- | include/value.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/value.h b/include/value.h index 2a9ecc0d1a..d55acf3c80 100644 --- a/include/value.h +++ b/include/value.h @@ -42,6 +42,8 @@ class tag_list; class value { public: + explicit value() {} + //Movable but not (implicitly) copyable value(const value&) = delete; value(value&&) = default; |
