From 5ecbe21bc8b618008f89877f12a5e5efbdb92df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E5=A4=B4=E4=BA=91?= Date: Fri, 18 Jan 2019 13:02:53 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f154afe..ce4db8d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A high-performance inter-process communication using shared memory on Linux/Windows. 使用共享内存的跨平台(Linux/Windows,x86/x64/ARM)高性能IPC通讯库。 - * 需要支持C++17的编译器(msvc-2017/gcc-7/clang-4) + * 推荐支持C++17的编译器(msvc-2017/gcc-7/clang-4) * 除STL外,无其他依赖 * 无锁(lock-free)或轻量级shared-spin-lock(`ipc::channel::connect`/`disconnect`) * 底层数据结构为循环数组(circular array)