wangzhengquan
2020-07-10 e169b50d548bc23021bea6f8971e3094e6bc216b
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
//