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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user