diff options
author | Chris Robinson <[email protected]> | 2018-10-29 20:50:57 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-10-29 20:50:57 -0700 |
commit | 3deb7c6ed5105a54c6cea01318099494ba1ee9b6 (patch) | |
tree | a6103b3dbb85fe0cb2e7b843d4491a86167a1832 /README.md | |
parent | 5fea511ccec500f575898df33e9934dec075527c (diff) |
Workaround C++ compatiility issues for atomic.h
This isn't wholly correct since neither C11 or C++11 guarantee compatibility
between atomic implementations. It's desired behavior and mostly works, see:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0943r1.html
Alignment issues can be fixed with manual alignas() specifications, should the
need arise.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions