X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcpp-common%2Fbt2%2Ftrace-ir.hpp;fp=src%2Fcpp-common%2Fbt2%2Ftrace-ir.hpp;h=1026600e6b5089495b21e5f46a97a73f5db51267;hb=b7ffa6f040d6609fce6f2fef81ee0c3792abc048;hp=4d058137f2c19eb7b145f8cfba13ef8ed8bef7a9;hpb=dcb8ae9be121cdae6f6d16757d2233d705df057d;p=babeltrace.git diff --git a/src/cpp-common/bt2/trace-ir.hpp b/src/cpp-common/bt2/trace-ir.hpp index 4d058137..1026600e 100644 --- a/src/cpp-common/bt2/trace-ir.hpp +++ b/src/cpp-common/bt2/trace-ir.hpp @@ -505,7 +505,7 @@ public: } template - void userAttributes(const CommonMapValue userAttrs) const + void userAttributes(const CommonMapValue userAttrs) const noexcept { static_assert(!std::is_const::value, "`LibObjT` must NOT be `const`."); @@ -819,7 +819,7 @@ public: } template - void userAttributes(const CommonMapValue userAttrs) const + void userAttributes(const CommonMapValue userAttrs) const noexcept { static_assert(!std::is_const::value, "`LibObjT` must NOT be `const`."); @@ -1124,7 +1124,7 @@ public: } template - void userAttributes(const CommonMapValue userAttrs) const + void userAttributes(const CommonMapValue userAttrs) const noexcept { static_assert(!std::is_const::value, "`LibObjT` must NOT be `const`."); @@ -1585,7 +1585,7 @@ public: } template - void userAttributes(const CommonMapValue userAttrs) const + void userAttributes(const CommonMapValue userAttrs) const noexcept { static_assert(!std::is_const::value, "`LibObjT` must NOT be `const`."); @@ -2021,7 +2021,7 @@ public: } template - void userAttributes(const CommonMapValue userAttrs) const + void userAttributes(const CommonMapValue userAttrs) const noexcept { static_assert(!std::is_const::value, "`LibObjT` must NOT be `const`.");