From 0a432d6035a95b033e635eda93e973af7baf4d03 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 14 Aug 2007 21:35:09 +0000 Subject: Inlined functions that should be inline. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@565924 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/Msg.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/Msg.h b/cpp/src/qpid/Msg.h index f29235f1ba..702bb0a10e 100644 --- a/cpp/src/qpid/Msg.h +++ b/cpp/src/qpid/Msg.h @@ -45,13 +45,16 @@ struct Msg { operator std::string() const { return str(); } }; -template const Msg& operator<<(const Msg& m, const T& t) { const_cast(m.os)< const Msg& operator<<(const Msg& m, const T& t) { + const_cast(m.os)<