File indexing completed on 2025-12-16 09:43:52
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014 #ifndef BOOST_ATOMIC_DETAIL_WAIT_OPERATIONS_HPP_INCLUDED_
0015 #define BOOST_ATOMIC_DETAIL_WAIT_OPERATIONS_HPP_INCLUDED_
0016
0017 #include <boost/atomic/detail/wait_ops_generic.hpp>
0018 #include <boost/atomic/detail/wait_ops_emulated.hpp>
0019
0020 #if !defined(BOOST_ATOMIC_DETAIL_WAIT_BACKEND_GENERIC)
0021 #include BOOST_ATOMIC_DETAIL_WAIT_BACKEND_HEADER(boost/atomic/detail/wait_ops_)
0022 #endif
0023
0024 #ifdef BOOST_HAS_PRAGMA_ONCE
0025 #pragma once
0026 #endif
0027
0028 #endif