fix emacs-o

[SVN r20839]
This commit is contained in:
Dave Abrahams
2003-11-18 03:02:40 +00:00
parent 8d5717081e
commit a8a68dbb7b

View File

@ -4,7 +4,7 @@
#ifndef ANY_CONVERSION_EATER_DWA20031117_HPP
# define ANY_CONVERSION_EATER_DWA20031117_HPP
namespace boost { namespace iterator.old { namespace detail {
namespace boost { namespace iterator { namespace detail {
// This type can be used in traits to "eat" up the one user-defined
// implicit conversion allowed.
@ -14,6 +14,6 @@ struct any_conversion_eater
any_conversion_eater(T const&);
};
}}} // namespace boost::iterator.old::detail
}}} // namespace boost::iterator::detail
#endif // ANY_CONVERSION_EATER_DWA20031117_HPP