Skip to content
Snippets Groups Projects
Commit 1c1620b2 authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Updated by-chapter-summary with weekly test results, and fixed up some bad...

Updated by-chapter-summary with weekly test results, and fixed up some bad paths in some tests caused by aligning the test suite with N3126.

llvm-svn: 113403
parent d0419d1d
No related branches found
No related tags found
No related merge requests found
Showing
with 23 additions and 23 deletions
......@@ -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
......
......@@ -15,7 +15,7 @@
#include <queue>
#include <cassert>
#include "../../../../MoveOnly.h"
#include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
......@@ -29,7 +29,7 @@ make(int n)
return c;
}
#include "../../../../test_allocator.h"
#include "../../../test_allocator.h"
template <class T>
struct test
......
......@@ -14,7 +14,7 @@
#include <queue>
#include <cassert>
#include "../../../../MoveOnly.h"
#include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
......
......@@ -14,7 +14,7 @@
#include <queue>
#include <cassert>
#include "../../../../stack_allocator.h"
#include "../../../stack_allocator.h"
int main()
{
......
......@@ -14,7 +14,7 @@
#include <queue>
#include <cassert>
#include "../../../../MoveOnly.h"
#include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
......
......@@ -14,7 +14,7 @@
#include <queue>
#include <cassert>
#include "../../../../stack_allocator.h"
#include "../../../stack_allocator.h"
int main()
{
......
......@@ -16,7 +16,7 @@
#include <queue>
#include <cassert>
#include "../../../../MoveOnly.h"
#include "../../../MoveOnly.h"
int main()
{
......
......@@ -14,7 +14,7 @@
#include <queue>
#include <cassert>
#include "../../../../MoveOnly.h"
#include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
......
......@@ -16,7 +16,7 @@
#include <queue>
#include <cassert>
#include "../../../../Emplaceable.h"
#include "../../../Emplaceable.h"
int main()
{
......
......@@ -16,7 +16,7 @@
#include <queue>
#include <cassert>
#include "../../../../MoveOnly.h"
#include "../../../MoveOnly.h"
int main()
{
......
......@@ -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,8 +15,8 @@
#include <queue>
#include <cassert>
#include "../../../../test_allocator.h"
#include "../../../../MoveOnly.h"
#include "../../../test_allocator.h"
#include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
......
......@@ -15,8 +15,8 @@
#include <queue>
#include <cassert>
#include "../../../../test_allocator.h"
#include "../../../../MoveOnly.h"
#include "../../../test_allocator.h"
#include "../../../MoveOnly.h"
#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
......
......@@ -14,7 +14,7 @@
#include <queue>
#include <cassert>
#include "../../../../stack_allocator.h"
#include "../../../stack_allocator.h"
int main()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment