summaryrefslogtreecommitdiff
path: root/boost/iterator/detail/any_conversion_eater.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/iterator/detail/any_conversion_eater.hpp')
-rw-r--r--boost/iterator/detail/any_conversion_eater.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/boost/iterator/detail/any_conversion_eater.hpp b/boost/iterator/detail/any_conversion_eater.hpp
index 25fa644889..429421fdbf 100644
--- a/boost/iterator/detail/any_conversion_eater.hpp
+++ b/boost/iterator/detail/any_conversion_eater.hpp
@@ -4,7 +4,9 @@
#ifndef ANY_CONVERSION_EATER_DWA20031117_HPP
# define ANY_CONVERSION_EATER_DWA20031117_HPP
-namespace boost { namespace detail {
+namespace boost {
+namespace iterators {
+namespace detail {
// This type can be used in traits to "eat" up the one user-defined
// implicit conversion allowed.
@@ -14,6 +16,6 @@ struct any_conversion_eater
any_conversion_eater(T const&);
};
-}} // namespace boost::detail
+}}} // namespace boost::iterators::detail
#endif // ANY_CONVERSION_EATER_DWA20031117_HPP