1
0
forked from boostorg/core

Qualify boost::detail

[SVN r30736]
This commit is contained in:
Douglas Gregor
2005-08-30 10:44:32 +00:00
committed by Peter Dimov
parent 84ae30a97e
commit e6df4922ee

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