diff options
Diffstat (limited to 'libbutl/uuid.hxx')
-rw-r--r-- | libbutl/uuid.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/uuid.hxx b/libbutl/uuid.hxx index 2361640..47a814c 100644 --- a/libbutl/uuid.hxx +++ b/libbutl/uuid.hxx @@ -158,10 +158,10 @@ namespace butl void swap (uuid&); - uuid (uuid&&); + uuid (uuid&&) noexcept; uuid (const uuid&) = default; - uuid& operator= (uuid&&); + uuid& operator= (uuid&&) noexcept; uuid& operator= (const uuid&) = default; }; |