config.hpp 365 B

12345678910111213141516
  1. #ifndef BOOST_ATOMIC_DETAIL_CONFIG_HPP
  2. #define BOOST_ATOMIC_DETAIL_CONFIG_HPP
  3. // Copyright (c) 2012 Hartmut Kaiser
  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. #include <boost/config.hpp>
  9. #ifdef BOOST_HAS_PRAGMA_ONCE
  10. #pragma once
  11. #endif
  12. #endif