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:
Dave Abrahams
2003-08-28 20:18:51 +00:00
parent bb7ac6bd84
commit f801c39a59
4 changed files with 18 additions and 45 deletions

View File

@ -24,11 +24,6 @@
#include <boost/concept_check.hpp>
#if BOOST_WORKAROUND(BOOST_MSVC, == 1300)
typedef std::pair<int,int> intpair;
BOOST_TT_BROKEN_COMPILER_SPEC(intpair)
#endif
#ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
namespace boost { namespace detail
{