summaryrefslogtreecommitdiff
path: root/lang/cpp/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/data.h')
-rw-r--r--lang/cpp/src/data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/data.h b/lang/cpp/src/data.h
index df8607e7..649e4104 100644
--- a/lang/cpp/src/data.h
+++ b/lang/cpp/src/data.h
@@ -60,6 +60,7 @@ public:
static const Null null;
+ Data(const Data &other) = default;
const Data &operator=(Data other)
{
swap(other);