forked from boostorg/range
workaroud for borland seems to require more work, current code is not working
[SVN r29137]
This commit is contained in:
@ -39,7 +39,7 @@ namespace boost
|
||||
public:
|
||||
sub_range() : base()
|
||||
{ }
|
||||
|
||||
/*
|
||||
#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
|
||||
typedef sub_range<ForwardRange> this_type;
|
||||
|
||||
@ -53,7 +53,7 @@ namespace boost
|
||||
return *this;
|
||||
}
|
||||
#endif
|
||||
|
||||
*/
|
||||
template< class ForwardRange2 >
|
||||
sub_range( ForwardRange2& r ) :
|
||||
|
||||
|
Reference in New Issue
Block a user