From: Hans Boehm Date: Mon, 23 May 2016 18:24:33 +0000 (+0300) Subject: Add disclaimer to README to favor C11/C++14 atomics over libatomic_ops use X-Git-Tag: v7.6.0~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e78ba18f8e9bab7765a99ab985b66e1e3eef3108;p=libatomic_ops Add disclaimer to README to favor C11/C++14 atomics over libatomic_ops use * README.md: Add top-level disclaimer that it is better to use C11 or C++14 atomic primitives instead of this library for the newly-developed code. --- diff --git a/README.md b/README.md index 9d2b53d..03bd887 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # The atomic_ops library (libatomic_ops) +IN NEW CODE, PLEASE USE C11 OR C++14 STANDARD ATOMICS INSTEAD OF THIS PACKAGE. + This is version 7.5.0 of libatomic_ops. You might find a more recent version