forked from boostorg/range
add a range_fwd.hpp header file for the main classes/structs and the extension points.
This commit is contained in:
@ -27,12 +27,12 @@ namespace boost
|
||||
// default
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
template< typename C >
|
||||
template< typename T >
|
||||
struct range_reverse_iterator
|
||||
{
|
||||
typedef reverse_iterator<
|
||||
BOOST_DEDUCED_TYPENAME range_iterator<
|
||||
BOOST_DEDUCED_TYPENAME remove_reference<C>::type>::type > type;
|
||||
BOOST_DEDUCED_TYPENAME remove_reference<T>::type>::type > type;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user