forked from boostorg/iterator
Removed code-breaking change from boost/detail/iterator.hpp and
corresponding workarounds from tests. Added permutation_iterator_test to the suite after fixing it up -- it was riddled with bugs! [SVN r19841]
This commit is contained in:
@ -30,13 +30,6 @@ struct my_iterator_tag : public std::random_access_iterator_tag { };
|
||||
|
||||
using boost::dummyT;
|
||||
|
||||
#if BOOST_WORKAROUND(BOOST_MSVC, == 1300)
|
||||
typedef std::pair<int,int> intpair;
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(intpair)
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(dummyT)
|
||||
#endif
|
||||
|
||||
|
||||
struct mult_functor {
|
||||
typedef int result_type;
|
||||
typedef int argument_type;
|
||||
|
Reference in New Issue
Block a user