From 99d6bc6bc19d4c7f62b172643be95d9c43c26145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sun, 17 Nov 2019 00:00:01 +0000 Subject: [PATCH] std::atomic: add own answer to bibliography of course --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index 016662e..8a84e0e 100644 --- a/README.adoc +++ b/README.adoc @@ -14028,6 +14028,10 @@ time ./std_atomic.out 4 100000000 time ./mutex.out 4 100000000 .... +Bibliography: + +* https://stackoverflow.com/questions/31978324/what-exactly-is-stdatomic/58904448#58904448 "What exactly is std::atomic?" + [[cpp-standards]] ==== C++ standards