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: libatomic_ops-7_4_4~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe16265;p=libatomic_ops Add disclaimer to README to favor C11/C++14 atomics over libatomic_ops use (Apply commit e78ba18 from 'master' branch.) * 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 fba8958..c4612c4 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.4.2 of libatomic_ops. You might find a more recent version