12345678910111213141516171819 |
- #ifndef ANY_CONVERSION_EATER_DWA20031117_HPP
- # define ANY_CONVERSION_EATER_DWA20031117_HPP
- namespace boost { namespace detail {
- struct any_conversion_eater
- {
- template <class T>
- any_conversion_eater(T const&);
- };
- }}
- #endif
|