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=14863e184b0e122791bb8277642ed18525e0ea8a;hb=ac30a4709ff225c8c93337ee61709b33d3772d76;hp=b5557d7d20eb31775b50841cf8f6bb094539a05a;hpb=bec20c885c7ab477d250acfd52991f4ff1c8f04d;p=babeltrace.git diff --git a/src/cpp-common/bt2/trace-ir.hpp b/src/cpp-common/bt2/trace-ir.hpp index b5557d7d..14863e18 100644 --- a/src/cpp-common/bt2/trace-ir.hpp +++ b/src/cpp-common/bt2/trace-ir.hpp @@ -151,7 +151,7 @@ public: } template - CommonEvent& operator=(const CommonEvent event) noexcept + CommonEvent operator=(const CommonEvent event) noexcept { _ThisBorrowedObject::operator=(event); return *this; @@ -292,7 +292,7 @@ public: } template - CommonPacket& operator=(const CommonPacket packet) noexcept + CommonPacket operator=(const CommonPacket packet) noexcept { _ThisBorrowedObject::operator=(packet); return *this; @@ -444,7 +444,7 @@ public: } template - CommonStream& operator=(const CommonStream stream) noexcept + CommonStream operator=(const CommonStream stream) noexcept { _ThisBorrowedObject::operator=(stream); return *this; @@ -658,7 +658,7 @@ public: } template - CommonTrace& operator=(const CommonTrace trace) noexcept + CommonTrace operator=(const CommonTrace trace) noexcept { _ThisBorrowedObject::operator=(trace); return *this; @@ -977,7 +977,7 @@ public: } template - CommonEventClass& operator=(const CommonEventClass eventClass) noexcept + CommonEventClass operator=(const CommonEventClass eventClass) noexcept { _ThisBorrowedObject::operator=(eventClass); return *this; @@ -1302,7 +1302,7 @@ public: } template - CommonStreamClass& operator=(const CommonStreamClass streamClass) noexcept + CommonStreamClass operator=(const CommonStreamClass streamClass) noexcept { _ThisBorrowedObject::operator=(streamClass); return *this; @@ -1731,7 +1731,7 @@ public: } template - CommonTraceClass& operator=(const CommonTraceClass traceClass) noexcept + CommonTraceClass operator=(const CommonTraceClass traceClass) noexcept { _ThisBorrowedObject::operator=(traceClass); return *this;