YouCompleteMe/cpp/BoostParts/boost/functional/hash/detail/container_fwd_0x.hpp

30 lines
597 B
C++
Raw Normal View History

2012-07-21 14:37:40 -04:00
// Copyright 2012 Daniel James.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#if !defined(BOOST_DETAIL_CONTAINER_FWD_0X_HPP)
#define BOOST_DETAIL_CONTAINER_FWD_0X_HPP
#include <boost/detail/container_fwd.hpp>
// std::array
2013-01-13 17:38:19 -05:00
#if !defined(BOOST_NO_CXX11_HDR_ARRAY)
# include <array>
2012-07-21 14:37:40 -04:00
#endif
// std::tuple
2013-01-13 17:38:19 -05:00
#if !defined(BOOST_NO_CXX11_HDR_TUPLE)
# include <tuple>
#endif
// std::shared_ptr/std::unique_ptr
#if !defined(BOOST_NO_CXX11_HDR_MEMORY)
# include <memory>
2012-07-21 14:37:40 -04:00
#endif
#endif