further BOOST_NO_STD_ITERATOR_TRAITS fix

[SVN r8871]
This commit is contained in:
Jens Maurer
2001-02-02 20:16:26 +00:00
parent 5fecf7b625
commit 58423511ae

View File

@@ -459,7 +459,7 @@ namespace boost {
}; };
} // namespace boost } // namespace boost
#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !defined(BOOST_NO_STD_ITERATOR_TRAITS)
namespace std { namespace std {
template <class T> template <class T>
struct iterator_traits< boost::mutable_trivial_iterator_archetype<T> > struct iterator_traits< boost::mutable_trivial_iterator_archetype<T> >