aboutsummaryrefslogtreecommitdiff
path: root/libbutl/uuid.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/uuid.ixx')
-rw-r--r--libbutl/uuid.ixx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/uuid.ixx b/libbutl/uuid.ixx
index 6744af7..6115be1 100644
--- a/libbutl/uuid.ixx
+++ b/libbutl/uuid.ixx
@@ -39,14 +39,14 @@ namespace butl
}
inline uuid::
- uuid (uuid&& u)
+ uuid (uuid&& u) noexcept
: uuid () // nil
{
swap (u);
}
inline uuid& uuid::
- operator= (uuid&& u)
+ operator= (uuid&& u) noexcept
{
if (this != &u)
{