From eecb67b88a9446a7cca2e885feaebdc177cc7f06 Mon Sep 17 00:00:00 2001 From: zcy <290198252@qq.com> Date: Mon, 20 Dec 2021 15:24:06 +0800 Subject: [PATCH] no message --- test/src/cpp11/template.cpp | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/test/src/cpp11/template.cpp b/test/src/cpp11/template.cpp index 4fa5d6b..54a4aaf 100644 --- a/test/src/cpp11/template.cpp +++ b/test/src/cpp11/template.cpp @@ -18,33 +18,40 @@ void TestRingBuffer(){ } RingBuffer x(1024); int ret = x.Add(in,512); - - std::cout<<"recv "<