From e169b50d548bc23021bea6f8971e3094e6bc216b Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期五, 10 七月 2020 15:43:14 +0800
Subject: [PATCH] update

---
 queue/include/lock_free_queue.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/queue/include/lock_free_queue.h b/queue/include/lock_free_queue.h
index b332bc6..cba9f0e 100644
--- a/queue/include/lock_free_queue.h
+++ b/queue/include/lock_free_queue.h
@@ -13,7 +13,7 @@
 // define this macro if calls to "size" must return the real size of the 
 // queue. If it is undefined  that function will try to take a snapshot of 
 // the queue, but returned value might be bogus
-#define _WITH_LOCK_FREE_Q_KEEP_REAL_SIZE
+
 
 // forward declarations for default template values
 //

--
Gitblit v1.8.0