diff --git a/test/filter_iterator_test.cpp b/test/filter_iterator_test.cpp index c09a1b6..edf3ccf 100644 --- a/test/filter_iterator_test.cpp +++ b/test/filter_iterator_test.cpp @@ -7,14 +7,12 @@ #include #include #include -#include #include #include #include using boost::dummyT; -BOOST_TT_BROKEN_COMPILER_SPEC(boost::dummyT) struct one_or_four { diff --git a/test/indirect_iterator_test.cpp b/test/indirect_iterator_test.cpp index 3f28948..cad4091 100644 --- a/test/indirect_iterator_test.cpp +++ b/test/indirect_iterator_test.cpp @@ -46,8 +46,7 @@ struct my_iterator_tag : public std::random_access_iterator_tag { }; using boost::dummyT; -BOOST_TT_BROKEN_COMPILER_SPEC(boost::dummyT) -BOOST_TT_BROKEN_COMPILER_SPEC(boost::shared_ptr) +BOOST_TT_BROKEN_COMPILER_SPEC(boost::shared_ptr) typedef std::vector storage; typedef std::vector pointer_ra_container; diff --git a/test/reverse_iterator_test.cpp b/test/reverse_iterator_test.cpp index cb069cd..62e1454 100644 --- a/test/reverse_iterator_test.cpp +++ b/test/reverse_iterator_test.cpp @@ -11,8 +11,6 @@ using boost::dummyT; -BOOST_TT_BROKEN_COMPILER_SPEC(boost::dummyT) - // Test reverse iterator int main() {