From a8a68dbb7bb3985872d57cb1312a14358ec0d090 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 18 Nov 2003 03:02:40 +0000 Subject: [PATCH] fix emacs-o [SVN r20839] --- include/boost/iterator/detail/any_conversion_eater.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/iterator/detail/any_conversion_eater.hpp b/include/boost/iterator/detail/any_conversion_eater.hpp index 7d283df..50cc73c 100755 --- a/include/boost/iterator/detail/any_conversion_eater.hpp +++ b/include/boost/iterator/detail/any_conversion_eater.hpp @@ -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