Chris@16: /////////////////////////////////////////////////////////////////////////////// Chris@16: // ignore_unused.hpp Chris@16: // Chris@16: // Copyright 2008 Eric Niebler. Distributed under the Boost Chris@16: // Software License, Version 1.0. (See accompanying file Chris@16: // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: #ifndef BOOST_XPRESSIVE_DETAIL_UTILITY_IGNORE_UNUSED_HPP_EAN_10_04_2005 Chris@16: #define BOOST_XPRESSIVE_DETAIL_UTILITY_IGNORE_UNUSED_HPP_EAN_10_04_2005 Chris@16: Chris@16: // MS compatible compilers support #pragma once Chris@101: #if defined(_MSC_VER) Chris@16: # pragma once Chris@16: #endif Chris@16: Chris@16: #include "boost/proto/detail/ignore_unused.hpp" Chris@16: Chris@16: namespace boost { namespace xpressive { namespace detail Chris@16: { Chris@16: using boost::proto::detail::ignore_unused; Chris@16: }}} Chris@16: Chris@16: #endif Chris@16: