cpp-common/bt2: add `noexcept` to user attribute setters
[babeltrace.git] / src / cpp-common / bt2 / clock-class.hpp
index 398f8197396af7cd1290b852ccccb0f6e438e676..ce306eef9340c2be414a01fa85ae15f6b4f8f3eb 100644 (file)
@@ -245,7 +245,7 @@ public:
     }
 
     template <typename LibValT>
-    void userAttributes(const CommonMapValue<LibValT> userAttrs) const
+    void userAttributes(const CommonMapValue<LibValT> userAttrs) const noexcept
     {
         static_assert(!std::is_const<LibObjT>::value, "`LibObjT` must NOT be `const`.");
 
This page took 0.023108 seconds and 4 git commands to generate.