mirror of
https://github.com/boostorg/range.git
synced 2026-02-03 21:55:12 +01:00
Boost.RangeEx merged into Boost.Range
[SVN r60897]
This commit is contained in:
2
test/compat2.cpp
Executable file → Normal file
2
test/compat2.cpp
Executable file → Normal file
@@ -42,7 +42,7 @@ template< typename C >
|
||||
class iterator_of
|
||||
{
|
||||
public:
|
||||
typedef range_iterator<Container>::BOOST_NESTED_TEMPLATE pts<C>::type type;
|
||||
typedef BOOST_DEDUCED_TYPENAME range_iterator<Container>::BOOST_NESTED_TEMPLATE pts<C>::type type;
|
||||
};
|
||||
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user