This is an automated email from the ASF dual-hosted git repository.

amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new e6cca8a  Add forgotten inline keywords in BufferWriter.h .
e6cca8a is described below

commit e6cca8ac8d9827702bde62da9f7ec002db94f15b
Author: Walt Karas <wka...@yahoo-inc.com>
AuthorDate: Tue Sep 19 21:06:37 2017 +0000

    Add forgotten inline keywords in BufferWriter.h .
---
 lib/ts/BufferWriter.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/ts/BufferWriter.h b/lib/ts/BufferWriter.h
index 4d604fc..d3e41c9 100644
--- a/lib/ts/BufferWriter.h
+++ b/lib/ts/BufferWriter.h
@@ -309,13 +309,13 @@ protected:
   char _arr[N];
 };
 
-BufferWriter &
+inline BufferWriter &
 operator<<(BufferWriter &b, char c)
 {
   return b.write(c);
 }
 
-BufferWriter &
+inline BufferWriter &
 operator<<(BufferWriter &b, const string_view &sv)
 {
   return b.write(sv);

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to