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