Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@171594 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6ae47055f9
commit
83e2c4d877
@ -16,7 +16,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter, class OutIter>
|
||||
void
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter, class OutIter>
|
||||
void
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct Pred
|
||||
{
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter, class OutIter>
|
||||
void
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct gen_test
|
||||
{
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct gen_test
|
||||
{
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <memory>
|
||||
#endif
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter, class OutIter>
|
||||
void
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <memory>
|
||||
#endif
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter, class OutIter>
|
||||
void
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct is_odd
|
||||
{
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <memory>
|
||||
#endif
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct is_odd
|
||||
{
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct is_odd
|
||||
{
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct is_odd
|
||||
{
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <memory>
|
||||
#endif
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct is_odd
|
||||
{
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <memory>
|
||||
#endif
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter, class OutIter>
|
||||
void
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter, class OutIter>
|
||||
void
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <memory>
|
||||
#endif
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter, class OutIter>
|
||||
void
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter, class OutIter>
|
||||
void
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter, class OutIter>
|
||||
void
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <memory>
|
||||
#endif
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter, class OutIter>
|
||||
void
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <memory>
|
||||
#endif
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template<class Iter1, class Iter2>
|
||||
void
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template<class InIter1, class InIter2, class OutIter>
|
||||
void
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter, class OutIter>
|
||||
void
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <memory>
|
||||
#endif
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter, class OutIter>
|
||||
void
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct count_equal
|
||||
{
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <memory>
|
||||
#endif
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct count_equal
|
||||
{
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct test1
|
||||
{
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct test1
|
||||
{
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2>
|
||||
void
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct count_equal
|
||||
{
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct for_each_test
|
||||
{
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct test1
|
||||
{
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2>
|
||||
void
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
struct count_equal
|
||||
{
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter, class T>
|
||||
void
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter, class T>
|
||||
void
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter, class T>
|
||||
void
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter, class T>
|
||||
void
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter, class T>
|
||||
void
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter, class T>
|
||||
void
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter, class T>
|
||||
void
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter, class T>
|
||||
void
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2>
|
||||
void
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2>
|
||||
void
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -30,7 +30,7 @@ struct indirect_less
|
||||
|
||||
#endif // _LIBCPP_HAS_NO_RVALUE_REFERENCES
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter1, class InIter2, class OutIter>
|
||||
void
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class InIter1, class InIter2, class OutIter>
|
||||
void
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2>
|
||||
void
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2>
|
||||
void
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2, class OutIter>
|
||||
void
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2, class OutIter>
|
||||
void
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2, class OutIter>
|
||||
void
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2, class OutIter>
|
||||
void
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2, class OutIter>
|
||||
void
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2, class OutIter>
|
||||
void
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2, class OutIter>
|
||||
void
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter1, class Iter2, class OutIter>
|
||||
void
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <functional>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
template <class Iter>
|
||||
void
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <map>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <map>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <set>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../iterators.h"
|
||||
#include "test_iterators.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user