| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,8 @@ | |
|
|
||
| #include <map> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| struct A { | ||
| typedef std::multimap<A, A> Map; | ||
| int data; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,8 @@ | |
|
|
||
| #include <map> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| struct X | ||
| { | ||
| std::multimap<int, X> m; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,8 @@ | |
|
|
||
| #include <map> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| int main(int, char**) | ||
| { | ||
| typedef std::map<int, int> M1; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,8 @@ | |
|
|
||
| #include <set> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| struct A { | ||
| typedef std::multiset<A> Set; | ||
| int data; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,8 @@ | |
|
|
||
| #include <set> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| int main(int, char**) | ||
| { | ||
| typedef std::set<int> M1; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,8 @@ | |
|
|
||
| #include <set> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| struct A { | ||
| typedef std::set<A> Set; | ||
| int data; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,7 @@ make(int n) | |
| return c; | ||
| } | ||
|
|
||
| #include "test_macros.h" | ||
| #include "test_allocator.h" | ||
|
|
||
| template <class T> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,6 +16,7 @@ | |
| #include <queue> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
| #include "MoveOnly.h" | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,8 @@ | |
| #include <cassert> | ||
| #include <functional> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,7 @@ | |
| #include <queue> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
| #include "MoveOnly.h" | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,8 @@ | |
| #include <cassert> | ||
| #include <functional> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,7 @@ | |
| #include <queue> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
| #include "MoveOnly.h" | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,8 @@ | |
| #include <cassert> | ||
| #include <functional> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,7 @@ | |
| #include <queue> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
| #include "MoveOnly.h" | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,8 @@ | |
| #include <cassert> | ||
| #include <cstddef> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,8 @@ | |
| #include <queue> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,7 @@ | |
| #include <queue> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
| #include "MoveOnly.h" | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,7 @@ | |
| #include <queue> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
| #include "MoveOnly.h" | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,8 @@ | |
| #include <queue> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,7 @@ | |
| #include <queue> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
| #include "MoveOnly.h" | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,8 @@ | |
| #include <queue> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,6 +17,8 @@ | |
| #include <queue> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,6 +23,8 @@ | |
| #include <queue> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,8 @@ | |
| #include <queue> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,8 @@ | |
| #include <cassert> | ||
| #include <cstddef> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,8 @@ | |
| #include <stack> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,7 @@ | |
| #include <stack> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
| #include "MoveOnly.h" | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,7 @@ | |
| #include <stack> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
| #include "MoveOnly.h" | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,8 @@ | |
| #include <stack> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,7 @@ | |
| #include <stack> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
| #include "MoveOnly.h" | ||
|
|
||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,8 @@ | |
| #include <stack> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,6 +17,8 @@ | |
| #include <stack> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,6 +23,8 @@ | |
| #include <stack> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,8 @@ | |
| #include <stack> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class C> | ||
| C | ||
| make(int n) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,8 @@ | |
| #include <array> | ||
| #include <type_traits> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class T> | ||
| void test() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,8 @@ | |
|
|
||
| #include <array> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <class T, std::size_t N> | ||
| void test() | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,8 @@ | |
|
|
||
| #include <array> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| int main(int, char**) | ||
| { | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,6 +16,8 @@ | |
| #include <deque> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <typename C> | ||
| void test(C c) | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,6 +16,8 @@ | |
| #include <deque> | ||
| #include <cassert> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| template <typename C> | ||
| void test(C c) | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,8 @@ | |
|
|
||
| #include <forward_list> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| struct X | ||
| { | ||
| std::forward_list<X> q; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,8 @@ | |
|
|
||
| #include <list> | ||
|
|
||
| #include "test_macros.h" | ||
|
|
||
| struct A { | ||
| std::list<A> l; | ||
| std::list<A>::iterator it; | ||
|
|
||