From fe16265693b1f32dee0c2cafdd6552971f0e24cd Mon Sep 17 00:00:00 2001 From: Hans Boehm Date: Mon, 23 May 2016 21:24:33 +0300 Subject: [PATCH] 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4