atomic.hpp 400 B

123456789101112131415161718
  1. #ifndef BOOST_ATOMIC_HPP
  2. #define BOOST_ATOMIC_HPP
  3. // Copyright (c) 2011 Helge Bahmann
  4. //
  5. // Distributed under the Boost Software License, Version 1.0.
  6. // See accompanying file LICENSE_1_0.txt or copy at
  7. // http://www.boost.org/LICENSE_1_0.txt)
  8. // This header includes all Boost.Atomic public headers
  9. #include <boost/atomic/atomic.hpp>
  10. #ifdef BOOST_HAS_PRAGMA_ONCE
  11. #pragma once
  12. #endif
  13. #endif