2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-02-02 20:32:09 +00:00

Removed includes of atomic_flag and fences from atomic/atomic.hpp.

Users are advised to either include the necessary headers explicitly
or include boost/atomic.hpp, which includes all library headers.
This commit is contained in:
Andrey Semashev
2020-02-26 01:02:37 +03:00
parent 502208b6c5
commit 1ea83f3ccc

View File

@@ -17,8 +17,6 @@
#define BOOST_ATOMIC_ATOMIC_HPP_INCLUDED_
#include <boost/atomic/capabilities.hpp>
#include <boost/atomic/fences.hpp>
#include <boost/atomic/atomic_flag.hpp>
#include <boost/atomic/detail/atomic_template.hpp>
#include <boost/atomic/detail/operations.hpp>
#include <boost/atomic/detail/extra_operations.hpp>