cpp: move atomic from cpp-cheat

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-06-26 00:00:00 +00:00
parent 178a6681df
commit e30f53e8a4
3 changed files with 56 additions and 1 deletions

View File

@@ -11791,7 +11791,10 @@ The implementation lives under `libgomp` in the GCC tree, and is documented at:
Programs under link:userland/cpp/[] are examples of link:https://en.wikipedia.org/wiki/C%2B%2B#Standardization[ISO C] programming.
* link:userland/cpp/empty.cpp[]
* link:userland/cpp/hello.cpp[]
* `<atomic>` 32 "Atomic operations library"
** link:userland/cpp/atomic.cpp[]
=== POSIX