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@16: #if defined(_MSC_VER) && (_MSC_VER >= 1020) Chris@16: # pragma once Chris@16: #endif Chris@16: 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