*** empty log message ***

[SVN r24009]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-07-24 13:16:12 +00:00
parent fd8f0bebd0
commit 23625421f1

View File

@ -55,9 +55,12 @@ namespace boost {
public:
//! this type
typedef iterator_range<IteratorT> type;
//BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION(value_type);
//! Encapsulated value type
typedef BOOST_DEDUCED_TYPENAME boost::
iterator_value<IteratorT>::type value_type;
//! Difference type
typedef BOOST_DEDUCED_TYPENAME boost::
iterator_difference<IteratorT>::type difference_type;