diff options
Diffstat (limited to 'src/Uri.cpp')
-rw-r--r-- | src/Uri.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Uri.cpp b/src/Uri.cpp index 2d549c2..01f5141 100644 --- a/src/Uri.cpp +++ b/src/Uri.cpp @@ -580,6 +580,8 @@ namespace Uri { }; Uri::~Uri() = default; + Uri::Uri(Uri&&) = default; + Uri& Uri::operator=(Uri&&) = default; Uri::Uri() : impl_(new Impl) |