Qualify boost::detail

[SVN r30736]
This commit is contained in:
Douglas Gregor 2005-08-30 10:44:32 +00:00
parent ae45f7abf7
commit bbef2422ad

View File

@ -52,7 +52,7 @@ namespace boost
template <class Category, class T, class Distance = std::ptrdiff_t,
class Pointer = T*, class Reference = T&>
struct iterator : detail::iterator_base<Category, T, Distance, Pointer, Reference> {};
struct iterator : boost::detail::iterator_base<Category, T, Distance, Pointer, Reference> {};
# endif
} // namespace boost