Warning, file /include/boost/xpressive/detail/utility/dont_care.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef BOOST_XPRESSIVE_DETAIL_UTILITY_DONT_CARE_HPP_EAN_10_04_2005
0009 #define BOOST_XPRESSIVE_DETAIL_UTILITY_DONT_CARE_HPP_EAN_10_04_2005
0010
0011 namespace boost { namespace xpressive { namespace detail
0012 {
0013
0014
0015 struct dont_care
0016 {
0017 dont_care() {}
0018
0019 template<typename T>
0020 dont_care(T const &) {}
0021 };
0022
0023 }}}
0024
0025 #endif