capabilities.hpp 594 B

123456789101112131415161718192021
  1. /*
  2. * Distributed under the Boost Software License, Version 1.0.
  3. * (See accompanying file LICENSE_1_0.txt or copy at
  4. * http://www.boost.org/LICENSE_1_0.txt)
  5. *
  6. * Copyright (c) 2014 Andrey Semashev
  7. */
  8. /*!
  9. * \file atomic/capabilities.hpp
  10. *
  11. * This header defines feature capabilities macros.
  12. */
  13. #ifndef BOOST_ATOMIC_CAPABILITIES_HPP_INCLUDED_
  14. #define BOOST_ATOMIC_CAPABILITIES_HPP_INCLUDED_
  15. #include <boost/atomic/detail/config.hpp>
  16. #include <boost/atomic/detail/capabilities.hpp>
  17. #include <boost/atomic/detail/wait_capabilities.hpp>
  18. #endif // BOOST_ATOMIC_CAPABILITIES_HPP_INCLUDED_