...and then there was one. Only one copy of 'iterators.h' in the test tree for libc++

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@171479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2013-01-04 18:24:04 +00:00
parent 239e341c94
commit 8226d0b7c5
113 changed files with 152 additions and 762 deletions

View File

@@ -19,7 +19,7 @@
#include <functional>
#include <cassert>
#include "../../iterators.h"
#include "../../../iterators.h"
template<class InIter1, class InIter2, class OutIter>
void

View File

@@ -19,7 +19,7 @@
#include <functional>
#include <cassert>
#include "../../iterators.h"
#include "../../../iterators.h"
template <class InIter, class OutIter>
void