We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@227370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow 2015-01-28 21:22:53 +00:00
parent eea9d20edb
commit df00d5e5ad
157 changed files with 155 additions and 205 deletions

View File

@ -16,7 +16,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -20,7 +20,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -14,7 +14,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
#if __has_feature(cxx_noexcept) #if __has_feature(cxx_noexcept)

View File

@ -16,7 +16,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "../../../test_compare.h" #include "../../../test_compare.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "min_allocator.h" #include "min_allocator.h"

View File

@ -16,7 +16,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "../../../test_compare.h" #include "../../../test_compare.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "min_allocator.h" #include "min_allocator.h"

View File

@ -20,7 +20,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -18,7 +18,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -17,7 +17,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -17,7 +17,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -18,7 +18,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -20,7 +20,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -14,7 +14,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
#if __has_feature(cxx_noexcept) #if __has_feature(cxx_noexcept)

View File

@ -16,7 +16,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "../../../test_compare.h" #include "../../../test_compare.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "min_allocator.h" #include "min_allocator.h"

View File

@ -16,7 +16,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "../../../test_compare.h" #include "../../../test_compare.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "min_allocator.h" #include "min_allocator.h"

View File

@ -20,7 +20,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -18,7 +18,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -17,7 +17,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -17,7 +17,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -18,7 +18,7 @@
#include <map> #include <map>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -16,7 +16,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -16,7 +16,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -20,7 +20,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -14,7 +14,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
#if __has_feature(cxx_noexcept) #if __has_feature(cxx_noexcept)

View File

@ -16,7 +16,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "../../../test_compare.h" #include "../../../test_compare.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "Counter.h" #include "Counter.h"

View File

@ -16,7 +16,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "../../../test_compare.h" #include "../../../test_compare.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "min_allocator.h" #include "min_allocator.h"

View File

@ -20,7 +20,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -18,7 +18,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -18,7 +18,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -16,7 +16,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -16,7 +16,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -20,7 +20,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -14,7 +14,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
#if __has_feature(cxx_noexcept) #if __has_feature(cxx_noexcept)

View File

@ -16,7 +16,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "../../../test_compare.h" #include "../../../test_compare.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "Counter.h" #include "Counter.h"

View File

@ -16,7 +16,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "../../../test_compare.h" #include "../../../test_compare.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "min_allocator.h" #include "min_allocator.h"

View File

@ -20,7 +20,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -18,7 +18,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -18,7 +18,7 @@
#include <set> #include <set>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -15,7 +15,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -16,7 +16,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -18,7 +18,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -18,7 +18,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -18,7 +18,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -16,7 +16,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -18,7 +18,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -16,7 +16,7 @@
#include <cassert> #include <cassert>
#include "test_allocator.h" #include "test_allocator.h"
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -16,7 +16,7 @@
#include <cassert> #include <cassert>
#include "test_allocator.h" #include "test_allocator.h"
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -17,7 +17,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -17,7 +17,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -17,7 +17,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -17,7 +17,7 @@
#include <queue> #include <queue>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -16,7 +16,7 @@
#include <cassert> #include <cassert>
#include "test_allocator.h" #include "test_allocator.h"
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -16,7 +16,7 @@
#include <cassert> #include <cassert>
#include "test_allocator.h" #include "test_allocator.h"
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -17,7 +17,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -14,7 +14,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -17,7 +17,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -17,7 +17,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -14,7 +14,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -17,7 +17,7 @@
#include <stack> #include <stack>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
int main() int main()
{ {

View File

@ -17,7 +17,7 @@
#include <deque> #include <deque>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -14,7 +14,7 @@
#include <deque> #include <deque>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
#if __has_feature(cxx_noexcept) #if __has_feature(cxx_noexcept)

View File

@ -14,7 +14,7 @@
#include <deque> #include <deque>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "min_allocator.h" #include "min_allocator.h"

View File

@ -14,7 +14,7 @@
#include <deque> #include <deque>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "min_allocator.h" #include "min_allocator.h"

View File

@ -14,7 +14,7 @@
#include <deque> #include <deque>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "min_allocator.h" #include "min_allocator.h"

View File

@ -19,7 +19,7 @@
#include <deque> #include <deque>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -17,7 +17,7 @@
#include <deque> #include <deque>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -18,7 +18,7 @@
#include <cassert> #include <cassert>
#include "test_iterators.h" #include "test_iterators.h"
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "../../../stack_allocator.h" #include "../../../stack_allocator.h"
#include "min_allocator.h" #include "min_allocator.h"

View File

@ -14,7 +14,7 @@
#include <deque> #include <deque>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -16,7 +16,7 @@
#include <deque> #include <deque>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -14,7 +14,7 @@
#include <deque> #include <deque>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES

View File

@ -18,7 +18,7 @@
#include <deque> #include <deque>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -16,7 +16,7 @@
#include <iterator> #include <iterator>
#include "test_allocator.h" #include "test_allocator.h"
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -17,7 +17,7 @@
#include <forward_list> #include <forward_list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -14,7 +14,7 @@
#include <forward_list> #include <forward_list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
#if __has_feature(cxx_noexcept) #if __has_feature(cxx_noexcept)

View File

@ -16,7 +16,7 @@
#include <iterator> #include <iterator>
#include "test_allocator.h" #include "test_allocator.h"
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -16,7 +16,7 @@
#include <iterator> #include <iterator>
#include "test_allocator.h" #include "test_allocator.h"
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -19,7 +19,7 @@
#include <forward_list> #include <forward_list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -17,7 +17,7 @@
#include <forward_list> #include <forward_list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -14,7 +14,7 @@
#include <forward_list> #include <forward_list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -14,7 +14,7 @@
#include <forward_list> #include <forward_list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -14,7 +14,7 @@
#include <forward_list> #include <forward_list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "min_allocator.h" #include "min_allocator.h"
int main() int main()

View File

@ -18,7 +18,7 @@
#include <forward_list> #include <forward_list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -13,7 +13,7 @@
#include <list> #include <list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "min_allocator.h" #include "min_allocator.h"

View File

@ -17,7 +17,7 @@
#include <list> #include <list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -14,7 +14,7 @@
#include <list> #include <list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
#if __has_feature(cxx_noexcept) #if __has_feature(cxx_noexcept)

View File

@ -13,7 +13,7 @@
#include <list> #include <list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "min_allocator.h" #include "min_allocator.h"

View File

@ -13,7 +13,7 @@
#include <list> #include <list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
#include "min_allocator.h" #include "min_allocator.h"

View File

@ -19,7 +19,7 @@
#include <list> #include <list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

View File

@ -17,7 +17,7 @@
#include <list> #include <list>
#include <cassert> #include <cassert>
#include "../../../MoveOnly.h" #include "MoveOnly.h"
#include "test_allocator.h" #include "test_allocator.h"
template <class T> template <class T>

Some files were not shown because too many files have changed in this diff Show More