From 38e846bfa06ecb006addcbb3a857d411b68b7039 Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 2 Dec 2014 19:57:00 +0300 Subject: [PATCH] markdown readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2c62f6de..01456886 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ The library contains the implementations of the following containers: - lock-free skip-list Generally, each container has an intrusive and non-intrusive (STL-like) version belonging to -cds::intrusive and cds::container namespace respectively. +*cds::intrusive* and *cds::container* namespace respectively. Version 2.x of the library is written on C++11 and can be compiled by GCC 4.8+, clang 3.3+, Intel C++ 15+, and MS VC++ 12 (2013) Update 4. -- 2.34.1