| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // bool empty() const noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03, c++11, c++14, c++17 | ||
|
|
||
| #include <array> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // bool empty() const noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03, c++11, c++14, c++17 | ||
|
|
||
| #include <deque> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // This tests a conforming extension | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <deque> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
|
|
||
| // ~deque() // implied noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <deque> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |
|
|
||
| // This tests a conforming extension | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <deque> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // This tests a conforming extension | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <deque> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // bool empty() const noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03, c++11, c++14, c++17 | ||
|
|
||
| #include <forward_list> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // bool empty() const noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03, c++11, c++14, c++17 | ||
|
|
||
| #include <list> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // This tests a conforming extension | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <list> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
|
|
||
| // ~list() // implied noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <list> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |
|
|
||
| // This tests a conforming extension | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <list> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // This tests a conforming extension | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <list> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
|
|
||
| // ~vector<bool>() // implied noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <vector> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // bool empty() const noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03, c++11, c++14, c++17 | ||
|
|
||
| #include <vector> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |
|
|
||
| // This tests a conforming extension | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <vector> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // This tests a conforming extension | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <vector> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // bool empty() const noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03, c++11, c++14, c++17 | ||
|
|
||
| #include <vector> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
|
|
||
| // ~vector() // implied noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <vector> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |
|
|
||
| // This tests a conforming extension | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <vector> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // This tests a conforming extension | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <vector> | ||
| #include <cassert> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // bool empty() const noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03, c++11, c++14, c++17 | ||
|
|
||
| #include <unordered_map> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
| // insert(...); | ||
| // emplace(...); | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
|
|
||
| #include <unordered_map> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // bool empty() const noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03, c++11, c++14, c++17 | ||
|
|
||
| #include <unordered_map> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ | |
|
|
||
| // insert(...) | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <unordered_map> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // bool empty() const noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03, c++11, c++14, c++17 | ||
|
|
||
| #include <unordered_set> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ | |
|
|
||
| // insert(...) | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <unordered_set> | ||
| #include "test_macros.h" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
|
|
||
| // bool empty() const noexcept; | ||
|
|
||
| // UNSUPPORTED: c++03, c++11, c++14, c++17 | ||
|
|
||
| #include <unordered_set> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
| // insert(...) | ||
| // emplace(...) | ||
|
|
||
| // UNSUPPORTED: c++03 | ||
|
|
||
| #include <unordered_set> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ | |
| // ... | ||
| // }; | ||
|
|
||
| // REQUIRES: c++03 || c++11 || c++14 | ||
|
|
||
| #define _LIBCPP_DISABLE_DEPRECATION_WARNINGS | ||
|
|
||
|
|
||