forked from OSchip/llvm-project
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later.
llvm-svn: 196174
This commit is contained in:
parent
ba71833846
commit
c3deeb5f89
|
@ -16,7 +16,7 @@
|
|||
#include <map>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
#if __has_feature(cxx_noexcept)
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <map>
|
||||
#include <cassert>
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include <map>
|
||||
#include <cassert>
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "../../../test_compare.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <map>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
#if __has_feature(cxx_noexcept)
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <map>
|
||||
#include <cassert>
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include <map>
|
||||
#include <cassert>
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "../../../test_compare.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <set>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
#if __has_feature(cxx_noexcept)
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <set>
|
||||
#include <cassert>
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "test_iterators.h"
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include <set>
|
||||
#include <cassert>
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "../../../test_compare.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <set>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
#if __has_feature(cxx_noexcept)
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <set>
|
||||
#include <cassert>
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "test_iterators.h"
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_compare.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include <set>
|
||||
#include <cassert>
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "../../../test_compare.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_comp
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <queue>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct test
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <queue>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct test
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <queue>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class C>
|
||||
C
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <queue>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class C>
|
||||
C
|
||||
|
|
|
@ -25,7 +25,7 @@ make(int n)
|
|||
return c;
|
||||
}
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct test
|
||||
|
|
|
@ -29,7 +29,7 @@ make(int n)
|
|||
return c;
|
||||
}
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct test
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <queue>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
struct test
|
||||
: private std::queue<int, std::deque<int, test_allocator<int> > >
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <queue>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class C>
|
||||
C
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <queue>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class C>
|
||||
C
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <queue>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "../../../MoveOnly.h"
|
||||
|
||||
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <queue>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "../../../MoveOnly.h"
|
||||
|
||||
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <stack>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
struct test
|
||||
: private std::stack<int, std::deque<int, test_allocator<int> > >
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <stack>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class C>
|
||||
C
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <stack>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class C>
|
||||
C
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <stack>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "../../../MoveOnly.h"
|
||||
|
||||
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <stack>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "../../../MoveOnly.h"
|
||||
|
||||
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <deque>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "../../../NotConstructible.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <deque>
|
||||
#include <cassert>
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
template <class C>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <deque>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
template <class C>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_alloc
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
#if __has_feature(cxx_noexcept)
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <deque>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "test_iterators.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
template <class InputIterator, class Allocator>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_alloc
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_alloc
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <deque>
|
||||
#include <cassert>
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
template <class C>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include <deque>
|
||||
#include <cassert>
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
template <class C>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <cassert>
|
||||
|
||||
#include "../../../MoveOnly.h"
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
template <class T>
|
||||
struct some_alloc
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <iterator>
|
||||
#include <type_traits>
|
||||
|
||||
#include "../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "../../Copyable.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <algorithm>
|
||||
#include <complex>
|
||||
#include <string>
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
using std::experimental::dynarray;
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#if _LIBCPP_STD_VER > 11
|
||||
|
||||
#include <experimental/dynarray>
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
|
||||
using std::experimental::dynarray;
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <forward_list>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "../../../NotConstructible.h"
|
||||
|
||||
int main()
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <forward_list>
|
||||
#include <cassert>
|
||||
|
||||
#include "../../../test_allocator.h"
|
||||
#include "test_allocator.h"
|
||||
#include "../../../NotConstructible.h"
|
||||
#include "min_allocator.h"
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue