noexcept move for BaseHandle/InstrusivePtr/Math
[platform/core/uifw/dali-core.git] / dali / public-api / math / degree.h
index 7e130b4..f87888a 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_DEGREE_H
 
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -69,10 +69,10 @@ struct Degree
   DALI_CORE_API Degree(Radian value);
 
 public:
-  Degree(const Degree&) = default;            ///< Default copy constructor
-  Degree(Degree&&)      = default;            ///< Default move constructor
-  Degree& operator=(const Degree&) = default; ///< Default copy assignment operator
-  Degree& operator=(Degree&&) = default;      ///< Default move assignment operator
+  Degree(const Degree&)     = default;            ///< Default copy constructor
+  Degree(Degree&&) noexcept = default;            ///< Default move constructor
+  Degree& operator=(const Degree&) = default;     ///< Default copy assignment operator
+  Degree& operator=(Degree&&) noexcept = default; ///< Default move assignment operator
 
 public:
   // member data