fixed compiler bug workaround around std::iterator_traits

[SVN r8870]
This commit is contained in:
Jens Maurer
2001-02-02 20:12:09 +00:00
parent 5be4a0cd41
commit 5fecf7b625

View File

@@ -423,7 +423,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::trivial_iterator_archetype<T> > struct iterator_traits< boost::trivial_iterator_archetype<T> >