File indexing completed on 2025-01-18 09:53:52
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef BOOST_XPRESSIVE_DETAIL_UTILITY_IGNORE_UNUSED_HPP_EAN_10_04_2005
0009 #define BOOST_XPRESSIVE_DETAIL_UTILITY_IGNORE_UNUSED_HPP_EAN_10_04_2005
0010
0011
0012 #if defined(_MSC_VER)
0013 # pragma once
0014 #endif
0015
0016 #include "boost/proto/detail/ignore_unused.hpp"
0017
0018 namespace boost { namespace xpressive { namespace detail
0019 {
0020 using boost::proto::detail::ignore_unused;
0021 }}}
0022
0023 #endif
0024