2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-01-24 05:42:08 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Andrey Semashev
b737d8357a Removed unused variables. 2020-06-03 01:48:48 +03:00
Andrey Semashev
2d1b1adb10 Ported tests to boost/bind/bind.hpp. 2020-02-25 19:24:00 +03:00
Andrey Semashev
904871c37d Implemented atomic_ref.
This commit adds C++20 atomic_ref implementation, documentation and tests.
2020-02-25 02:00:05 +03:00
Andrey Semashev
2a6b6ca8a7 Removed unnecessary includes to reduce dependencies. 2018-02-13 19:36:00 +03:00
Andrey Semashev
6bb5b17108 Silenced MSVC warnings about 'this' being used in the constructor initialization list. 2015-08-22 20:47:56 +03:00
Andrey Semashev
7b1d722d94 Ported tests to core/lightweight_test.hpp.
Boost.Test was dropped due to instability and long-standing differences between develop and master branches. We don't use most of its features anyway.
2015-01-25 18:50:58 +03:00
Andrey Semashev
20747acd08 Corrected includes. 2014-01-27 11:30:04 +04:00
Tim Blechmann
982dc948e3 atomic: fix typos
fixes #7804

[SVN r82072]
2012-12-18 09:43:23 +00:00
Helge Bahmann
131b70c1fa atomic: initial import
[SVN r79348]
2012-07-08 11:21:45 +00:00