forked from boostorg/iterator
BOOST_TT_BROKEN_COMPILER_SPEC(dummyT) is now supplied with dummyT
[SVN r20893]
This commit is contained in:
@ -7,14 +7,12 @@
|
|||||||
#include <boost/iterator/filter_iterator.hpp>
|
#include <boost/iterator/filter_iterator.hpp>
|
||||||
#include <boost/iterator/reverse_iterator.hpp>
|
#include <boost/iterator/reverse_iterator.hpp>
|
||||||
#include <boost/iterator/new_iterator_tests.hpp>
|
#include <boost/iterator/new_iterator_tests.hpp>
|
||||||
#include <boost/type_traits/broken_compiler_spec.hpp>
|
|
||||||
#include <boost/type_traits/is_convertible.hpp>
|
#include <boost/type_traits/is_convertible.hpp>
|
||||||
|
|
||||||
#include <deque>
|
#include <deque>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
using boost::dummyT;
|
using boost::dummyT;
|
||||||
BOOST_TT_BROKEN_COMPILER_SPEC(boost::dummyT)
|
|
||||||
|
|
||||||
struct one_or_four
|
struct one_or_four
|
||||||
{
|
{
|
||||||
|
@ -46,8 +46,7 @@
|
|||||||
struct my_iterator_tag : public std::random_access_iterator_tag { };
|
struct my_iterator_tag : public std::random_access_iterator_tag { };
|
||||||
|
|
||||||
using boost::dummyT;
|
using boost::dummyT;
|
||||||
BOOST_TT_BROKEN_COMPILER_SPEC(boost::dummyT)
|
BOOST_TT_BROKEN_COMPILER_SPEC(boost::shared_ptr<dummyT>)
|
||||||
BOOST_TT_BROKEN_COMPILER_SPEC(boost::shared_ptr<boost::dummyT>)
|
|
||||||
|
|
||||||
typedef std::vector<int> storage;
|
typedef std::vector<int> storage;
|
||||||
typedef std::vector<int*> pointer_ra_container;
|
typedef std::vector<int*> pointer_ra_container;
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
using boost::dummyT;
|
using boost::dummyT;
|
||||||
|
|
||||||
BOOST_TT_BROKEN_COMPILER_SPEC(boost::dummyT)
|
|
||||||
|
|
||||||
// Test reverse iterator
|
// Test reverse iterator
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user