Chris@16: Chris@16: // Copyright (C) 2008-2011 Daniel James. Chris@16: // Distributed under the Boost Software License, Version 1.0. (See accompanying Chris@16: // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: #ifndef BOOST_UNORDERED_FWD_HPP_INCLUDED Chris@16: #define BOOST_UNORDERED_FWD_HPP_INCLUDED Chris@16: Chris@101: #include Chris@101: #if defined(BOOST_HAS_PRAGMA_ONCE) Chris@101: #pragma once Chris@16: #endif Chris@16: Chris@16: namespace boost Chris@16: { Chris@16: namespace unordered Chris@16: { Chris@16: struct piecewise_construct_t {}; Chris@16: const piecewise_construct_t piecewise_construct = piecewise_construct_t(); Chris@16: } Chris@16: } Chris@16: Chris@16: #endif