Home
last modified time | relevance | path

Searched refs:MyAllocator (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc26 struct MyAllocator struct
38 { typedef MyAllocator<U> other; }; argument
40 MyAllocator() = default;
42 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() function
55 friend class MyAllocator<A>; argument
65 std::deque<A, MyAllocator<A>> v1; in foo()
68 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc27 struct MyAllocator struct
39 { typedef MyAllocator<U> other; }; argument
41 MyAllocator() = default;
43 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
56 friend class MyAllocator<A>; argument
66 std::deque<A, MyAllocator<A>> v1; in foo()
69 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc26 struct MyAllocator struct
38 { typedef MyAllocator<U> other; }; argument
40 MyAllocator() = default;
42 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
55 friend class MyAllocator<A>; argument
65 std::deque<A, MyAllocator<A>> v1; in foo()
68 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc26 struct MyAllocator struct
38 { typedef MyAllocator<U> other; }; argument
40 MyAllocator() = default;
42 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() function
55 friend class MyAllocator<A>; argument
65 std::deque<A, MyAllocator<A>> v1; in foo()
68 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc27 struct MyAllocator struct
39 { typedef MyAllocator<U> other; }; argument
41 MyAllocator() = default;
43 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
56 friend class MyAllocator<A>; argument
66 std::deque<A, MyAllocator<A>> v1; in foo()
69 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc27 struct MyAllocator struct
39 { typedef MyAllocator<U> other; }; argument
41 MyAllocator() = default;
43 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
56 friend class MyAllocator<A>; argument
66 std::deque<A, MyAllocator<A>> v1; in foo()
69 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc27 struct MyAllocator struct
39 { typedef MyAllocator<U> other; }; argument
41 MyAllocator() = default;
43 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() function
56 friend class MyAllocator<A>; argument
66 std::deque<A, MyAllocator<A>> v1; in foo()
69 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc27 struct MyAllocator struct
39 { typedef MyAllocator<U> other; }; argument
41 MyAllocator() = default;
43 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
56 friend class MyAllocator<A>; argument
66 std::deque<A, MyAllocator<A>> v1; in foo()
69 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc27 struct MyAllocator struct
39 { typedef MyAllocator<U> other; }; argument
41 MyAllocator() = default;
43 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
56 friend class MyAllocator<A>; argument
66 std::deque<A, MyAllocator<A>> v1; in foo()
69 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc26 struct MyAllocator struct
38 { typedef MyAllocator<U> other; }; argument
40 MyAllocator() = default;
42 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() function
55 friend class MyAllocator<A>; argument
65 std::deque<A, MyAllocator<A>> v1; in foo()
68 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc27 struct MyAllocator struct
39 { typedef MyAllocator<U> other; }; argument
41 MyAllocator() = default;
43 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() function
56 friend class MyAllocator<A>; argument
66 std::deque<A, MyAllocator<A>> v1; in foo()
69 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc26 struct MyAllocator struct
38 { typedef MyAllocator<U> other; }; argument
40 MyAllocator() = default;
42 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
55 friend class MyAllocator<A>; argument
65 std::deque<A, MyAllocator<A>> v1; in foo()
68 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc26 struct MyAllocator struct
38 { typedef MyAllocator<U> other; }; argument
40 MyAllocator() = default;
42 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
55 friend class MyAllocator<A>; argument
65 std::deque<A, MyAllocator<A>> v1; in foo()
68 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc27 struct MyAllocator struct
39 { typedef MyAllocator<U> other; }; argument
41 MyAllocator() = default;
43 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() function
56 friend class MyAllocator<A>; argument
66 std::deque<A, MyAllocator<A>> v1; in foo()
69 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc26 struct MyAllocator struct
38 { typedef MyAllocator<U> other; }; argument
40 MyAllocator() = default;
42 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
55 friend class MyAllocator<A>; argument
65 std::deque<A, MyAllocator<A>> v1; in foo()
68 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc27 struct MyAllocator struct
39 { typedef MyAllocator<U> other; }; argument
41 MyAllocator() = default;
43 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
56 friend class MyAllocator<A>; argument
66 std::deque<A, MyAllocator<A>> v1; in foo()
69 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc27 struct MyAllocator struct
39 { typedef MyAllocator<U> other; }; argument
41 MyAllocator() = default;
43 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() function
56 friend class MyAllocator<A>; argument
66 std::deque<A, MyAllocator<A>> v1; in foo()
69 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc26 struct MyAllocator struct
38 { typedef MyAllocator<U> other; }; argument
40 MyAllocator() = default;
42 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() function
55 friend class MyAllocator<A>; argument
65 std::deque<A, MyAllocator<A>> v1; in foo()
68 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc27 struct MyAllocator struct
39 { typedef MyAllocator<U> other; }; argument
41 MyAllocator() = default;
43 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
56 friend class MyAllocator<A>; argument
66 std::deque<A, MyAllocator<A>> v1; in foo()
69 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc27 struct MyAllocator struct
39 { typedef MyAllocator<U> other; }; argument
41 MyAllocator() = default;
43 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
56 friend class MyAllocator<A>; argument
66 std::deque<A, MyAllocator<A>> v1; in foo()
69 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D55977.cc26 struct MyAllocator struct
38 { typedef MyAllocator<U> other; }; argument
40 MyAllocator() = default;
42 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
55 friend class MyAllocator<A>; argument
65 std::deque<A, MyAllocator<A>> v1; in foo()
68 std::deque<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/23_containers/vector/cons/
H A D55977.cc26 struct MyAllocator struct
30 MyAllocator() = default; argument
32 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() function
45 friend class MyAllocator<A>; argument
55 std::vector<A, MyAllocator<A>> v1; in foo()
58 std::vector<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/vector/cons/
H A D55977.cc26 struct MyAllocator struct
30 MyAllocator() = default; argument
32 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
45 friend class MyAllocator<A>; argument
55 std::vector<A, MyAllocator<A>> v1; in foo()
58 std::vector<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/vector/cons/
H A D55977.cc26 struct MyAllocator struct
30 MyAllocator() = default; argument
32 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() function
45 friend class MyAllocator<A>; argument
55 std::vector<A, MyAllocator<A>> v1; in foo()
58 std::vector<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/vector/cons/
H A D55977.cc27 struct MyAllocator struct
31 MyAllocator() = default; argument
33 MyAllocator(const MyAllocator<U>& other) : base(other.base) {} in MyAllocator() argument
46 friend class MyAllocator<A>; argument
56 std::vector<A, MyAllocator<A>> v1; in foo()
59 std::vector<A, MyAllocator<A>> v2(std::istream_iterator<int>(), {}); // ERROR in foo()

1234567