mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-22 00:52:08 +02:00
faster compile (no iostream)
[SVN r23451]
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
// to be in iterator_adaptor_test.cpp.
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <boost/iterator/transform_iterator.hpp>
|
||||
#include <boost/iterator/iterator_concepts.hpp>
|
||||
@ -23,7 +22,6 @@
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/concept_check.hpp>
|
||||
|
||||
|
||||
#ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
||||
namespace boost { namespace detail
|
||||
{
|
||||
@ -105,6 +103,7 @@ int mult_2(int arg)
|
||||
return arg*2;
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
@ -246,6 +245,5 @@ main()
|
||||
);
|
||||
}
|
||||
|
||||
std::cout << "test successful " << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user