blob: c00e33d4e4fe422672fc72842f6c8d3aef79b20d [file] [log] [blame]
Howard Hinnantbc8d3f92010-05-11 19:42:16 +00001passed 1 tests in /test
2passed 1 tests in /test/algorithms
3passed 1 tests in /test/algorithms/alg.c.library
4passed 1 tests in /test/algorithms/alg.modifying.operations
5passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy
6passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill
7passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate
8passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move
9passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions
10random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented
11random_shuffle_urng.pass.cpp failed to compile
12failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle
13passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle
14passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove
15passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace
16passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse
17passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate
18passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap
19passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform
20passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique
21passed 1 tests in /test/algorithms/alg.nonmodifying
22passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find
23passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of
24passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of
25passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count
26passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal
27passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find
28passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end
29passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of
30passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach
31not implemented: /test/algorithms/alg.nonmodifying/alg.is_permutation
32passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of
33passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search
34passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch
35passed 1 tests in /test/algorithms/alg.sorting
36passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search
37passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search
38passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range
39passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound
40passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound
41passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations
42passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap
43passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap
44passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap
45passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap
46passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap
47passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison
48passed 4 tests in /test/algorithms/alg.sorting/alg.merge
49max_init_list.pass.cpp:33:2: error: #error max(initializer_list<T> t) is not implemented
50max_init_list.pass.cpp failed to compile
51max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list<T> t, Compare comp) is not implemented
52max_init_list_comp.pass.cpp failed to compile
53min_init_list.pass.cpp:33:2: error: #error min(initializer_list<T> t) is not implemented
54min_init_list.pass.cpp failed to compile
55min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list<T> t, Compare comp) is not implemented
56min_init_list_comp.pass.cpp failed to compile
57minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’:
58minmax.pass.cpp:37: error: ‘minmax’ is not a member of ‘std’
59../../../../include/utility: At global scope:
60../../../../include/utility: In instantiation of ‘std::__1::pair<const int&, const int&>’:
61minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’
62minmax.pass.cpp:47: instantiated from here
63../../../../include/utility:137: error: forming reference to reference type ‘const int&’
64minmax.pass.cpp failed to compile
65minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’:
66minmax_comp.pass.cpp:39: error: ‘minmax’ is not a member of ‘std’
67../../../../include/utility: At global scope:
68../../../../include/utility: In instantiation of ‘std::__1::pair<const int&, const int&>’:
69minmax_comp.pass.cpp:39: instantiated from ‘void test(const T&, const T&, C, const T&, const T&) [with T = int, C = std::__1::greater<int>]’
70minmax_comp.pass.cpp:49: instantiated from here
71../../../../include/utility:137: error: forming reference to reference type ‘const int&’
72minmax_comp.pass.cpp failed to compile
73minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list<T> t) is not implemented
74minmax_init_list.pass.cpp failed to compile
75minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list<T> t, Compare comp) is not implemented
76minmax_init_list_comp.pass.cpp failed to compile
77failed 8 tests in /test/algorithms/alg.sorting/alg.min.max
78passed 10 tests in /test/algorithms/alg.sorting/alg.min.max
79passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element
80passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators
81passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations
82passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes
83passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference
84passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection
85passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference
86passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union
87passed 1 tests in /test/algorithms/alg.sorting/alg.sort
88passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted
89passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort
90passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy
91passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort
92passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort
93passed 1 tests in /test/algorithms/algorithms.general
94not implemented: /test/atomics
95not implemented: /test/atomics/atomics.fences
96not implemented: /test/atomics/atomics.flag
97not implemented: /test/atomics/atomics.general
98not implemented: /test/atomics/atomics.lockfree
99not implemented: /test/atomics/atomics.order
100not implemented: /test/atomics/atomics.syn
101not implemented: /test/atomics/atomics.types
102not implemented: /test/atomics/atomics.types/atomics.types.address
103not implemented: /test/atomics/atomics.types/atomics.types.generic
104not implemented: /test/atomics/atomics.types/atomics.types.integral
105not implemented: /test/atomics/atomics.types.operations
106passed 1 tests in /test/containers
107passed 4 tests in /test/containers/associative
108passed 1 tests in /test/containers/associative/map
109passed 7 tests in /test/containers/associative/map/map.access
110passed 17 tests in /test/containers/associative/map/map.cons
111passed 12 tests in /test/containers/associative/map/map.modifiers
112passed 5 tests in /test/containers/associative/map/map.ops
113passed 2 tests in /test/containers/associative/map/map.special
114passed 5 tests in /test/containers/associative/multimap
115passed 17 tests in /test/containers/associative/multimap/multimap.cons
116passed 12 tests in /test/containers/associative/multimap/multimap.modifiers
117passed 5 tests in /test/containers/associative/multimap/multimap.ops
118passed 2 tests in /test/containers/associative/multimap/multimap.special
119passed 22 tests in /test/containers/associative/multiset
120passed 17 tests in /test/containers/associative/multiset/multiset.cons
121passed 2 tests in /test/containers/associative/multiset/multiset.special
122passed 22 tests in /test/containers/associative/set
123passed 17 tests in /test/containers/associative/set/set.cons
124passed 2 tests in /test/containers/associative/set/set.special
125passed 1 tests in /test/containers/container.requirements
126passed 1 tests in /test/containers/container.requirements/associative.reqmts
127passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except
128passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces
129passed 1 tests in /test/containers/container.requirements/container.requirements.general
130passed 1 tests in /test/containers/container.requirements/sequence.reqmts
131passed 1 tests in /test/containers/container.requirements/unord.req
132passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except
133passed 1 tests in /test/containers/containers.general
134passed 1 tests in /test/containers/sequences
135passed 2 tests in /test/containers/sequences/array
136passed 2 tests in /test/containers/sequences/array/array.cons
137passed 2 tests in /test/containers/sequences/array/array.data
138passed 1 tests in /test/containers/sequences/array/array.fill
139passed 1 tests in /test/containers/sequences/array/array.size
140passed 1 tests in /test/containers/sequences/array/array.special
141passed 1 tests in /test/containers/sequences/array/array.swap
142passed 4 tests in /test/containers/sequences/array/array.tuple
143passed 1 tests in /test/containers/sequences/array/array.zero
144passed 1 tests in /test/containers/sequences/container.adaptors
145passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue
146passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons
147passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc
148passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members
149passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special
150passed 1 tests in /test/containers/sequences/container.adaptors/queue
151passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons
152passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc
153passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn
154passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops
155passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special
156passed 1 tests in /test/containers/sequences/container.adaptors/stack
157passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons
158passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc
159passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn
160passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops
161passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special
162passed 1 tests in /test/containers/sequences/deque
163passed 4 tests in /test/containers/sequences/deque/deque.capacity
164passed 19 tests in /test/containers/sequences/deque/deque.cons
165passed 16 tests in /test/containers/sequences/deque/deque.modifiers
166passed 5 tests in /test/containers/sequences/deque/deque.special
167passed 2 tests in /test/containers/sequences/forwardlist
168passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access
169passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons
170passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter
171passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers
172passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops
173passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec
174passed 1 tests in /test/containers/sequences/list
175passed 2 tests in /test/containers/sequences/list/list.capacity
176passed 15 tests in /test/containers/sequences/list/list.cons
177passed 17 tests in /test/containers/sequences/list/list.modifiers
178passed 12 tests in /test/containers/sequences/list/list.ops
179passed 1 tests in /test/containers/sequences/list/list.special
180passed 1 tests in /test/containers/sequences/vector
181passed 6 tests in /test/containers/sequences/vector/vector.capacity
182passed 16 tests in /test/containers/sequences/vector/vector.cons
183passed 2 tests in /test/containers/sequences/vector/vector.data
184passed 11 tests in /test/containers/sequences/vector/vector.modifiers
185passed 1 tests in /test/containers/sequences/vector/vector.special
186passed 31 tests in /test/containers/sequences/vector.bool
187passed 1 tests in /test/containers/unord
188eq.pass.cpp:43:2: error: #error unordered_map == unordered_map not implemented
189eq.pass.cpp failed to compile
190reserve.pass.cpp:36:2: error: #error unordered_map::reserve not implemented
191reserve.pass.cpp failed to compile
192failed 2 tests in /test/containers/unord/unord.map
193passed 17 tests in /test/containers/unord/unord.map
194passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr
195passed 2 tests in /test/containers/unord/unord.map/unord.map.elem
196passed 1 tests in /test/containers/unord/unord.map/unord.map.swap
197passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers
198eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented
199eq.pass.cpp failed to compile
200reserve.pass.cpp:36:2: error: #error unordered_multimap::reserve not implemented
201reserve.pass.cpp failed to compile
202failed 2 tests in /test/containers/unord/unord.multimap
203passed 19 tests in /test/containers/unord/unord.multimap
204passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr
205passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers
206passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap
207eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented
208eq.pass.cpp failed to compile
209reserve.pass.cpp:35:2: error: #error unordered_multiset::reserve not implemented
210reserve.pass.cpp failed to compile
211failed 2 tests in /test/containers/unord/unord.multiset
212passed 31 tests in /test/containers/unord/unord.multiset
213passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr
214passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap
215eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented
216eq.pass.cpp failed to compile
217reserve.pass.cpp:35:2: error: #error unordered_set::reserve not implemented
218reserve.pass.cpp failed to compile
219failed 2 tests in /test/containers/unord/unord.set
220passed 31 tests in /test/containers/unord/unord.set
221passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr
222passed 1 tests in /test/containers/unord/unord.set/unord.set.swap
223passed 1 tests in /test/depr
224passed 1 tests in /test/depr/depr.auto.ptr
225passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr
226passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons
227passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv
228passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members
229float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined
230float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined
231float_h.pass.cpp failed to compile
232inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined
233inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined
234inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined
235inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined
236inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined
237inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined
238inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined
239inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined
240inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined
241inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined
242inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined
243inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined
244inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined
245inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined
246inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined
247inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined
248inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined
249inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined
250inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined
251inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined
252inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined
253inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined
254inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined
255inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined
256inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined
257inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined
258inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined
259inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined
260inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined
261inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined
262inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined
263inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined
264inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined
265inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined
266inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined
267inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined
268inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined
269inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined
270inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined
271inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined
272inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined
273inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined
274inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined
275inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined
276inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined
277inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined
278inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined
279inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined
280inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined
281inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined
282inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined
283inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined
284inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined
285inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined
286inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined
287inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined
288inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined
289inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined
290inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined
291inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined
292inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined
293inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined
294inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined
295inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined
296inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined
297inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined
298inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined
299inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined
300inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined
301inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined
302inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined
303inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined
304inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined
305inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined
306inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined
307inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined
308inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined
309inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined
310inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined
311inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined
312inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined
313inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined
314inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined
315inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined
316inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined
317inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined
318inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined
319inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined
320inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined
321inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined
322inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined
323inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined
324inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined
325inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined
326inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined
327inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined
328inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined
329inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined
330inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined
331inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined
332inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined
333inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined
334inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined
335inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined
336inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined
337inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined
338inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined
339inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined
340inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined
341inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined
342inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined
343inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined
344inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined
345inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined
346inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined
347inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined
348inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined
349inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined
350inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined
351inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined
352inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined
353inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined
354inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined
355inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined
356inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined
357inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined
358inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined
359inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined
360inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined
361inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined
362inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined
363inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined
364inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined
365inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined
366inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined
367inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined
368inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined
369inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined
370inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined
371inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined
372inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined
373inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined
374inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined
375inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined
376inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined
377inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined
378inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined
379inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined
380inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined
381inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined
382inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined
383inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined
384inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined
385inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined
386inttypes_h.pass.cpp failed to compile
387uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory
388uchar_h.pass.cpp failed to compile
389failed 3 tests in /test/depr/depr.c.headers
390passed 23 tests in /test/depr/depr.c.headers
391passed 5 tests in /test/depr/depr.ios.members
392passed 1 tests in /test/depr/depr.lib.binders
393passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st
394passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd
395passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st
396passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd
397passed 1 tests in /test/depr/depr.str.strstreams
398passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream
399passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons
400passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members
401passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream
402passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons
403passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members
404passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream
405passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons
406passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest
407passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper
408passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf
409passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons
410passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members
411passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals
412passed 1 tests in /test/diagnostics
413passed 1 tests in /test/diagnostics/assertions
414passed 1 tests in /test/diagnostics/diagnostics.general
415passed 1 tests in /test/diagnostics/errno
416passed 1 tests in /test/diagnostics/std.exceptions
417passed 1 tests in /test/diagnostics/std.exceptions/domain.error
418passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument
419passed 1 tests in /test/diagnostics/std.exceptions/length.error
420passed 1 tests in /test/diagnostics/std.exceptions/logic.error
421passed 1 tests in /test/diagnostics/std.exceptions/out.of.range
422passed 1 tests in /test/diagnostics/std.exceptions/overflow.error
423passed 1 tests in /test/diagnostics/std.exceptions/range.error
424passed 1 tests in /test/diagnostics/std.exceptions/runtime.error
425passed 1 tests in /test/diagnostics/std.exceptions/underflow.error
426passed 1 tests in /test/diagnostics/syserr
427passed 1 tests in /test/diagnostics/syserr/syserr.compare
428passed 1 tests in /test/diagnostics/syserr/syserr.errcat
429passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived
430passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals
431passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects
432passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview
433passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals
434passed 1 tests in /test/diagnostics/syserr/syserr.errcode
435passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors
436passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers
437passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers
438passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers
439passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview
440passed 1 tests in /test/diagnostics/syserr/syserr.errcondition
441passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors
442passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers
443passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers
444passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers
445passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview
446passed 1 tests in /test/diagnostics/syserr/syserr.hash
447passed 1 tests in /test/diagnostics/syserr/syserr.syserr
448passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members
449passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview
450passed 1 tests in /test/input.output
451passed 1 tests in /test/input.output/file.streams
452cinttypes.pass.cpp:274:2: error: #error PRId8 not defined
453cinttypes.pass.cpp:278:2: error: #error PRId16 not defined
454cinttypes.pass.cpp:282:2: error: #error PRId32 not defined
455cinttypes.pass.cpp:286:2: error: #error PRId64 not defined
456cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined
457cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined
458cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined
459cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined
460cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined
461cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined
462cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined
463cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined
464cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined
465cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined
466cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined
467cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined
468cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined
469cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined
470cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined
471cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined
472cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined
473cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined
474cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined
475cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined
476cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined
477cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined
478cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined
479cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined
480cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined
481cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined
482cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined
483cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined
484cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined
485cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined
486cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined
487cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined
488cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined
489cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined
490cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined
491cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined
492cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined
493cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined
494cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined
495cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined
496cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined
497cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined
498cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined
499cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined
500cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined
501cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined
502cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined
503cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined
504cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined
505cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined
506cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined
507cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined
508cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined
509cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined
510cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined
511cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined
512cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined
513cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined
514cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined
515cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined
516cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined
517cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined
518cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined
519cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined
520cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined
521cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined
522cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined
523cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined
524cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined
525cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined
526cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined
527cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined
528cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined
529cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined
530cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined
531cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined
532cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined
533cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined
534cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined
535cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined
536cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined
537cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined
538cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined
539cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined
540cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined
541cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined
542cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined
543cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined
544cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined
545cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined
546cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined
547cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined
548cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined
549cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined
550cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined
551cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined
552cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined
553cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined
554cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined
555cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined
556cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined
557cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined
558cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined
559cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined
560cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined
561cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined
562cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined
563cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined
564cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined
565cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined
566cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined
567cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined
568cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined
569cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined
570cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined
571cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined
572cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined
573cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined
574cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined
575cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined
576cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined
577cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined
578cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined
579cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined
580cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined
581cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined
582cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined
583cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined
584cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined
585cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined
586cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined
587cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined
588cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined
589cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined
590cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined
591cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined
592cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined
593cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined
594cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined
595cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined
596cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined
597cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined
598cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined
599cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined
600cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined
601cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined
602cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined
603cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined
604cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined
605cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined
606cinttypes.pass.cpp failed to compile
607failed 1 tests in /test/input.output/file.streams/c.files
608passed 1 tests in /test/input.output/file.streams/c.files
609passed 1 tests in /test/input.output/file.streams/fstreams
610passed 1 tests in /test/input.output/file.streams/fstreams/filebuf
611passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign
612passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons
613passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members
614passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals
615passed 1 tests in /test/input.output/file.streams/fstreams/fstream
616passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign
617passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons
618passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members
619passed 1 tests in /test/input.output/file.streams/fstreams/ifstream
620passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign
621passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons
622passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members
623passed 1 tests in /test/input.output/file.streams/fstreams/ofstream
624passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign
625passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons
626passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members
627passed 1 tests in /test/input.output/input.output.general
628passed 1 tests in /test/input.output/iostream.format
629passed 4 tests in /test/input.output/iostream.format/ext.manip
630passed 1 tests in /test/input.output/iostream.format/input.streams
631passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass
632passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign
633passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons
634passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest
635passed 1 tests in /test/input.output/iostream.format/input.streams/istream
636passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign
637passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons
638passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry
639passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted
640passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic
641passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts
642passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors
643passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip
644passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue
645passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted
646passed 1 tests in /test/input.output/iostream.format/output.streams
647passed 1 tests in /test/input.output/iostream.format/output.streams/ostream
648passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign
649passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons
650passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted
651passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts
652passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters
653passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic
654passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character
655passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip
656passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue
657passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks
658passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted
659passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry
660passed 6 tests in /test/input.output/iostream.format/std.manip
661passed 1 tests in /test/input.output/iostream.forward
662passed 1 tests in /test/input.output/iostream.objects
663passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects
664passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects
665passed 1 tests in /test/input.output/iostreams.base
666passed 1 tests in /test/input.output/iostreams.base/fpos
667passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members
668passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations
669passed 1 tests in /test/input.output/iostreams.base/ios
670passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons
671passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members
672passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags
673passed 1 tests in /test/input.output/iostreams.base/ios.base
674passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state
675passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback
676passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons
677passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales
678passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage
679passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static
680passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types
681passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init
682passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure
683passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags
684passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate
685passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode
686passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir
687passed 1 tests in /test/input.output/iostreams.base/std.ios.manip
688passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip
689passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip
690passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting
691passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip
692passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip
693passed 2 tests in /test/input.output/iostreams.base/stream.types
694passed 1 tests in /test/input.output/iostreams.requirements
695passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue
696passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos
697passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety
698passed 1 tests in /test/input.output/stream.buffers
699passed 1 tests in /test/input.output/stream.buffers/streambuf
700passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons
701passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members
702passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer
703passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales
704passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get
705passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback
706passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put
707passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected
708passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign
709passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area
710passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area
711passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals
712passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer
713passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get
714passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales
715passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback
716passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put
717passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts
718passed 1 tests in /test/input.output/string.streams
719passed 1 tests in /test/input.output/string.streams/istringstream
720passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign
721passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons
722passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members
723passed 1 tests in /test/input.output/string.streams/ostringstream
724passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign
725passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons
726passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members
727passed 1 tests in /test/input.output/string.streams/stringbuf
728passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign
729passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons
730passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members
731passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals
732passed 1 tests in /test/input.output/string.streams/stringstream
733passed 3 tests in /test/input.output/string.streams/stringstream.cons
734passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign
735passed 1 tests in /test/input.output/string.streams/stringstream.members
736passed 1 tests in /test/iterators
737passed 1 tests in /test/iterators/iterator.primitives
738passed 1 tests in /test/iterators/iterator.primitives/iterator.basic
739passed 4 tests in /test/iterators/iterator.primitives/iterator.operations
740passed 4 tests in /test/iterators/iterator.primitives/iterator.traits
741passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags
742passed 1 tests in /test/iterators/iterator.requirements
743passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators
744passed 1 tests in /test/iterators/iterator.requirements/forward.iterators
745passed 1 tests in /test/iterators/iterator.requirements/input.iterators
746passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators
747passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general
748passed 1 tests in /test/iterators/iterator.requirements/output.iterators
749passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators
750passed 1 tests in /test/iterators/iterator.synopsis
751passed 1 tests in /test/iterators/iterators.general
752passed 1 tests in /test/iterators/predef.iterators
753passed 1 tests in /test/iterators/predef.iterators/insert.iterators
754passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops
755passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons
756passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++
757passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=
758passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk
759passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter
760passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator
761passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops
762passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons
763passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++
764passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=
765passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk
766passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter
767passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator
768passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops
769passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons
770passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++
771passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=
772passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk
773passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter
774passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator
775passed 1 tests in /test/iterators/predef.iterators/move.iterators
776passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops
777passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember
778passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+
779passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+=
780passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-
781passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-=
782passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp
783passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const
784passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv
785passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr
786passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr
787passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index
788passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref
789passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star
790passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=
791passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements
792passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator
793passed 1 tests in /test/iterators/predef.iterators/reverse.iterators
794passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops
795passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons
796passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv
797passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!=
798passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+
799passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++
800passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+=
801passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-
802passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--
803passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-=
804passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star
805passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=
806passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op==
807passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff
808passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt
809passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt=
810passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex
811passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt
812passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt=
813passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref
814passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum
815passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements
816types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator<char*>]’:
817types.pass.cpp:72: instantiated from here
818types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
819types.pass.cpp: In function ‘void test() [with It = random_access_iterator<char*>]’:
820types.pass.cpp:73: instantiated from here
821types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
822types.pass.cpp failed to compile
823failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator
824passed 1 tests in /test/iterators/stream.iterators
825passed 1 tests in /test/iterators/stream.iterators/istream.iterator
826passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons
827passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops
828passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator
829passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons
830passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal
831passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!=
832passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++
833passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op==
834passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk
835passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy
836passed 6 tests in /test/iterators/stream.iterators/iterator.range
837passed 1 tests in /test/iterators/stream.iterators/ostream.iterator
838passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des
839passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops
840passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator
841passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons
842passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops
843passed 1 tests in /test/language.support
844passed 1 tests in /test/language.support/cstdint
845passed 1 tests in /test/language.support/cstdint/cstdint.syn
846passed 1 tests in /test/language.support/support.dynamic
847passed 1 tests in /test/language.support/support.dynamic/alloc.errors
848passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc
849passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength
850passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler
851passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler
852passed 1 tests in /test/language.support/support.dynamic/new.delete
853passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array
854passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces
855passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement
856passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single
857passed 1 tests in /test/language.support/support.exception
858not implemented: /test/language.support/support.exception/except.nested
859passed 1 tests in /test/language.support/support.exception/exception
860passed 1 tests in /test/language.support/support.exception/exception.terminate
861passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate
862passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate
863passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler
864passed 1 tests in /test/language.support/support.exception/exception.unexpected
865passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception
866passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected
867passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected
868passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler
869passed 4 tests in /test/language.support/support.exception/propagation
870passed 1 tests in /test/language.support/support.exception/uncaught
871not implemented: /test/language.support/support.general
872passed 1 tests in /test/language.support/support.initlist
873passed 1 tests in /test/language.support/support.initlist/support.initlist.access
874passed 1 tests in /test/language.support/support.initlist/support.initlist.cons
875not implemented: /test/language.support/support.initlist/support.initlist.range
876passed 1 tests in /test/language.support/support.limits
877passed 2 tests in /test/language.support/support.limits/c.limits
878passed 1 tests in /test/language.support/support.limits/limits
879passed 1 tests in /test/language.support/support.limits/limits/denorm.style
880passed 1 tests in /test/language.support/support.limits/limits/numeric.limits
881passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members
882passed 1 tests in /test/language.support/support.limits/limits/numeric.special
883passed 1 tests in /test/language.support/support.limits/limits/round.style
884passed 1 tests in /test/language.support/support.rtti
885passed 1 tests in /test/language.support/support.rtti/bad.cast
886passed 1 tests in /test/language.support/support.rtti/bad.typeid
887passed 2 tests in /test/language.support/support.rtti/type.info
888passed 6 tests in /test/language.support/support.runtime
889quick_exit.pass.cpp: In function ‘int main()’:
890quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’
891quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope
892quick_exit.pass.cpp failed to compile
893failed 1 tests in /test/language.support/support.start.term
894passed 6 tests in /test/language.support/support.types
895passed 1 tests in /test/localization
896passed 1 tests in /test/localization/c.locales
897passed 1 tests in /test/localization/locale.categories
898passed 1 tests in /test/localization/locale.categories/category.collate
899passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate
900passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members
901passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals
902passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname
903passed 1 tests in /test/localization/locale.categories/category.ctype
904passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special
905passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor
906passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members
907passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics
908passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals
909passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt
910passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members
911passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals
912passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname
913passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype
914passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members
915passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals
916passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname
917passed 1 tests in /test/localization/locale.categories/category.messages
918passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages
919passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members
920passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals
921passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname
922passed 1 tests in /test/localization/locale.categories/category.monetary
923passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get
924passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members
925passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals
926passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put
927passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members
928passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals
929passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct
930passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members
931passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals
932passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname
933passed 1 tests in /test/localization/locale.categories/category.numeric
934passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put
935passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members
936passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals
937passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get
938passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members
939passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals
940passed 1 tests in /test/localization/locale.categories/category.time
941passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get
942passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members
943passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals
944passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname
945passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put
946passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members
947passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals
948passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname
949passed 1 tests in /test/localization/locale.categories/facet.numpunct
950passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct
951passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members
952passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals
953passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname
954passed 1 tests in /test/localization/locale.categories/facets.examples
955not implemented: /test/localization/locale.stdcvt
956passed 1 tests in /test/localization/locale.syn
957passed 1 tests in /test/localization/locales
958passed 1 tests in /test/localization/locales/locale
959passed 9 tests in /test/localization/locales/locale/locale.cons
960passed 2 tests in /test/localization/locales/locale/locale.members
961passed 2 tests in /test/localization/locales/locale/locale.operators
962passed 2 tests in /test/localization/locales/locale/locale.statics
963passed 1 tests in /test/localization/locales/locale/locale.types
964passed 1 tests in /test/localization/locales/locale/locale.types/locale.category
965passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet
966passed 1 tests in /test/localization/locales/locale/locale.types/locale.id
967passed 1 tests in /test/localization/locales/locale.convenience
968passed 11 tests in /test/localization/locales/locale.convenience/classification
969passed 1 tests in /test/localization/locales/locale.convenience/conversions
970not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer
971passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character
972not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string
973passed 2 tests in /test/localization/locales/locale.global.templates
974passed 1 tests in /test/localization/localization.general
975passed 1 tests in /test/numerics
976tgmath_h.pass.cpp:26:2: error: #error <tgmath.h> is not implemented
977tgmath_h.pass.cpp failed to compile
978failed 1 tests in /test/numerics/c.math
979passed 2 tests in /test/numerics/c.math
980passed 1 tests in /test/numerics/cfenv
981passed 1 tests in /test/numerics/cfenv/cfenv.syn
982passed 1 tests in /test/numerics/complex.number
983passed 1 tests in /test/numerics/complex.number/ccmplx
984passed 7 tests in /test/numerics/complex.number/cmplx.over
985passed 1 tests in /test/numerics/complex.number/complex
986passed 10 tests in /test/numerics/complex.number/complex.member.ops
987passed 2 tests in /test/numerics/complex.number/complex.members
988passed 22 tests in /test/numerics/complex.number/complex.ops
989passed 12 tests in /test/numerics/complex.number/complex.special
990passed 1 tests in /test/numerics/complex.number/complex.synopsis
991passed 19 tests in /test/numerics/complex.number/complex.transcendentals
992passed 8 tests in /test/numerics/complex.number/complex.value.ops
993passed 1 tests in /test/numerics/numarray
994passed 1 tests in /test/numerics/numarray/class.gslice
995passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access
996passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons
997passed 1 tests in /test/numerics/numarray/class.slice
998passed 2 tests in /test/numerics/numarray/class.slice/cons.slice
999passed 1 tests in /test/numerics/numarray/class.slice/slice.access
1000passed 2 tests in /test/numerics/numarray/template.gslice.array
1001passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign
1002passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign
1003passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill
1004passed 2 tests in /test/numerics/numarray/template.indirect.array
1005passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign
1006passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign
1007passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill
1008passed 2 tests in /test/numerics/numarray/template.mask.array
1009passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign
1010passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign
1011passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill
1012passed 2 tests in /test/numerics/numarray/template.slice.array
1013passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign
1014passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign
1015passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill
1016passed 1 tests in /test/numerics/numarray/template.valarray
1017passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access
1018passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign
1019passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign
1020passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons
1021passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members
1022passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub
1023passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary
1024passed 1 tests in /test/numerics/numarray/valarray.nonmembers
1025passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary
1026passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison
1027passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special
1028passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend
1029passed 4 tests in /test/numerics/numarray/valarray.range
1030passed 1 tests in /test/numerics/numarray/valarray.syn
1031passed 1 tests in /test/numerics/numeric.ops
1032passed 2 tests in /test/numerics/numeric.ops/accumulate
1033passed 2 tests in /test/numerics/numeric.ops/adjacent.difference
1034passed 2 tests in /test/numerics/numeric.ops/inner.product
1035not implemented: /test/numerics/numeric.ops/numeric.iota
1036passed 2 tests in /test/numerics/numeric.ops/partial.sum
1037passed 1 tests in /test/numerics/numeric.requirements
1038not implemented: /test/numerics/numerics.general
1039not implemented: /test/numerics/rand
1040not implemented: /test/numerics/rand/rand.adapt
1041not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc
1042not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits
1043not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf
1044not implemented: /test/numerics/rand/rand.device
1045not implemented: /test/numerics/rand/rand.dis
1046not implemented: /test/numerics/rand/rand.dis/rand.dist.bern
1047not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli
1048not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin
1049not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo
1050not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin
1051not implemented: /test/numerics/rand/rand.dis/rand.dist.norm
1052not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy
1053not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq
1054not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f
1055not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal
1056not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal
1057not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t
1058not implemented: /test/numerics/rand/rand.dis/rand.dist.pois
1059not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp
1060not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme
1061not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma
1062not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson
1063not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull
1064not implemented: /test/numerics/rand/rand.dis/rand.dist.samp
1065not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete
1066not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf
1067not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst
1068not implemented: /test/numerics/rand/rand.dis/rand.dist.uni
1069not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int
1070not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real
1071not implemented: /test/numerics/rand/rand.eng
1072not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong
1073not implemented: /test/numerics/rand/rand.eng/rand.eng.mers
1074not implemented: /test/numerics/rand/rand.eng/rand.eng.sub
1075not implemented: /test/numerics/rand/rand.predef
1076not implemented: /test/numerics/rand/rand.req
1077not implemented: /test/numerics/rand/rand.req/rand.req.adapt
1078not implemented: /test/numerics/rand/rand.req/rand.req.dst
1079not implemented: /test/numerics/rand/rand.req/rand.req.eng
1080not implemented: /test/numerics/rand/rand.req/rand.req.genl
1081not implemented: /test/numerics/rand/rand.req/rand.req.seedseq
1082not implemented: /test/numerics/rand/rand.req/rand.req.urng
1083not implemented: /test/numerics/rand/rand.synopsis
1084not implemented: /test/numerics/rand/rand.util
1085not implemented: /test/numerics/rand/rand.util/rand.util.canonical
1086not implemented: /test/numerics/rand/rand.util/rand.util.seedseq
1087not implemented: /test/re
1088not implemented: /test/re/re.alg
1089not implemented: /test/re/re.alg/re.alg.match
1090not implemented: /test/re/re.alg/re.alg.replace
1091not implemented: /test/re/re.alg/re.alg.search
1092not implemented: /test/re/re.alg/re.except
1093not implemented: /test/re/re.badexp
1094not implemented: /test/re/re.const
1095not implemented: /test/re/re.const/re.err
1096not implemented: /test/re/re.const/re.matchflag
1097not implemented: /test/re/re.const/re.synopt
1098not implemented: /test/re/re.def
1099not implemented: /test/re/re.def/defns.regex.collating.element
1100not implemented: /test/re/re.def/defns.regex.finite.state.machine
1101not implemented: /test/re/re.def/defns.regex.format.specifier
1102not implemented: /test/re/re.def/defns.regex.matched
1103not implemented: /test/re/re.def/defns.regex.primary.equivalence.class
1104not implemented: /test/re/re.def/defns.regex.regular.expression
1105not implemented: /test/re/re.def/defns.regex.subexpression
1106not implemented: /test/re/re.general
1107not implemented: /test/re/re.grammar
1108not implemented: /test/re/re.iter
1109not implemented: /test/re/re.iter/re.regiter
1110not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr
1111not implemented: /test/re/re.iter/re.regiter/re.regiter.comp
1112not implemented: /test/re/re.iter/re.regiter/re.regiter.deref
1113not implemented: /test/re/re.iter/re.regiter/re.regiter.incr
1114not implemented: /test/re/re.iter/re.tokiter
1115not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr
1116not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp
1117not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref
1118not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr
1119not implemented: /test/re/re.regex
1120not implemented: /test/re/re.regex/re.regex.assign
1121not implemented: /test/re/re.regex/re.regex.const
1122not implemented: /test/re/re.regex/re.regex.construct
1123not implemented: /test/re/re.regex/re.regex.locale
1124not implemented: /test/re/re.regex/re.regex.nonmemb
1125not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap
1126not implemented: /test/re/re.regex/re.regex.operations
1127not implemented: /test/re/re.regex/re.regex.swap
1128not implemented: /test/re/re.req
1129not implemented: /test/re/re.results
1130not implemented: /test/re/re.results/re.results.acc
1131not implemented: /test/re/re.results/re.results.all
1132not implemented: /test/re/re.results/re.results.const
1133not implemented: /test/re/re.results/re.results.form
1134not implemented: /test/re/re.results/re.results.nonmember
1135not implemented: /test/re/re.results/re.results.size
1136not implemented: /test/re/re.results/re.results.swap
1137not implemented: /test/re/re.submatch
1138not implemented: /test/re/re.submatch/re.submatch.members
1139not implemented: /test/re/re.submatch/re.submatch.op
1140not implemented: /test/re/re.syn
1141not implemented: /test/re/re.traits
1142passed 1 tests in /test/strings
1143passed 1 tests in /test/strings/basic.string
1144passed 4 tests in /test/strings/basic.string/string.access
1145passed 10 tests in /test/strings/basic.string/string.capacity
1146passed 16 tests in /test/strings/basic.string/string.cons
1147passed 8 tests in /test/strings/basic.string/string.iterators
1148passed 1 tests in /test/strings/basic.string/string.modifiers
1149passed 8 tests in /test/strings/basic.string/string.modifiers/string::append
1150passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign
1151passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy
1152passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase
1153passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert
1154passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+=
1155passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace
1156passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap
1157passed 1 tests in /test/strings/basic.string/string.nonmembers
1158passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io
1159passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special
1160passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!=
1161passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+
1162passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator==
1163passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt
1164passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt=
1165passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt
1166passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt=
1167passed 1 tests in /test/strings/basic.string/string.ops
1168passed 3 tests in /test/strings/basic.string/string.ops/string.accessors
1169passed 6 tests in /test/strings/basic.string/string.ops/string::compare
1170passed 4 tests in /test/strings/basic.string/string.ops/string::find
1171passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of
1172passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of
1173passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of
1174passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of
1175passed 4 tests in /test/strings/basic.string/string.ops/string::rfind
1176passed 1 tests in /test/strings/basic.string/string.ops/string::substr
1177passed 1 tests in /test/strings/basic.string/string.require
1178passed 1 tests in /test/strings/basic.string.hash
1179cuchar.pass.cpp:26:18: error: cuchar: No such file or directory
1180cuchar.pass.cpp failed to compile
1181failed 1 tests in /test/strings/c.strings
1182passed 4 tests in /test/strings/c.strings
1183passed 1 tests in /test/strings/char.traits
1184passed 1 tests in /test/strings/char.traits/char.traits.require
1185passed 1 tests in /test/strings/char.traits/char.traits.specializations
1186passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char
1187passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t
1188passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t
1189passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t
1190passed 1 tests in /test/strings/char.traits/char.traits.typedefs
1191passed 1 tests in /test/strings/string.classes
1192not implemented: /test/strings/string.conversions
1193not implemented: /test/strings/strings.general
1194passed 1 tests in /test/thread
1195passed 1 tests in /test/thread/futures
1196not implemented: /test/thread/futures/futures.async
1197not implemented: /test/thread/futures/futures.atomic_future
1198not implemented: /test/thread/futures/futures.errors
1199not implemented: /test/thread/futures/futures.future_error
1200passed 3 tests in /test/thread/futures/futures.overview
1201not implemented: /test/thread/futures/futures.promise
1202not implemented: /test/thread/futures/futures.shared_future
1203not implemented: /test/thread/futures/futures.state
1204not implemented: /test/thread/futures/futures.tas
1205not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers
1206not implemented: /test/thread/futures/futures.tas/futures.task.members
1207not implemented: /test/thread/futures/futures.unique_future
1208notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented
1209notify_all_at_thread_exit.pass.cpp failed to compile
1210failed 1 tests in /test/thread/thread.condition
1211passed 1 tests in /test/thread/thread.condition
1212passed 13 tests in /test/thread/thread.condition/thread.condition.condvar
1213passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany
1214passed 1 tests in /test/thread/thread.general
1215passed 1 tests in /test/thread/thread.mutex
1216passed 1 tests in /test/thread/thread.mutex/thread.lock
1217passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard
1218passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique
1219passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons
1220passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking
1221passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod
1222passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs
1223passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm
1224passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements
1225Assertion failed: (d < ns(2500000)), function f, file lock.pass.cpp, line 52.
1226./testit: line 96: 59020 Abort trap ./a.out
1227lock.pass.cpp failed at run time
1228failed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class
1229passed 5 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class
1230passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive
1231passed 1 tests in /test/thread/thread.mutex/thread.once
1232passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce
1233passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag
1234passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements
1235passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class
1236Assertion failed: (d < ns(5000000)), function f1, file try_lock_for.pass.cpp, line 53.
1237./testit: line 96: 59251 Abort trap ./a.out
1238try_lock_for.pass.cpp failed at run time
1239failed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive
1240passed 6 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive
1241passed 1 tests in /test/thread/thread.req
1242passed 1 tests in /test/thread/thread.req/thread.req.exception
1243passed 1 tests in /test/thread/thread.req/thread.req.native
1244passed 1 tests in /test/thread/thread.req/thread.req.paramname
1245passed 1 tests in /test/thread/thread.req/thread.req.timing
1246passed 1 tests in /test/thread/thread.threads
1247passed 1 tests in /test/thread/thread.threads/thread.thread.class
1248passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm
1249passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign
1250passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr
1251passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr
1252passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id
1253passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member
1254passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static
1255passed 4 tests in /test/thread/thread.threads/thread.thread.this
1256passed 1 tests in /test/utilities
1257passed 1 tests in /test/utilities/date.time
1258passed 1 tests in /test/utilities/function.objects
1259passed 6 tests in /test/utilities/function.objects/arithmetic.operations
1260passed 1 tests in /test/utilities/function.objects/base
1261passed 1 tests in /test/utilities/function.objects/bind
1262passed 1 tests in /test/utilities/function.objects/bind/func.bind
1263invoke_int_0.pass.cpp: In function ‘int main()’:
1264invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’
1265invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’
1266invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’
1267invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’
1268invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’
1269invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’
1270invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’
1271invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’
1272invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’
1273invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’
1274invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’
1275invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’
1276invoke_int_0.pass.cpp failed to compile
1277invoke_lvalue.pass.cpp: In function ‘void test_void_1()’:
1278invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’
1279invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’
1280invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’
1281invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’
1282invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’
1283invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’
1284invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’
1285invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’
1286invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’
1287invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’
1288invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’
1289invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’
1290invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’
1291invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’
1292invoke_lvalue.pass.cpp: In function ‘void test_int_1()’:
1293invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’
1294invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’
1295invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’
1296invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’
1297invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’
1298invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’
1299invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’
1300invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’
1301invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’
1302invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’
1303invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’
1304invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’
1305invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’
1306invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’
1307invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’
1308invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’
1309invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’
1310invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’
1311invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’
1312invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’
1313invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’
1314invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’
1315invoke_lvalue.pass.cpp: In function ‘void test_void_2()’:
1316invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’
1317invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’
1318invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’
1319invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’
1320invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’
1321invoke_lvalue.pass.cpp failed to compile
1322invoke_rvalue.pass.cpp: In function ‘void test_void_1()’:
1323invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’
1324invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’
1325invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’
1326invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’
1327invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’
1328invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’
1329invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’
1330invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’
1331invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’
1332invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’
1333invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’
1334invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’
1335invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’
1336invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’
1337invoke_rvalue.pass.cpp: In function ‘void test_int_1()’:
1338invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’
1339invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’
1340invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’
1341invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’
1342invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’
1343invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’
1344invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’
1345invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’
1346invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’
1347invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’
1348invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’
1349invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’
1350invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’
1351invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’
1352invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’
1353invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’
1354invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’
1355invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’
1356invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’
1357invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’
1358invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’
1359invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’
1360invoke_rvalue.pass.cpp: In function ‘void test_void_2()’:
1361invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’
1362invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’
1363invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’
1364invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’
1365invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’
1366invoke_rvalue.pass.cpp failed to compile
1367invoke_void_0.pass.cpp: In function ‘int main()’:
1368invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’
1369invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’
1370invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’
1371invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’
1372invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’
1373invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’
1374invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’
1375invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’
1376invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’
1377invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’
1378invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’
1379invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’
1380invoke_void_0.pass.cpp failed to compile
1381failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind
1382is_bind_expression.pass.cpp: In function ‘int main()’:
1383is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’
1384is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’
1385is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’
1386is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’
1387is_bind_expression.pass.cpp failed to compile
1388failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind
1389passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind
1390passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place
1391passed 3 tests in /test/utilities/function.objects/bitwise.operations
1392passed 6 tests in /test/utilities/function.objects/comparisons
1393passed 1 tests in /test/utilities/function.objects/func.def
1394member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’:
1395member_function.pass.cpp:77: instantiated from here
1396member_function.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer
1397member_function.pass.cpp:77: instantiated from here
1398member_function.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer
1399member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’:
1400member_function.pass.cpp:78: instantiated from here
1401member_function.pass.cpp:57: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int)>) (A&, int)’
1402../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
1403../../../../include/__functional_03:66: note: typename std::__1::__invoke_return1<_Tp, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)]
1404member_function.pass.cpp:78: instantiated from here
1405member_function.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int)>) (A*&, int)’
1406../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
1407../../../../include/__functional_03:66: note: typename std::__1::__invoke_return1<_Tp, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)]
1408../../../../include/__functional_base_03: At global scope:
1409../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2<char (A::*)(int, double), A, int, int>’:
1410member_function.pass.cpp:69: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’
1411member_function.pass.cpp:79: instantiated from here
1412../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’
1413member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’:
1414member_function.pass.cpp:79: instantiated from here
1415member_function.pass.cpp:69: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int, double)>) (A&, int, int)’
1416../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
1417member_function.pass.cpp:79: instantiated from here
1418member_function.pass.cpp:71: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int, double)>) (A*&, int, double)’
1419../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
1420../../../../include/__functional_03:73: note: typename std::__1::__invoke_return2<_Tp, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)]
1421../../../../include/__functional_03: In member function ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = A, _Tp = char (A::*)()]’:
1422member_function.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1423member_function.pass.cpp:77: instantiated from here
1424../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’
1425../../../../include/__functional_03: In member function ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = A*, _Tp = char (A::*)()]’:
1426member_function.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1427member_function.pass.cpp:77: instantiated from here
1428../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’
1429member_function.pass.cpp failed to compile
1430../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const) [with _R = char, _T = A]’:
1431member_function_const.pass.cpp:83: instantiated from here
1432../../../../include/__functional_03:124: error: no matching function for call to ‘std::__1::__mem_fn<char (A::*)()>::__mem_fn(char (A::*&)()const)’
1433../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()]
1434../../../../include/__functional_03:39: note: std::__1::__mem_fn<char (A::*)()>::__mem_fn(const std::__1::__mem_fn<char (A::*)()>&)
1435member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’:
1436member_function_const.pass.cpp:83: instantiated from here
1437member_function_const.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer
1438member_function_const.pass.cpp:83: instantiated from here
1439member_function_const.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer
1440member_function_const.pass.cpp:83: instantiated from here
1441member_function_const.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer
1442../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)(_A0)> std::__1::mem_fn(_R (_T::*)(_A0)const) [with _R = char, _T = A, _A0 = int]’:
1443member_function_const.pass.cpp:84: instantiated from here
1444../../../../include/__functional_03:132: error: no matching function for call to ‘std::__1::__mem_fn<char (A::*)(int)>::__mem_fn(char (A::*&)(int)const)’
1445../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)]
1446../../../../include/__functional_03:39: note: std::__1::__mem_fn<char (A::*)(int)>::__mem_fn(const std::__1::__mem_fn<char (A::*)(int)>&)
1447member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’:
1448member_function_const.pass.cpp:84: instantiated from here
1449member_function_const.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int)>) (A&, int)’
1450../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
1451../../../../include/__functional_03:66: note: typename std::__1::__invoke_return1<_Tp, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)]
1452member_function_const.pass.cpp:84: instantiated from here
1453member_function_const.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int)>) (A*&, int)’
1454../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
1455../../../../include/__functional_03:66: note: typename std::__1::__invoke_return1<_Tp, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)]
1456member_function_const.pass.cpp:84: instantiated from here
1457member_function_const.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int)>) (const A*&, int)’
1458../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
1459../../../../include/__functional_03:66: note: typename std::__1::__invoke_return1<_Tp, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const A*, _A1 = int, _Tp = char (A::*)(int)]
1460../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__1::mem_fn(_R (_T::*)(_A0, _A1)const) [with _R = char, _T = A, _A0 = int, _A1 = double]’:
1461member_function_const.pass.cpp:85: instantiated from here
1462../../../../include/__functional_03:140: error: no matching function for call to ‘std::__1::__mem_fn<char (A::*)(int, double)>::__mem_fn(char (A::*&)(int, double)const)’
1463../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)]
1464../../../../include/__functional_03:39: note: std::__1::__mem_fn<char (A::*)(int, double)>::__mem_fn(const std::__1::__mem_fn<char (A::*)(int, double)>&)
1465../../../../include/__functional_base_03: At global scope:
1466../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2<char (A::*)(int, double), A, int, int>’:
1467member_function_const.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’
1468member_function_const.pass.cpp:85: instantiated from here
1469../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’
1470member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’:
1471member_function_const.pass.cpp:85: instantiated from here
1472member_function_const.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int, double)>) (A&, int, int)’
1473../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
1474member_function_const.pass.cpp:85: instantiated from here
1475member_function_const.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int, double)>) (A*&, int, double)’
1476../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
1477../../../../include/__functional_03:73: note: typename std::__1::__invoke_return2<_Tp, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)]
1478member_function_const.pass.cpp:85: instantiated from here
1479member_function_const.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int, double)>) (const A*&, int, double)’
1480../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
1481../../../../include/__functional_03:73: note: typename std::__1::__invoke_return2<_Tp, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)]
1482../../../../include/__functional_03: In member function ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = A, _Tp = char (A::*)()]’:
1483member_function_const.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1484member_function_const.pass.cpp:83: instantiated from here
1485../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’
1486../../../../include/__functional_03: In member function ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = A*, _Tp = char (A::*)()]’:
1487member_function_const.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1488member_function_const.pass.cpp:83: instantiated from here
1489../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’
1490../../../../include/__functional_03: In member function ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’:
1491member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1492member_function_const.pass.cpp:83: instantiated from here
1493../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’
1494../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_T1>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(_A0), _T1, _A0&) [with _R = char, _T = A, _T1 = const A*, _A0 = int]’:
1495../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1<char (A::*)(int), const A*, int>’
1496member_function_const.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’
1497member_function_const.pass.cpp:84: instantiated from here
1498../../../../include/__functional_base_03:650: error: invalid conversion from ‘const A*’ to ‘A*’
1499../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_T1>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(_A0, _A1), _T1, _A0&, _A1&) [with _R = char, _T = A, _T1 = const A*, _A0 = int, _A1 = double]’:
1500../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2<char (A::*)(int, double), const A*, int, double>’
1501member_function_const.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’
1502member_function_const.pass.cpp:85: instantiated from here
1503../../../../include/__functional_base_03:662: error: invalid conversion from ‘const A*’ to ‘A*’
1504../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_T1>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const A*]’:
1505../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const A*, _Tp = char (A::*)()]’
1506member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1507member_function_const.pass.cpp:83: instantiated from here
1508../../../../include/__functional_base_03:638: error: invalid conversion from ‘const A*’ to ‘A*’
1509member_function_const.pass.cpp failed to compile
1510../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()const volatile) [with _R = char, _T = A]’:
1511member_function_const_volatile.pass.cpp:83: instantiated from here
1512../../../../include/__functional_03:188: error: no matching function for call to ‘std::__1::__mem_fn<char (A::*)()>::__mem_fn(char (A::*&)()const volatile)’
1513../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()]
1514../../../../include/__functional_03:39: note: std::__1::__mem_fn<char (A::*)()>::__mem_fn(const std::__1::__mem_fn<char (A::*)()>&)
1515member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’:
1516member_function_const_volatile.pass.cpp:83: instantiated from here
1517member_function_const_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer
1518member_function_const_volatile.pass.cpp:83: instantiated from here
1519member_function_const_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer
1520member_function_const_volatile.pass.cpp:83: instantiated from here
1521member_function_const_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer
1522../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)(_A0)> std::__1::mem_fn(_R (_T::*)(_A0)const volatile) [with _R = char, _T = A, _A0 = int]’:
1523member_function_const_volatile.pass.cpp:84: instantiated from here
1524../../../../include/__functional_03:196: error: no matching function for call to ‘std::__1::__mem_fn<char (A::*)(int)>::__mem_fn(char (A::*&)(int)const volatile)’
1525../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)]
1526../../../../include/__functional_03:39: note: std::__1::__mem_fn<char (A::*)(int)>::__mem_fn(const std::__1::__mem_fn<char (A::*)(int)>&)
1527member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’:
1528member_function_const_volatile.pass.cpp:84: instantiated from here
1529member_function_const_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int)>) (A&, int)’
1530../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
1531../../../../include/__functional_03:66: note: typename std::__1::__invoke_return1<_Tp, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)]
1532member_function_const_volatile.pass.cpp:84: instantiated from here
1533member_function_const_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int)>) (A*&, int)’
1534../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
1535../../../../include/__functional_03:66: note: typename std::__1::__invoke_return1<_Tp, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)]
1536member_function_const_volatile.pass.cpp:84: instantiated from here
1537member_function_const_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int)>) (const volatile A*&, int)’
1538../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
1539../../../../include/__functional_03:66: note: typename std::__1::__invoke_return1<_Tp, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = const volatile A*, _A1 = int, _Tp = char (A::*)(int)]
1540../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__1::mem_fn(_R (_T::*)(_A0, _A1)const volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’:
1541member_function_const_volatile.pass.cpp:85: instantiated from here
1542../../../../include/__functional_03:204: error: no matching function for call to ‘std::__1::__mem_fn<char (A::*)(int, double)>::__mem_fn(char (A::*&)(int, double)const volatile)’
1543../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)]
1544../../../../include/__functional_03:39: note: std::__1::__mem_fn<char (A::*)(int, double)>::__mem_fn(const std::__1::__mem_fn<char (A::*)(int, double)>&)
1545../../../../include/__functional_base_03: At global scope:
1546../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2<char (A::*)(int, double), A, int, int>’:
1547member_function_const_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’
1548member_function_const_volatile.pass.cpp:85: instantiated from here
1549../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’
1550member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’:
1551member_function_const_volatile.pass.cpp:85: instantiated from here
1552member_function_const_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int, double)>) (A&, int, int)’
1553../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
1554member_function_const_volatile.pass.cpp:85: instantiated from here
1555member_function_const_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int, double)>) (A*&, int, double)’
1556../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
1557../../../../include/__functional_03:73: note: typename std::__1::__invoke_return2<_Tp, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)]
1558member_function_const_volatile.pass.cpp:85: instantiated from here
1559member_function_const_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int, double)>) (const volatile A*&, int, double)’
1560../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
1561../../../../include/__functional_03:73: note: typename std::__1::__invoke_return2<_Tp, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = const volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)]
1562../../../../include/__functional_03: In member function ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = A, _Tp = char (A::*)()]’:
1563member_function_const_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1564member_function_const_volatile.pass.cpp:83: instantiated from here
1565../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’
1566../../../../include/__functional_03: In member function ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = A*, _Tp = char (A::*)()]’:
1567member_function_const_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1568member_function_const_volatile.pass.cpp:83: instantiated from here
1569../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’
1570../../../../include/__functional_03: In member function ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’:
1571member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1572member_function_const_volatile.pass.cpp:83: instantiated from here
1573../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’
1574../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_T1>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(_A0), _T1, _A0&) [with _R = char, _T = A, _T1 = const volatile A*, _A0 = int]’:
1575../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1<char (A::*)(int), const volatile A*, int>’
1576member_function_const_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’
1577member_function_const_volatile.pass.cpp:84: instantiated from here
1578../../../../include/__functional_base_03:650: error: invalid conversion from ‘const volatile A*’ to ‘A*’
1579../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_T1>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(_A0, _A1), _T1, _A0&, _A1&) [with _R = char, _T = A, _T1 = const volatile A*, _A0 = int, _A1 = double]’:
1580../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2<char (A::*)(int, double), const volatile A*, int, double>’
1581member_function_const_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’
1582member_function_const_volatile.pass.cpp:85: instantiated from here
1583../../../../include/__functional_base_03:662: error: invalid conversion from ‘const volatile A*’ to ‘A*’
1584../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_T1>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = const volatile A*]’:
1585../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = const volatile A*, _Tp = char (A::*)()]’
1586member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1587member_function_const_volatile.pass.cpp:83: instantiated from here
1588../../../../include/__functional_base_03:638: error: invalid conversion from ‘const volatile A*’ to ‘A*’
1589member_function_const_volatile.pass.cpp failed to compile
1590../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)()> std::__1::mem_fn(_R (_T::*)()volatile) [with _R = char, _T = A]’:
1591member_function_volatile.pass.cpp:83: instantiated from here
1592../../../../include/__functional_03:156: error: no matching function for call to ‘std::__1::__mem_fn<char (A::*)()>::__mem_fn(char (A::*&)()volatile)’
1593../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)()]
1594../../../../include/__functional_03:39: note: std::__1::__mem_fn<char (A::*)()>::__mem_fn(const std::__1::__mem_fn<char (A::*)()>&)
1595member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’:
1596member_function_volatile.pass.cpp:83: instantiated from here
1597member_function_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer
1598member_function_volatile.pass.cpp:83: instantiated from here
1599member_function_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer
1600member_function_volatile.pass.cpp:83: instantiated from here
1601member_function_volatile.pass.cpp:49: error: ISO C++ forbids comparison between pointer and integer
1602../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)(_A0)> std::__1::mem_fn(_R (_T::*)(_A0)volatile) [with _R = char, _T = A, _A0 = int]’:
1603member_function_volatile.pass.cpp:84: instantiated from here
1604../../../../include/__functional_03:164: error: no matching function for call to ‘std::__1::__mem_fn<char (A::*)(int)>::__mem_fn(char (A::*&)(int)volatile)’
1605../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int)]
1606../../../../include/__functional_03:39: note: std::__1::__mem_fn<char (A::*)(int)>::__mem_fn(const std::__1::__mem_fn<char (A::*)(int)>&)
1607member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’:
1608member_function_volatile.pass.cpp:84: instantiated from here
1609member_function_volatile.pass.cpp:59: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int)>) (A&, int)’
1610../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
1611../../../../include/__functional_03:66: note: typename std::__1::__invoke_return1<_Tp, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A, _A1 = int, _Tp = char (A::*)(int)]
1612member_function_volatile.pass.cpp:84: instantiated from here
1613member_function_volatile.pass.cpp:61: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int)>) (A*&, int)’
1614../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
1615../../../../include/__functional_03:66: note: typename std::__1::__invoke_return1<_Tp, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = A*, _A1 = int, _Tp = char (A::*)(int)]
1616member_function_volatile.pass.cpp:84: instantiated from here
1617member_function_volatile.pass.cpp:63: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int)>) (volatile A*&, int)’
1618../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
1619../../../../include/__functional_03:66: note: typename std::__1::__invoke_return1<_Tp, _A0, _A1>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&) [with _A0 = volatile A*, _A1 = int, _Tp = char (A::*)(int)]
1620../../../../include/__functional_03: In function ‘std::__1::__mem_fn<_R (_T::*)(_A0, _A1)> std::__1::mem_fn(_R (_T::*)(_A0, _A1)volatile) [with _R = char, _T = A, _A0 = int, _A1 = double]’:
1621member_function_volatile.pass.cpp:85: instantiated from here
1622../../../../include/__functional_03:172: error: no matching function for call to ‘std::__1::__mem_fn<char (A::*)(int, double)>::__mem_fn(char (A::*&)(int, double)volatile)’
1623../../../../include/__functional_03:47: note: candidates are: std::__1::__mem_fn<_Tp>::__mem_fn(_Tp) [with _Tp = char (A::*)(int, double)]
1624../../../../include/__functional_03:39: note: std::__1::__mem_fn<char (A::*)(int, double)>::__mem_fn(const std::__1::__mem_fn<char (A::*)(int, double)>&)
1625../../../../include/__functional_base_03: At global scope:
1626../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return2<char (A::*)(int, double), A, int, int>’:
1627member_function_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’
1628member_function_volatile.pass.cpp:85: instantiated from here
1629../../../../include/__functional_base_03:1012: error: no matching function for call to ‘__invoke(char (A::*&)(int, double), A&, int&, int&)’
1630member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’:
1631member_function_volatile.pass.cpp:85: instantiated from here
1632member_function_volatile.pass.cpp:73: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int, double)>) (A&, int, int)’
1633../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
1634member_function_volatile.pass.cpp:85: instantiated from here
1635member_function_volatile.pass.cpp:75: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int, double)>) (A*&, int, double)’
1636../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
1637../../../../include/__functional_03:73: note: typename std::__1::__invoke_return2<_Tp, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)]
1638member_function_volatile.pass.cpp:85: instantiated from here
1639member_function_volatile.pass.cpp:77: error: no match for call to ‘(std::__1::__mem_fn<char (A::*)(int, double)>) (volatile A*&, int, double)’
1640../../../../include/__functional_03:52: note: candidates are: typename std::__1::__invoke_return<_Tp, std::__1::__has_result_type<std::__1::__weak_result_type<_F> >::value>::type std::__1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
1641../../../../include/__functional_03:73: note: typename std::__1::__invoke_return2<_Tp, _A0, _A1, _A2>::type std::__1::__mem_fn<_Tp>::operator()(_A0&, _A1&, _A2&) [with _A0 = volatile A*, _A1 = int, _A2 = double, _Tp = char (A::*)(int, double)]
1642../../../../include/__functional_03: In member function ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = A, _Tp = char (A::*)()]’:
1643member_function_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1644member_function_volatile.pass.cpp:83: instantiated from here
1645../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’
1646../../../../include/__functional_03: In member function ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = A*, _Tp = char (A::*)()]’:
1647member_function_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1648member_function_volatile.pass.cpp:83: instantiated from here
1649../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’
1650../../../../include/__functional_03: In member function ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’:
1651member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1652member_function_volatile.pass.cpp:83: instantiated from here
1653../../../../include/__functional_03:61: error: invalid initialization of non-const reference of type ‘char (&)()’ from a temporary of type ‘char’
1654../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_T1>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(_A0), _T1, _A0&) [with _R = char, _T = A, _T1 = volatile A*, _A0 = int]’:
1655../../../../include/__functional_base_03:1005: instantiated from ‘std::__1::__invoke_return1<char (A::*)(int), volatile A*, int>’
1656member_function_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’
1657member_function_volatile.pass.cpp:84: instantiated from here
1658../../../../include/__functional_base_03:650: error: invalid conversion from ‘volatile A*’ to ‘A*’
1659../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_T1>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(_A0, _A1), _T1, _A0&, _A1&) [with _R = char, _T = A, _T1 = volatile A*, _A0 = int, _A1 = double]’:
1660../../../../include/__functional_base_03:1012: instantiated from ‘std::__1::__invoke_return2<char (A::*)(int, double), volatile A*, int, double>’
1661member_function_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’
1662member_function_volatile.pass.cpp:85: instantiated from here
1663../../../../include/__functional_base_03:662: error: invalid conversion from ‘volatile A*’ to ‘A*’
1664../../../../include/__functional_base_03: In function ‘typename std::__1::enable_if<(! std::__1::is_base_of<_T,typename std::__1::remove_reference<_T1>::type>::value), _R>::type std::__1::__invoke(_R (_T::*)(), _T1) [with _R = char, _T = A, _T1 = volatile A*]’:
1665../../../../include/__functional_03:61: instantiated from ‘typename std::__1::__invoke_return0<_Tp, _A0>::type std::__1::__mem_fn<_Tp>::operator()(_A0&) [with _A0 = volatile A*, _Tp = char (A::*)()]’
1666member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’
1667member_function_volatile.pass.cpp:83: instantiated from here
1668../../../../include/__functional_base_03:638: error: invalid conversion from ‘volatile A*’ to ‘A*’
1669member_function_volatile.pass.cpp failed to compile
1670failed 4 tests in /test/utilities/function.objects/func.memfn
1671passed 2 tests in /test/utilities/function.objects/func.memfn
1672passed 2 tests in /test/utilities/function.objects/func.require
1673passed 1 tests in /test/utilities/function.objects/func.wrap
1674passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall
1675passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const
1676passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func
1677passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg
1678passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap
1679alloc.pass.cpp:35:2: error: #error template<class A> function(allocator_arg_t, const A&); not implemented
1680alloc.pass.cpp failed to compile
1681alloc_F.pass.cpp:35:2: error: #error template<class F, class A> function(allocator_arg_t, const A&, F); not implemented
1682alloc_F.pass.cpp failed to compile
1683alloc_function.pass.cpp:35:2: error: #error template<class A> function(allocator_arg_t, const A&, const function&); not implemented
1684alloc_function.pass.cpp failed to compile
1685alloc_nullptr.pass.cpp:35:2: error: #error template<class A> function(allocator_arg_t, const A&, nullptr_t); not implemented
1686alloc_nullptr.pass.cpp failed to compile
1687alloc_rfunction.pass.cpp:35:2: error: #error template<class A> function(allocator_arg_t, const A&, function&&); not implemented
1688alloc_rfunction.pass.cpp failed to compile
1689failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con
1690passed 7 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con
1691../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_int_0, _Alloc = std::__1::allocator<A_int_0>, _R = int]’:
1692invoke_int_0.pass.cpp:71: instantiated from here
1693../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_int_0&)’
1694../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = int (*)(), _Alloc = std::__1::allocator<int (*)()>, _R = int]’:
1695invoke_int_0.pass.cpp:71: instantiated from here
1696../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(int (*&)())’
1697invoke_int_0.pass.cpp failed to compile
1698../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = A_void_0, _Alloc = std::__1::allocator<A_void_0>, _R = void]’:
1699invoke_void_0.pass.cpp:80: instantiated from here
1700../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(A_void_0&)’
1701../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void'
1702../../../../../../include/__functional_03: In member function ‘_R std::__1::__function::__func<_F, _Alloc, _R ()()>::operator()() [with _F = void (*)(), _Alloc = std::__1::allocator<void (*)()>, _R = void]’:
1703invoke_void_0.pass.cpp:80: instantiated from here
1704../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(void (*&)())’
1705../../../../../../include/__functional_03:378: error: return-statement with a value, in function returning 'void'
1706invoke_void_0.pass.cpp failed to compile
1707failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv
1708passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv
1709assign_F_alloc.pass.cpp:35:2: error: #error template<class F, class A> void assign(F&&, const A&); not implemented
1710assign_F_alloc.pass.cpp failed to compile
1711failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod
1712passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod
1713passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr
1714passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ
1715passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors
1716passed 3 tests in /test/utilities/function.objects/logical.operations
1717passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors
1718passed 4 tests in /test/utilities/function.objects/negators
1719../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<functor4 ()(), true>’:
1720../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<functor4 ()()>’
1721../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<functor4&, false>’
1722../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<functor4>’
1723../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp<std::__1::binary_function<char, int, double>, std::__1::reference_wrapper<functor4> >::value’
1724../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of<std::__1::binary_function<char, int, double>, std::__1::reference_wrapper<functor4>, true, true, false>’
1725../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of<std::__1::binary_function<char, int, double>, std::__1::reference_wrapper<functor4> >’
1726binary.pass.cpp:72: instantiated from here
1727../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’
1728../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<functor4&, false>’:
1729../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<functor4>’
1730../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp<std::__1::binary_function<char, int, double>, std::__1::reference_wrapper<functor4> >::value’
1731../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of<std::__1::binary_function<char, int, double>, std::__1::reference_wrapper<functor4>, true, true, false>’
1732../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of<std::__1::binary_function<char, int, double>, std::__1::reference_wrapper<functor4> >’
1733binary.pass.cpp:72: instantiated from here
1734../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’
1735../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<float (* ()())(int), true>’:
1736../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<float (* ()())(int)>’
1737../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<float (*&)(int), false>’
1738../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<float (*)(int)>’
1739../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp<std::__1::binary_function<int, int, float>, std::__1::reference_wrapper<float (*)(int)> >::value’
1740../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of<std::__1::binary_function<int, int, float>, std::__1::reference_wrapper<float (*)(int)>, true, true, false>’
1741../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of<std::__1::binary_function<int, int, float>, std::__1::reference_wrapper<float (*)(int)> >’
1742binary.pass.cpp:84: instantiated from here
1743../../../../include/type_traits:1296: error: too few arguments to function
1744../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<float (*&)(int), false>’:
1745../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<float (*)(int)>’
1746../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp<std::__1::binary_function<int, int, float>, std::__1::reference_wrapper<float (*)(int)> >::value’
1747../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of<std::__1::binary_function<int, int, float>, std::__1::reference_wrapper<float (*)(int)>, true, true, false>’
1748../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of<std::__1::binary_function<int, int, float>, std::__1::reference_wrapper<float (*)(int)> >’
1749binary.pass.cpp:84: instantiated from here
1750../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’
1751../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<float (* ()())(int, int), true>’:
1752../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<float (* ()())(int, int)>’
1753../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<float (*&)(int, int), false>’
1754../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<float (*)(int, int)>’
1755../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp<std::__1::binary_function<int, int, float>, std::__1::reference_wrapper<float (*)(int, int)> >::value’
1756../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of<std::__1::binary_function<int, int, float>, std::__1::reference_wrapper<float (*)(int, int)>, true, true, false>’
1757../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of<std::__1::binary_function<int, int, float>, std::__1::reference_wrapper<float (*)(int, int)> >’
1758binary.pass.cpp:86: instantiated from here
1759../../../../include/type_traits:1296: error: too few arguments to function
1760../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<float (*&)(int, int), false>’:
1761../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<float (*)(int, int)>’
1762../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp<std::__1::binary_function<int, int, float>, std::__1::reference_wrapper<float (*)(int, int)> >::value’
1763../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of<std::__1::binary_function<int, int, float>, std::__1::reference_wrapper<float (*)(int, int)>, true, true, false>’
1764../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of<std::__1::binary_function<int, int, float>, std::__1::reference_wrapper<float (*)(int, int)> >’
1765binary.pass.cpp:86: instantiated from here
1766../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’
1767binary.pass.cpp failed to compile
1768../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<C ()(), true>’:
1769../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<C ()()>’
1770../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<C&, false>’
1771../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<C>’
1772type.pass.cpp:37: instantiated from here
1773../../../../include/type_traits:1296: error: no match for call to ‘(C) ()’
1774../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<C&, false>’:
1775../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<C>’
1776type.pass.cpp:37: instantiated from here
1777../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’
1778../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<int* (* ()())(double*), true>’:
1779../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<int* (* ()())(double*)>’
1780../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<int* (*&)(double*), false>’
1781../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int* (*)(double*)>’
1782type.pass.cpp:45: instantiated from here
1783../../../../include/type_traits:1296: error: too few arguments to function
1784../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<int* (*&)(double*), false>’:
1785../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int* (*)(double*)>’
1786type.pass.cpp:45: instantiated from here
1787../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’
1788type.pass.cpp failed to compile
1789../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<functor4 ()(), true>’:
1790../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<functor4 ()()>’
1791../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<functor4&, false>’
1792../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<functor4>’
1793../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp<std::__1::unary_function<int, int>, std::__1::reference_wrapper<functor4> >::value’
1794../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of<std::__1::unary_function<int, int>, std::__1::reference_wrapper<functor4>, true, true, false>’
1795../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of<std::__1::unary_function<int, int>, std::__1::reference_wrapper<functor4> >’
1796unary.pass.cpp:72: instantiated from here
1797../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’
1798../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<functor4&, false>’:
1799../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<functor4>’
1800../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp<std::__1::unary_function<int, int>, std::__1::reference_wrapper<functor4> >::value’
1801../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of<std::__1::unary_function<int, int>, std::__1::reference_wrapper<functor4>, true, true, false>’
1802../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of<std::__1::unary_function<int, int>, std::__1::reference_wrapper<functor4> >’
1803unary.pass.cpp:72: instantiated from here
1804../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’
1805../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<float (* ()())(int), true>’:
1806../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<float (* ()())(int)>’
1807../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<float (*&)(int), false>’
1808../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<float (*)(int)>’
1809../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp<std::__1::unary_function<int, float>, std::__1::reference_wrapper<float (*)(int)> >::value’
1810../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of<std::__1::unary_function<int, float>, std::__1::reference_wrapper<float (*)(int)>, true, true, false>’
1811../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of<std::__1::unary_function<int, float>, std::__1::reference_wrapper<float (*)(int)> >’
1812unary.pass.cpp:82: instantiated from here
1813../../../../include/type_traits:1296: error: too few arguments to function
1814../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<float (*&)(int), false>’:
1815../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<float (*)(int)>’
1816../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp<std::__1::unary_function<int, float>, std::__1::reference_wrapper<float (*)(int)> >::value’
1817../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of<std::__1::unary_function<int, float>, std::__1::reference_wrapper<float (*)(int)>, true, true, false>’
1818../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of<std::__1::unary_function<int, float>, std::__1::reference_wrapper<float (*)(int)> >’
1819unary.pass.cpp:82: instantiated from here
1820../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int))’
1821../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<float (* ()())(int, int), true>’:
1822../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<float (* ()())(int, int)>’
1823../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<float (*&)(int, int), false>’
1824../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<float (*)(int, int)>’
1825../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp<std::__1::unary_function<int, float>, std::__1::reference_wrapper<float (*)(int, int)> >::value’
1826../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of<std::__1::unary_function<int, float>, std::__1::reference_wrapper<float (*)(int, int)>, true, true, false>’
1827../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of<std::__1::unary_function<int, float>, std::__1::reference_wrapper<float (*)(int, int)> >’
1828unary.pass.cpp:84: instantiated from here
1829../../../../include/type_traits:1296: error: too few arguments to function
1830../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<float (*&)(int, int), false>’:
1831../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<float (*)(int, int)>’
1832../../../../include/type_traits:662: instantiated from ‘const bool std::__1::__is_base_of_imp<std::__1::unary_function<int, float>, std::__1::reference_wrapper<float (*)(int, int)> >::value’
1833../../../../include/type_traits:668: instantiated from ‘std::__1::__yuga_base_of<std::__1::unary_function<int, float>, std::__1::reference_wrapper<float (*)(int, int)>, true, true, false>’
1834../../../../include/type_traits:680: instantiated from ‘std::__1::is_base_of<std::__1::unary_function<int, float>, std::__1::reference_wrapper<float (*)(int, int)> >’
1835unary.pass.cpp:84: instantiated from here
1836../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’
1837unary.pass.cpp failed to compile
1838../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<int* (* ()())(double*), true>’:
1839../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<int* (* ()())(double*)>’
1840../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<int* (*&)(double*), false>’
1841../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int* (*)(double*)>’
1842weak_result.pass.cpp:85: instantiated from here
1843../../../../include/type_traits:1296: error: too few arguments to function
1844../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<int* (*&)(double*), false>’:
1845../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int* (*)(double*)>’
1846weak_result.pass.cpp:85: instantiated from here
1847../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’
1848../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<functor4 ()(), true>’:
1849../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<functor4 ()()>’
1850../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<functor4&, false>’
1851../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<functor4>’
1852weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type<std::__1::reference_wrapper<functor4> >::value’
1853weak_result.pass.cpp:94: instantiated from here
1854../../../../include/type_traits:1296: error: no match for call to ‘(functor4) ()’
1855../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<functor4&, false>’:
1856../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<functor4>’
1857weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type<std::__1::reference_wrapper<functor4> >::value’
1858weak_result.pass.cpp:94: instantiated from here
1859../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(functor4&)’
1860../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<C ()(), true>’:
1861../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<C ()()>’
1862../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<C&, false>’
1863../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<C>’
1864weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type<std::__1::reference_wrapper<C> >::value’
1865weak_result.pass.cpp:95: instantiated from here
1866../../../../include/type_traits:1296: error: no match for call to ‘(C) ()’
1867../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<C&, false>’:
1868../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<C>’
1869weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type<std::__1::reference_wrapper<C> >::value’
1870weak_result.pass.cpp:95: instantiated from here
1871../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’
1872weak_result.pass.cpp failed to compile
1873failed 4 tests in /test/utilities/function.objects/refwrap
1874../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<int&, false>’:
1875../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int>’
1876conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’
1877conversion.pass.cpp:57: instantiated from here
1878../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’
1879../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<const int&, false>’:
1880../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<const int>’
1881conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’
1882conversion.pass.cpp:59: instantiated from here
1883../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’
1884conversion.pass.cpp failed to compile
1885failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.access
1886../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<int&, false>’:
1887../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int>’
1888copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’
1889copy_assign.pass.cpp:69: instantiated from here
1890../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’
1891../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<const int&, false>’:
1892../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<const int>’
1893copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’
1894copy_assign.pass.cpp:71: instantiated from here
1895../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’
1896copy_assign.pass.cpp failed to compile
1897failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.assign
1898../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<int&, false>’:
1899../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int>’
1900copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’
1901copy_ctor.pass.cpp:57: instantiated from here
1902../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’
1903../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<const int&, false>’:
1904../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<const int>’
1905copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’
1906copy_ctor.pass.cpp:59: instantiated from here
1907../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’
1908copy_ctor.pass.cpp failed to compile
1909../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<int&, false>’:
1910../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int>’
1911type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’
1912type_ctor.pass.cpp:56: instantiated from here
1913../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’
1914../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<const int&, false>’:
1915../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<const int>’
1916type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’
1917type_ctor.pass.cpp:58: instantiated from here
1918../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’
1919type_ctor.pass.cpp failed to compile
1920failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const
1921passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.const
1922../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<const int&, false>’:
1923../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<const int>’
1924cref_1.pass.cpp:36: instantiated from here
1925../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’
1926cref_1.pass.cpp failed to compile
1927../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<const int&, false>’:
1928../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<const int>’
1929cref_2.pass.cpp:36: instantiated from here
1930../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’
1931cref_2.pass.cpp failed to compile
1932../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<int&, false>’:
1933../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int>’
1934ref_1.pass.cpp:36: instantiated from here
1935../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’
1936ref_1.pass.cpp failed to compile
1937../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<int&, false>’:
1938../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int>’
1939ref_2.pass.cpp:36: instantiated from here
1940../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’
1941ref_2.pass.cpp failed to compile
1942failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers
1943passed 1 tests in /test/utilities/function.objects/refwrap/refwrap.helpers
1944../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<void (* ()())(int), true>’:
1945../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<void (* ()())(int)>’
1946../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<void (*&)(int), false>’
1947../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<void (*)(int)>’
1948invoke.pass.cpp:71: instantiated from here
1949../../../../../include/type_traits:1296: error: too few arguments to function
1950../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<void (*&)(int), false>’:
1951../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<void (*)(int)>’
1952invoke.pass.cpp:71: instantiated from here
1953../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int))’
1954../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<A_void_1 ()(), true>’:
1955../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<A_void_1 ()()>’
1956../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<A_void_1&, false>’
1957../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<A_void_1>’
1958invoke.pass.cpp:80: instantiated from here
1959../../../../../include/type_traits:1296: error: no match for call to ‘(A_void_1) ()’
1960invoke.pass.cpp:47: note: candidates are: void A_void_1::operator()(int)
1961../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<A_void_1&, false>’:
1962../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<A_void_1>’
1963invoke.pass.cpp:80: instantiated from here
1964../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_1&)’
1965../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<int (* ()())(int), true>’:
1966../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<int (* ()())(int)>’
1967../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<int (*&)(int), false>’
1968../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int (*)(int)>’
1969invoke.pass.cpp:146: instantiated from here
1970../../../../../include/type_traits:1296: error: too few arguments to function
1971../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<int (*&)(int), false>’:
1972../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int (*)(int)>’
1973invoke.pass.cpp:146: instantiated from here
1974../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int))’
1975../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<A_int_1 ()(), true>’:
1976../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<A_int_1 ()()>’
1977../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<A_int_1&, false>’
1978../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<A_int_1>’
1979invoke.pass.cpp:153: instantiated from here
1980../../../../../include/type_traits:1296: error: no match for call to ‘(A_int_1) ()’
1981invoke.pass.cpp:124: note: candidates are: int A_int_1::operator()(int)
1982../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<A_int_1&, false>’:
1983../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<A_int_1>’
1984invoke.pass.cpp:153: instantiated from here
1985../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_1&)’
1986invoke.pass.cpp: In function ‘void test_int_1()’:
1987invoke.pass.cpp:181: error: lvalue required as left operand of assignment
1988invoke.pass.cpp:185: error: lvalue required as left operand of assignment
1989../../../../../include/type_traits: At global scope:
1990../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<void (* ()())(int, int), true>’:
1991../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<void (* ()())(int, int)>’
1992../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<void (*&)(int, int), false>’
1993../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<void (*)(int, int)>’
1994invoke.pass.cpp:224: instantiated from here
1995../../../../../include/type_traits:1296: error: too few arguments to function
1996../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<void (*&)(int, int), false>’:
1997../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<void (*)(int, int)>’
1998invoke.pass.cpp:224: instantiated from here
1999../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(void (*&)(int, int))’
2000../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<A_void_2 ()(), true>’:
2001../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<A_void_2 ()()>’
2002../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<A_void_2&, false>’
2003../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<A_void_2>’
2004invoke.pass.cpp:234: instantiated from here
2005../../../../../include/type_traits:1296: error: no match for call to ‘(A_void_2) ()’
2006invoke.pass.cpp:199: note: candidates are: void A_void_2::operator()(int, int)
2007../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<A_void_2&, false>’:
2008../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<A_void_2>’
2009invoke.pass.cpp:234: instantiated from here
2010../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_void_2&)’
2011../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<int (* ()())(int, int), true>’:
2012../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<int (* ()())(int, int)>’
2013../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<int (*&)(int, int), false>’
2014../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int (*)(int, int)>’
2015invoke.pass.cpp:302: instantiated from here
2016../../../../../include/type_traits:1296: error: too few arguments to function
2017../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<int (*&)(int, int), false>’:
2018../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<int (*)(int, int)>’
2019invoke.pass.cpp:302: instantiated from here
2020../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int (*&)(int, int))’
2021../../../../../include/type_traits: In instantiation of ‘std::__1::__result_of<A_int_2 ()(), true>’:
2022../../../../../include/type_traits:1262: instantiated from ‘std::__1::result_of<A_int_2 ()()>’
2023../../../../../include/__functional_base_03:981: instantiated from ‘std::__1::__invoke_return<A_int_2&, false>’
2024../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<A_int_2>’
2025invoke.pass.cpp:310: instantiated from here
2026../../../../../include/type_traits:1296: error: no match for call to ‘(A_int_2) ()’
2027invoke.pass.cpp:280: note: candidates are: int A_int_2::operator()(int, int)
2028../../../../../include/__functional_base_03: In instantiation of ‘std::__1::__invoke_return<A_int_2&, false>’:
2029../../../../../include/__functional_base_03:1038: instantiated from ‘std::__1::reference_wrapper<A_int_2>’
2030invoke.pass.cpp:310: instantiated from here
2031../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_2&)’
2032invoke.pass.cpp failed to compile
2033failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke
2034passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke
2035passed 3 tests in /test/utilities/function.objects/unord.hash
2036passed 1 tests in /test/utilities/memory
2037passed 1 tests in /test/utilities/memory/allocator.adaptor
2038passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr
2039passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members
2040passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types
2041passed 1 tests in /test/utilities/memory/allocator.tag
2042passed 3 tests in /test/utilities/memory/allocator.traits
2043passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members
2044passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types
2045passed 1 tests in /test/utilities/memory/allocator.uses
2046passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction
2047passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait
2048passed 1 tests in /test/utilities/memory/c.malloc
2049passed 2 tests in /test/utilities/memory/default.allocator
2050passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals
2051passed 4 tests in /test/utilities/memory/default.allocator/allocator.members
2052passed 5 tests in /test/utilities/memory/pointer.traits
2053passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions
2054passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types
2055passed 1 tests in /test/utilities/memory/ptr.align
2056passed 1 tests in /test/utilities/memory/specialized.algorithms
2057passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof
2058passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy
2059passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill
2060passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n
2061passed 1 tests in /test/utilities/memory/storage.iterator
2062passed 1 tests in /test/utilities/memory/temporary.buffer
2063passed 1 tests in /test/utilities/memory/unique.ptr
2064passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr
2065passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt
2066passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1
2067passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general
2068passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime
2069pointer_deleter04.fail.cpp should not compile
2070failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor
2071passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor
2072passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers
2073passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers
2074passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single
2075move_convert13.fail.cpp should not compile
2076../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible<T,std::__1::__rv<T> >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = std::__1::default_delete<A>, U = std::__1::default_delete<B>]’:
2077../../../../../../include/memory:2199: instantiated from ‘std::__1::unique_ptr<_Tp, _Dp>& std::__1::unique_ptr<_Tp, _Dp>::operator=(std::__1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = std::__1::default_delete<B>, _Tp = A, _Dp = std::__1::default_delete<A>]’
2078move_convert01.pass.cpp:61: instantiated from here
2079../../../../../../include/type_traits:1210: error: invalid initialization of reference of type ‘std::__1::default_delete<A>&’ from expression of type ‘std::__1::default_delete<B>’
2080move_convert01.pass.cpp failed to compile
2081../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<std::__1::is_convertible<T,std::__1::__rv<T> >::value, T>::type std::__1::forward(U&) [with T = Deleter<A>, U = Deleter<B>]’:
2082../../../../../../include/memory:2199: instantiated from ‘std::__1::unique_ptr<_Tp, _Dp>& std::__1::unique_ptr<_Tp, _Dp>::operator=(std::__1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = Deleter<B>, _Tp = A, _Dp = Deleter<A>]’
2083move_convert02.pass.cpp:63: instantiated from here
2084../../../../../../include/type_traits:1222: error: no matching function for call to ‘std::__1::__rv<Deleter<A> >::__rv(Deleter<B>&)’
2085../../../../../../include/type_traits:1174: note: candidates are: std::__1::__rv<T>::__rv(typename std::__1::remove_reference<_Tp>::type&) [with T = Deleter<A>]
2086../../../../../../include/type_traits:1169: note: std::__1::__rv<Deleter<A> >::__rv(const std::__1::__rv<Deleter<A> >&)
2087move_convert02.pass.cpp failed to compile
2088../../../../../../include/type_traits: In function ‘typename std::__1::enable_if<(! std::__1::is_convertible<T,std::__1::__rv<T> >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = CDeleter<A>&, U = CDeleter<B>]’:
2089../../../../../../include/memory:2199: instantiated from ‘std::__1::unique_ptr<_Tp, _Dp>& std::__1::unique_ptr<_Tp, _Dp>::operator=(std::__1::unique_ptr<_Up, _Ep>) [with _Up = B, _Ep = CDeleter<B>&, _Tp = A, _Dp = CDeleter<A>&]’
2090move_convert03.pass.cpp:66: instantiated from here
2091../../../../../../include/type_traits:1210: error: invalid initialization of reference of type ‘CDeleter<A>&’ from expression of type ‘CDeleter<B>’
2092move_convert03.pass.cpp failed to compile
2093failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn
2094passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn
2095pointer_deleter04.fail.cpp should not compile
2096move_convert01.pass.cpp: In function ‘int main()’:
2097move_convert01.pass.cpp:63: error: no matching function for call to ‘std::__1::unique_ptr<A, std::__1::default_delete<A> >::unique_ptr(std::__1::unique_ptr<B, std::__1::default_delete<B> >)’
2098../../../../../../include/memory:2203: note: candidates are: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = std::__1::default_delete<A>]
2099../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv<std::__1::unique_ptr<_Tp, _Dp> >) [with _Tp = A, _Dp = std::__1::default_delete<A>]
2100../../../../../../include/memory:2106: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = std::__1::default_delete<A>]
2101../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = std::__1::default_delete<A>]
2102../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = std::__1::default_delete<A>]
2103../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = std::__1::default_delete<B>, _Tp = A, _Dp = std::__1::default_delete<A>]
2104../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = std::__1::default_delete<A>]
2105move_convert01.pass.cpp failed to compile
2106move_convert02.pass.cpp: In function ‘int main()’:
2107move_convert02.pass.cpp:65: error: no matching function for call to ‘std::__1::unique_ptr<A, Deleter<A> >::unique_ptr(std::__1::unique_ptr<B, Deleter<B> >)’
2108../../../../../../include/memory:2203: note: candidates are: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter<A>]
2109../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv<std::__1::unique_ptr<_Tp, _Dp> >) [with _Tp = A, _Dp = Deleter<A>]
2110../../../../../../include/memory:2106: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = Deleter<A>]
2111../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = Deleter<A>]
2112../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = Deleter<A>]
2113../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = Deleter<B>, _Tp = A, _Dp = Deleter<A>]
2114../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter<A>]
2115move_convert02.pass.cpp failed to compile
2116move_convert03.pass.cpp: In function ‘int main()’:
2117move_convert03.pass.cpp:81: error: no matching function for call to ‘std::__1::unique_ptr<A, CDeleter<A>&>::unique_ptr(std::__1::unique_ptr<B, CDeleter<A>&>)’
2118../../../../../../include/memory:2203: note: candidates are: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = CDeleter<A>&]
2119../../../../../../include/memory:2192: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::__rv<std::__1::unique_ptr<_Tp, _Dp> >) [with _Tp = A, _Dp = CDeleter<A>&]
2120../../../../../../include/memory:2106: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__1::__pointer_type<_Tp, _Dp>::type) [with _Tp = A, _Dp = CDeleter<A>&]
2121../../../../../../include/memory:2100: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::nullptr_t) [with _Tp = A, _Dp = CDeleter<A>&]
2122../../../../../../include/memory:2094: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr() [with _Tp = A, _Dp = CDeleter<A>&]
2123../../../../../../include/memory:2083: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Up, _Ep>&) [with _Up = B, _Ep = CDeleter<A>&, _Tp = A, _Dp = CDeleter<A>&]
2124../../../../../../include/memory:2081: note: std::__1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = CDeleter<A>&]
2125move_convert03.pass.cpp failed to compile
2126move_convert04.pass.cpp: In function ‘int main()’:
2127move_convert04.pass.cpp:63: error: conversion from ‘std::__1::unique_ptr<B, std::__1::default_delete<B> >’ to non-scalar type ‘std::__1::unique_ptr<A, std::__1::default_delete<A> >’ requested
2128move_convert04.pass.cpp failed to compile
2129move_convert05.pass.cpp: In function ‘int main()’:
2130move_convert05.pass.cpp:65: error: conversion from ‘std::__1::unique_ptr<B, Deleter<B> >’ to non-scalar type ‘std::__1::unique_ptr<A, Deleter<A> >’ requested
2131move_convert05.pass.cpp failed to compile
2132move_convert06.pass.cpp: In function ‘int main()’:
2133move_convert06.pass.cpp:81: error: conversion from ‘std::__1::unique_ptr<B, CDeleter<A>&>’ to non-scalar type ‘std::__1::unique_ptr<A, CDeleter<A>&>’ requested
2134move_convert06.pass.cpp failed to compile
2135move_convert07.pass.cpp: In function ‘int main()’:
2136move_convert07.pass.cpp:66: error: conversion from ‘std::__1::unique_ptr<B, CDeleter<B>&>’ to non-scalar type ‘std::__1::unique_ptr<A, CDeleter<A> >’ requested
2137move_convert07.pass.cpp failed to compile
2138failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor
2139passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor
2140passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor
2141passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers
2142passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers
2143passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special
2144passed 3 tests in /test/utilities/memory/util.dynamic.safety
2145passed 1 tests in /test/utilities/memory/util.smartptr
2146passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab
2147not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash
2148passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared
2149passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter
2150Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_Y_rv.pass.cpp, line 67.
2151./testit: line 96: 63761 Abort trap ./a.out
2152shared_ptr_Y_rv.pass.cpp failed at run time
2153Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67.
2154./testit: line 96: 63776 Abort trap ./a.out
2155shared_ptr_rv.pass.cpp failed at run time
2156failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign
2157passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign
2158passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast
2159passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp
2160Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94.
2161./testit: line 96: 64095 Abort trap ./a.out
2162unique_ptr.pass.cpp failed at run time
2163failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const
2164passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const
2165passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create
2166passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest
2167passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io
2168passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod
2169passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs
2170passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec
2171not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic
2172passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak
2173passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless
2174passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign
2175passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const
2176passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest
2177passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod
2178passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs
2179passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec
2180passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr
2181passed 1 tests in /test/utilities/meta
2182passed 1 tests in /test/utilities/meta/meta.hel
2183is_convertible.pass.cpp: In function ‘int main()’:
2184is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
2185is_convertible.pass.cpp failed to compile
2186is_explicitly_convertible.pass.cpp: In function ‘int main()’:
2187is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2188is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid
2189is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid
2190is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2191is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid
2192is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid
2193is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2194is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid
2195is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid
2196is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2197is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid
2198is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid
2199is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2200is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid
2201is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid
2202is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2203is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid
2204is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid
2205is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2206is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid
2207is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid
2208is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2209is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid
2210is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid
2211is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2212is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid
2213is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid
2214is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2215is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid
2216is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid
2217is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2218is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid
2219is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid
2220is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2221is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid
2222is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid
2223is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2224is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid
2225is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid
2226is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2227is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid
2228is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid
2229is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2230is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid
2231is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid
2232is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2233is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid
2234is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid
2235is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2236is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid
2237is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid
2238is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2239is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid
2240is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid
2241is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2242is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid
2243is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid
2244is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2245is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid
2246is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid
2247is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2248is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid
2249is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid
2250is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2251is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid
2252is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid
2253is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2254is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid
2255is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid
2256is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2257is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid
2258is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid
2259is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2260is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid
2261is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid
2262is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2263is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid
2264is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid
2265is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2266is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid
2267is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid
2268is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2269is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid
2270is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid
2271is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2272is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid
2273is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid
2274is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2275is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid
2276is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid
2277is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2278is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid
2279is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid
2280is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2281is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid
2282is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid
2283is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2284is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression
2285is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid
2286is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid
2287is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2288is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression
2289is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid
2290is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid
2291is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2292is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression
2293is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared
2294is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid
2295is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2296is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression
2297is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared
2298is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid
2299is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2300is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression
2301is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared
2302is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid
2303is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2304is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression
2305is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared
2306is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid
2307is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2308is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression
2309is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid
2310is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid
2311is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2312is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression
2313is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared
2314is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid
2315is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2316is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression
2317is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid
2318is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid
2319is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2320is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression
2321is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared
2322is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid
2323is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2324is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression
2325is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid
2326is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid
2327is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2328is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression
2329is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid
2330is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid
2331is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2332is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression
2333is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid
2334is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid
2335is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2336is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression
2337is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid
2338is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid
2339is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2340is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression
2341is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid
2342is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid
2343is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2344is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression
2345is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid
2346is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid
2347is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2348is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression
2349is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid
2350is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid
2351is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2352is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression
2353is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid
2354is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid
2355is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2356is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression
2357is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid
2358is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid
2359is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2360is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression
2361is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared
2362is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid
2363is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2364is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression
2365is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared
2366is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid
2367is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2368is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression
2369is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid
2370is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid
2371is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2372is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression
2373is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared
2374is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid
2375is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2376is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression
2377is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid
2378is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid
2379is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2380is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression
2381is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared
2382is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid
2383is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2384is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression
2385is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid
2386is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid
2387is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2388is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression
2389is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared
2390is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid
2391is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2392is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression
2393is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid
2394is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid
2395is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2396is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression
2397is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid
2398is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid
2399is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2400is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression
2401is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid
2402is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid
2403is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2404is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression
2405is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid
2406is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid
2407is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2408is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression
2409is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid
2410is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid
2411is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2412is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression
2413is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid
2414is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid
2415is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2416is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression
2417is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid
2418is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid
2419is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2420is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression
2421is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid
2422is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid
2423is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2424is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid
2425is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid
2426is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2427is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression
2428is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid
2429is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid
2430is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2431is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid
2432is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid
2433is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2434is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression
2435is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared
2436is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid
2437is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2438is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid
2439is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid
2440is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2441is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression
2442is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared
2443is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid
2444is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2445is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid
2446is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid
2447is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2448is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression
2449is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared
2450is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid
2451is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2452is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression
2453is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid
2454is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid
2455is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2456is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid
2457is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid
2458is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2459is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid
2460is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid
2461is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2462is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression
2463is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared
2464is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid
2465is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2466is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression
2467is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid
2468is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid
2469is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2470is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid
2471is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid
2472is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2473is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid
2474is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid
2475is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2476is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression
2477is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared
2478is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid
2479is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2480is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression
2481is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid
2482is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid
2483is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2484is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid
2485is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid
2486is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2487is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid
2488is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid
2489is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2490is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression
2491is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid
2492is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid
2493is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2494is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression
2495is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid
2496is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid
2497is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2498is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid
2499is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid
2500is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2501is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid
2502is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid
2503is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2504is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression
2505is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid
2506is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid
2507is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2508is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression
2509is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid
2510is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid
2511is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2512is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid
2513is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid
2514is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2515is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid
2516is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid
2517is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2518is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression
2519is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid
2520is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid
2521is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2522is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression
2523is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid
2524is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid
2525is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2526is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid
2527is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid
2528is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2529is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid
2530is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid
2531is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2532is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression
2533is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid
2534is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid
2535is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2536is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid
2537is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid
2538is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2539is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression
2540is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid
2541is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid
2542is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2543is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid
2544is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid
2545is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2546is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression
2547is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared
2548is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid
2549is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2550is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid
2551is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid
2552is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2553is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression
2554is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared
2555is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid
2556is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2557is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid
2558is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid
2559is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2560is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression
2561is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared
2562is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid
2563is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2564is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression
2565is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid
2566is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid
2567is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2568is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid
2569is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid
2570is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2571is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid
2572is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid
2573is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2574is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression
2575is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared
2576is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid
2577is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2578is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression
2579is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid
2580is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid
2581is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2582is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid
2583is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid
2584is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2585is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid
2586is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid
2587is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2588is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression
2589is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared
2590is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid
2591is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2592is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression
2593is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid
2594is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid
2595is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2596is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid
2597is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid
2598is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2599is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid
2600is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid
2601is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2602is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression
2603is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid
2604is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid
2605is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2606is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression
2607is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid
2608is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid
2609is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2610is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid
2611is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid
2612is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2613is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid
2614is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid
2615is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2616is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression
2617is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid
2618is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid
2619is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2620is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression
2621is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid
2622is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid
2623is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2624is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid
2625is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid
2626is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2627is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid
2628is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid
2629is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2630is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression
2631is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid
2632is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid
2633is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2634is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression
2635is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid
2636is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid
2637is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2638is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid
2639is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid
2640is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2641is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid
2642is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid
2643is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2644is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression
2645is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid
2646is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid
2647is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2648is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid
2649is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid
2650is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2651is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression
2652is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid
2653is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid
2654is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2655is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid
2656is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid
2657is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2658is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression
2659is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared
2660is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid
2661is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2662is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid
2663is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid
2664is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2665is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression
2666is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared
2667is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid
2668is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2669is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid
2670is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid
2671is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2672is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression
2673is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared
2674is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid
2675is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2676is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression
2677is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid
2678is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid
2679is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2680is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid
2681is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid
2682is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2683is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid
2684is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid
2685is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2686is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression
2687is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared
2688is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid
2689is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2690is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression
2691is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid
2692is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid
2693is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2694is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid
2695is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid
2696is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2697is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid
2698is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid
2699is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2700is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression
2701is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared
2702is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid
2703is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2704is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression
2705is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid
2706is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid
2707is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2708is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid
2709is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid
2710is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2711is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid
2712is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid
2713is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2714is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression
2715is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid
2716is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid
2717is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2718is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression
2719is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid
2720is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid
2721is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2722is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid
2723is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid
2724is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2725is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid
2726is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid
2727is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2728is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression
2729is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid
2730is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid
2731is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2732is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression
2733is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid
2734is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid
2735is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2736is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid
2737is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid
2738is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2739is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid
2740is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid
2741is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2742is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression
2743is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid
2744is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid
2745is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2746is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression
2747is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid
2748is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid
2749is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2750is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid
2751is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid
2752is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2753is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid
2754is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid
2755is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2756is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid
2757is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid
2758is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2759is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid
2760is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid
2761is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2762is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid
2763is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid
2764is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2765is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid
2766is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid
2767is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2768is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid
2769is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid
2770is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2771is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid
2772is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid
2773is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2774is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid
2775is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid
2776is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2777is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid
2778is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid
2779is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2780is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid
2781is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid
2782is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2783is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid
2784is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid
2785is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2786is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid
2787is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid
2788is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2789is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid
2790is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid
2791is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2792is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid
2793is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid
2794is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2795is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid
2796is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid
2797is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2798is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid
2799is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid
2800is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2801is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid
2802is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid
2803is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2804is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid
2805is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid
2806is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2807is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid
2808is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid
2809is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2810is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid
2811is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid
2812is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2813is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid
2814is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid
2815is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2816is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid
2817is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid
2818is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2819is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid
2820is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid
2821is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2822is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid
2823is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid
2824is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2825is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid
2826is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid
2827is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2828is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid
2829is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid
2830is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2831is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid
2832is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid
2833is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2834is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid
2835is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid
2836is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2837is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid
2838is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid
2839is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2840is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid
2841is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid
2842is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2843is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid
2844is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid
2845is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2846is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid
2847is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid
2848is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2849is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid
2850is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid
2851is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2852is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid
2853is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid
2854is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2855is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid
2856is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid
2857is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2858is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid
2859is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid
2860is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2861is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid
2862is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid
2863is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2864is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid
2865is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid
2866is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2867is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid
2868is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid
2869is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2870is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid
2871is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid
2872is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2873is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid
2874is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid
2875is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2876is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid
2877is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid
2878is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2879is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid
2880is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid
2881is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2882is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid
2883is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid
2884is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2885is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid
2886is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid
2887is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2888is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid
2889is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid
2890is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2891is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid
2892is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid
2893is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2894is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid
2895is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid
2896is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2897is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid
2898is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid
2899is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2900is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid
2901is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid
2902is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2903is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid
2904is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid
2905is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2906is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid
2907is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid
2908is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2909is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid
2910is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid
2911is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2912is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid
2913is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid
2914is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2915is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid
2916is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid
2917is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2918is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid
2919is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid
2920is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2921is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid
2922is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid
2923is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2924is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid
2925is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid
2926is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2927is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid
2928is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid
2929is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2930is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid
2931is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid
2932is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2933is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid
2934is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid
2935is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2936is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid
2937is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid
2938is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2939is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid
2940is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid
2941is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2942is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid
2943is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid
2944is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2945is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid
2946is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid
2947is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2948is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid
2949is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid
2950is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2951is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid
2952is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid
2953is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2954is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid
2955is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid
2956is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2957is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid
2958is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid
2959is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2960is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid
2961is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid
2962is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2963is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid
2964is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid
2965is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2966is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid
2967is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid
2968is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2969is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid
2970is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid
2971is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2972is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid
2973is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid
2974is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2975is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid
2976is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid
2977is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2978is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid
2979is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid
2980is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2981is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid
2982is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid
2983is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2984is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid
2985is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid
2986is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2987is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid
2988is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid
2989is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2990is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid
2991is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid
2992is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2993is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid
2994is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid
2995is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2996is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid
2997is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid
2998is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’
2999is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid
3000is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid
3001is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3002is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid
3003is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid
3004is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3005is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid
3006is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid
3007is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3008is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid
3009is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid
3010is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3011is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid
3012is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid
3013is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3014is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid
3015is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid
3016is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3017is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid
3018is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid
3019is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3020is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid
3021is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid
3022is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3023is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid
3024is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid
3025is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3026is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid
3027is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid
3028is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3029is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid
3030is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid
3031is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3032is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid
3033is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid
3034is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3035is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid
3036is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid
3037is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3038is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid
3039is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid
3040is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’
3041is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid
3042is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid
3043is_explicitly_convertible.pass.cpp failed to compile
3044failed 2 tests in /test/utilities/meta/meta.rel
3045passed 2 tests in /test/utilities/meta/meta.rel
3046passed 1 tests in /test/utilities/meta/meta.rqmts
3047passed 1 tests in /test/utilities/meta/meta.trans
3048passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr
3049passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv
3050underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented
3051underlying_type.pass.cpp failed to compile
3052failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other
3053passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other
3054passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr
3055passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref
3056passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign
3057passed 1 tests in /test/utilities/meta/meta.type.synop
3058passed 1 tests in /test/utilities/meta/meta.unary
3059union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’:
3060union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’
3061union.pass.cpp:65: instantiated from here
3062union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3063union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3064union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’:
3065union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’
3066union.pass.cpp:65: instantiated from here
3067union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3068union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3069union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’:
3070union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’
3071union.pass.cpp:65: instantiated from here
3072union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3073union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3074union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’:
3075union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’
3076union.pass.cpp:65: instantiated from here
3077union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3078union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3079union.pass.cpp failed to compile
3080failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat
3081passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat
3082passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp
3083has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented
3084has_copy_assign.pass.cpp failed to compile
3085has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented
3086has_copy_constructor.pass.cpp failed to compile
3087has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented
3088has_default_constructor.pass.cpp failed to compile
3089has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented
3090has_move_assign.pass.cpp failed to compile
3091has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented
3092has_move_constructor.pass.cpp failed to compile
3093has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’:
3094has_nothrow_copy_assign.pass.cpp:80: instantiated from here
3095has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3096has_nothrow_copy_assign.pass.cpp:80: instantiated from here
3097has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3098has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’:
3099has_nothrow_copy_assign.pass.cpp:81: instantiated from here
3100has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3101has_nothrow_copy_assign.pass.cpp:81: instantiated from here
3102has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3103has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’:
3104has_nothrow_copy_assign.pass.cpp:82: instantiated from here
3105has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3106has_nothrow_copy_assign.pass.cpp:82: instantiated from here
3107has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3108has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’:
3109has_nothrow_copy_assign.pass.cpp:89: instantiated from here
3110has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3111has_nothrow_copy_assign.pass.cpp:89: instantiated from here
3112has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3113has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’:
3114has_nothrow_copy_assign.pass.cpp:90: instantiated from here
3115has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3116has_nothrow_copy_assign.pass.cpp:90: instantiated from here
3117has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3118has_nothrow_copy_assign.pass.cpp failed to compile
3119has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’:
3120has_nothrow_copy_constructor.pass.cpp:78: instantiated from here
3121has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3122has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3123has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3124has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3125has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’:
3126has_nothrow_copy_constructor.pass.cpp:80: instantiated from here
3127has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3128has_nothrow_copy_constructor.pass.cpp:80: instantiated from here
3129has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3130has_nothrow_copy_constructor.pass.cpp:80: instantiated from here
3131has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3132has_nothrow_copy_constructor.pass.cpp:80: instantiated from here
3133has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3134has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’:
3135has_nothrow_copy_constructor.pass.cpp:81: instantiated from here
3136has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3137has_nothrow_copy_constructor.pass.cpp:81: instantiated from here
3138has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3139has_nothrow_copy_constructor.pass.cpp:81: instantiated from here
3140has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3141has_nothrow_copy_constructor.pass.cpp:81: instantiated from here
3142has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3143has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’:
3144has_nothrow_copy_constructor.pass.cpp:82: instantiated from here
3145has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3146has_nothrow_copy_constructor.pass.cpp:82: instantiated from here
3147has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3148has_nothrow_copy_constructor.pass.cpp:82: instantiated from here
3149has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3150has_nothrow_copy_constructor.pass.cpp:82: instantiated from here
3151has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3152has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’:
3153has_nothrow_copy_constructor.pass.cpp:89: instantiated from here
3154has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3155has_nothrow_copy_constructor.pass.cpp:89: instantiated from here
3156has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3157has_nothrow_copy_constructor.pass.cpp:89: instantiated from here
3158has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3159has_nothrow_copy_constructor.pass.cpp:89: instantiated from here
3160has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3161has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’:
3162has_nothrow_copy_constructor.pass.cpp:90: instantiated from here
3163has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3164has_nothrow_copy_constructor.pass.cpp:90: instantiated from here
3165has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3166has_nothrow_copy_constructor.pass.cpp:90: instantiated from here
3167has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3168has_nothrow_copy_constructor.pass.cpp:90: instantiated from here
3169has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3170has_nothrow_copy_constructor.pass.cpp failed to compile
3171has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’:
3172has_nothrow_default_constructor.pass.cpp:80: instantiated from here
3173has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3174has_nothrow_default_constructor.pass.cpp:80: instantiated from here
3175has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3176has_nothrow_default_constructor.pass.cpp:80: instantiated from here
3177has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3178has_nothrow_default_constructor.pass.cpp:80: instantiated from here
3179has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3180has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’:
3181has_nothrow_default_constructor.pass.cpp:81: instantiated from here
3182has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3183has_nothrow_default_constructor.pass.cpp:81: instantiated from here
3184has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3185has_nothrow_default_constructor.pass.cpp:81: instantiated from here
3186has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3187has_nothrow_default_constructor.pass.cpp:81: instantiated from here
3188has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3189has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’:
3190has_nothrow_default_constructor.pass.cpp:82: instantiated from here
3191has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3192has_nothrow_default_constructor.pass.cpp:82: instantiated from here
3193has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3194has_nothrow_default_constructor.pass.cpp:82: instantiated from here
3195has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3196has_nothrow_default_constructor.pass.cpp:82: instantiated from here
3197has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3198has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’:
3199has_nothrow_default_constructor.pass.cpp:89: instantiated from here
3200has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3201has_nothrow_default_constructor.pass.cpp:89: instantiated from here
3202has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3203has_nothrow_default_constructor.pass.cpp:89: instantiated from here
3204has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3205has_nothrow_default_constructor.pass.cpp:89: instantiated from here
3206has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3207has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’:
3208has_nothrow_default_constructor.pass.cpp:90: instantiated from here
3209has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3210has_nothrow_default_constructor.pass.cpp:90: instantiated from here
3211has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3212has_nothrow_default_constructor.pass.cpp:90: instantiated from here
3213has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3214has_nothrow_default_constructor.pass.cpp:90: instantiated from here
3215has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3216has_nothrow_default_constructor.pass.cpp failed to compile
3217has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented
3218has_nothrow_move_assign.pass.cpp failed to compile
3219has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented
3220has_nothrow_move_constructor.pass.cpp failed to compile
3221has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’:
3222has_trivial_copy_assign.pass.cpp:80: instantiated from here
3223has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3224has_trivial_copy_assign.pass.cpp:80: instantiated from here
3225has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3226has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’:
3227has_trivial_copy_assign.pass.cpp:81: instantiated from here
3228has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3229has_trivial_copy_assign.pass.cpp:81: instantiated from here
3230has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3231has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’:
3232has_trivial_copy_assign.pass.cpp:82: instantiated from here
3233has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3234has_trivial_copy_assign.pass.cpp:82: instantiated from here
3235has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3236has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’:
3237has_trivial_copy_assign.pass.cpp:89: instantiated from here
3238has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3239has_trivial_copy_assign.pass.cpp:89: instantiated from here
3240has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3241has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’:
3242has_trivial_copy_assign.pass.cpp:90: instantiated from here
3243has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3244has_trivial_copy_assign.pass.cpp:90: instantiated from here
3245has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3246has_trivial_copy_assign.pass.cpp failed to compile
3247has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’:
3248has_trivial_copy_constructor.pass.cpp:78: instantiated from here
3249has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3250has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3251has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3252has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3253has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’:
3254has_trivial_copy_constructor.pass.cpp:80: instantiated from here
3255has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3256has_trivial_copy_constructor.pass.cpp:80: instantiated from here
3257has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3258has_trivial_copy_constructor.pass.cpp:80: instantiated from here
3259has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3260has_trivial_copy_constructor.pass.cpp:80: instantiated from here
3261has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3262has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’:
3263has_trivial_copy_constructor.pass.cpp:81: instantiated from here
3264has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3265has_trivial_copy_constructor.pass.cpp:81: instantiated from here
3266has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3267has_trivial_copy_constructor.pass.cpp:81: instantiated from here
3268has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3269has_trivial_copy_constructor.pass.cpp:81: instantiated from here
3270has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3271has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’:
3272has_trivial_copy_constructor.pass.cpp:82: instantiated from here
3273has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3274has_trivial_copy_constructor.pass.cpp:82: instantiated from here
3275has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3276has_trivial_copy_constructor.pass.cpp:82: instantiated from here
3277has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3278has_trivial_copy_constructor.pass.cpp:82: instantiated from here
3279has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3280has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’:
3281has_trivial_copy_constructor.pass.cpp:89: instantiated from here
3282has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3283has_trivial_copy_constructor.pass.cpp:89: instantiated from here
3284has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3285has_trivial_copy_constructor.pass.cpp:89: instantiated from here
3286has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3287has_trivial_copy_constructor.pass.cpp:89: instantiated from here
3288has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3289has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’:
3290has_trivial_copy_constructor.pass.cpp:90: instantiated from here
3291has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3292has_trivial_copy_constructor.pass.cpp:90: instantiated from here
3293has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3294has_trivial_copy_constructor.pass.cpp:90: instantiated from here
3295has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3296has_trivial_copy_constructor.pass.cpp:90: instantiated from here
3297has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3298has_trivial_copy_constructor.pass.cpp failed to compile
3299has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’:
3300has_trivial_default_constructor.pass.cpp:80: instantiated from here
3301has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3302has_trivial_default_constructor.pass.cpp:80: instantiated from here
3303has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3304has_trivial_default_constructor.pass.cpp:80: instantiated from here
3305has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3306has_trivial_default_constructor.pass.cpp:80: instantiated from here
3307has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3308has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’:
3309has_trivial_default_constructor.pass.cpp:81: instantiated from here
3310has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3311has_trivial_default_constructor.pass.cpp:81: instantiated from here
3312has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3313has_trivial_default_constructor.pass.cpp:81: instantiated from here
3314has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3315has_trivial_default_constructor.pass.cpp:81: instantiated from here
3316has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3317has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’:
3318has_trivial_default_constructor.pass.cpp:82: instantiated from here
3319has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3320has_trivial_default_constructor.pass.cpp:82: instantiated from here
3321has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3322has_trivial_default_constructor.pass.cpp:82: instantiated from here
3323has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3324has_trivial_default_constructor.pass.cpp:82: instantiated from here
3325has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3326has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’:
3327has_trivial_default_constructor.pass.cpp:89: instantiated from here
3328has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3329has_trivial_default_constructor.pass.cpp:89: instantiated from here
3330has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3331has_trivial_default_constructor.pass.cpp:89: instantiated from here
3332has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3333has_trivial_default_constructor.pass.cpp:89: instantiated from here
3334has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3335has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’:
3336has_trivial_default_constructor.pass.cpp:90: instantiated from here
3337has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3338has_trivial_default_constructor.pass.cpp:90: instantiated from here
3339has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3340has_trivial_default_constructor.pass.cpp:90: instantiated from here
3341has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3342has_trivial_default_constructor.pass.cpp:90: instantiated from here
3343has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3344has_trivial_default_constructor.pass.cpp failed to compile
3345has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’:
3346has_trivial_destructor.pass.cpp:82: instantiated from here
3347has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3348has_trivial_destructor.pass.cpp:82: instantiated from here
3349has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3350has_trivial_destructor.pass.cpp:82: instantiated from here
3351has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3352has_trivial_destructor.pass.cpp:82: instantiated from here
3353has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3354has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’:
3355has_trivial_destructor.pass.cpp:83: instantiated from here
3356has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3357has_trivial_destructor.pass.cpp:83: instantiated from here
3358has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3359has_trivial_destructor.pass.cpp:83: instantiated from here
3360has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3361has_trivial_destructor.pass.cpp:83: instantiated from here
3362has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3363has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’:
3364has_trivial_destructor.pass.cpp:90: instantiated from here
3365has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3366has_trivial_destructor.pass.cpp:90: instantiated from here
3367has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3368has_trivial_destructor.pass.cpp:90: instantiated from here
3369has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3370has_trivial_destructor.pass.cpp:90: instantiated from here
3371has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3372has_trivial_destructor.pass.cpp failed to compile
3373has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented
3374has_trivial_move_assign.pass.cpp failed to compile
3375has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented
3376has_trivial_move_constructor.pass.cpp failed to compile
3377has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’:
3378has_virtual_destructor.pass.cpp:89: instantiated from here
3379has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3380has_virtual_destructor.pass.cpp:89: instantiated from here
3381has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3382has_virtual_destructor.pass.cpp:89: instantiated from here
3383has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3384has_virtual_destructor.pass.cpp:89: instantiated from here
3385has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3386has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’:
3387has_virtual_destructor.pass.cpp:90: instantiated from here
3388has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3389has_virtual_destructor.pass.cpp:90: instantiated from here
3390has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3391has_virtual_destructor.pass.cpp:90: instantiated from here
3392has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3393has_virtual_destructor.pass.cpp:90: instantiated from here
3394has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3395has_virtual_destructor.pass.cpp failed to compile
3396../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1<Union>’:
3397../../../../../include/type_traits:698: instantiated from ‘std::__1::__yuga_empty<Union, true>’
3398../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty<Union>’
3399is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’
3400is_empty.pass.cpp:74: instantiated from here
3401../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type
3402is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’:
3403is_empty.pass.cpp:74: instantiated from here
3404is_empty.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3405../../../../../include/type_traits: At global scope:
3406../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1<const Union>’:
3407../../../../../include/type_traits:698: instantiated from ‘std::__1::__yuga_empty<const Union, true>’
3408../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty<const Union>’
3409is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’
3410is_empty.pass.cpp:74: instantiated from here
3411../../../../../include/type_traits:688: error: base type ‘const Union’ fails to be a struct or class type
3412is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’:
3413is_empty.pass.cpp:74: instantiated from here
3414is_empty.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3415../../../../../include/type_traits: At global scope:
3416../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1<volatile Union>’:
3417../../../../../include/type_traits:698: instantiated from ‘std::__1::__yuga_empty<volatile Union, true>’
3418../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty<volatile Union>’
3419is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’
3420is_empty.pass.cpp:74: instantiated from here
3421../../../../../include/type_traits:688: error: base type ‘volatile Union’ fails to be a struct or class type
3422is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’:
3423is_empty.pass.cpp:74: instantiated from here
3424is_empty.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3425../../../../../include/type_traits: At global scope:
3426../../../../../include/type_traits: In instantiation of ‘std::__1::__is_empty1<const volatile Union>’:
3427../../../../../include/type_traits:698: instantiated from ‘std::__1::__yuga_empty<const volatile Union, true>’
3428../../../../../include/type_traits:702: instantiated from ‘std::__1::is_empty<const volatile Union>’
3429is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’
3430is_empty.pass.cpp:74: instantiated from here
3431../../../../../include/type_traits:688: error: base type ‘const volatile Union’ fails to be a struct or class type
3432is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’:
3433is_empty.pass.cpp:74: instantiated from here
3434is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3435is_empty.pass.cpp failed to compile
3436is_literal_type.pass.cpp: In function ‘int main()’:
3437is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’
3438is_literal_type.pass.cpp:32: error: template argument 1 is invalid
3439is_literal_type.pass.cpp:32: error: template argument 1 is invalid
3440is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’
3441is_literal_type.pass.cpp:33: error: template argument 1 is invalid
3442is_literal_type.pass.cpp:33: error: template argument 1 is invalid
3443is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’
3444is_literal_type.pass.cpp:34: error: template argument 1 is invalid
3445is_literal_type.pass.cpp:34: error: template argument 1 is invalid
3446is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’
3447is_literal_type.pass.cpp:35: error: template argument 1 is invalid
3448is_literal_type.pass.cpp:35: error: template argument 1 is invalid
3449is_literal_type.pass.cpp failed to compile
3450is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’:
3451is_pod.pass.cpp:60: instantiated from here
3452is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3453is_pod.pass.cpp:60: instantiated from here
3454is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3455is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’:
3456is_pod.pass.cpp:61: instantiated from here
3457is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3458is_pod.pass.cpp:61: instantiated from here
3459is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3460is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’:
3461is_pod.pass.cpp:62: instantiated from here
3462is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3463is_pod.pass.cpp:62: instantiated from here
3464is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3465is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’:
3466is_pod.pass.cpp:63: instantiated from here
3467is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3468is_pod.pass.cpp:63: instantiated from here
3469is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3470is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’:
3471is_pod.pass.cpp:64: instantiated from here
3472is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3473is_pod.pass.cpp:64: instantiated from here
3474is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’
3475is_pod.pass.cpp failed to compile
3476../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2<Union>’:
3477../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic<Union, true>’
3478../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic<Union>’
3479is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’
3480is_polymorphic.pass.cpp:79: instantiated from here
3481../../../../../include/type_traits:707: error: base type ‘Union’ fails to be a struct or class type
3482../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1<Union>’:
3483../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic<Union, true>’
3484../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic<Union>’
3485is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’
3486is_polymorphic.pass.cpp:79: instantiated from here
3487../../../../../include/type_traits:706: error: base type ‘Union’ fails to be a struct or class type
3488../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2<const Union>’:
3489../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic<const Union, true>’
3490../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic<const Union>’
3491is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’
3492is_polymorphic.pass.cpp:79: instantiated from here
3493../../../../../include/type_traits:707: error: base type ‘const Union’ fails to be a struct or class type
3494../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1<const Union>’:
3495../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic<const Union, true>’
3496../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic<const Union>’
3497is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’
3498is_polymorphic.pass.cpp:79: instantiated from here
3499../../../../../include/type_traits:706: error: base type ‘const Union’ fails to be a struct or class type
3500../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2<volatile Union>’:
3501../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic<volatile Union, true>’
3502../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic<volatile Union>’
3503is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’
3504is_polymorphic.pass.cpp:79: instantiated from here
3505../../../../../include/type_traits:707: error: base type ‘volatile Union’ fails to be a struct or class type
3506../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1<volatile Union>’:
3507../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic<volatile Union, true>’
3508../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic<volatile Union>’
3509is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’
3510is_polymorphic.pass.cpp:79: instantiated from here
3511../../../../../include/type_traits:706: error: base type ‘volatile Union’ fails to be a struct or class type
3512../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic2<const volatile Union>’:
3513../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic<const volatile Union, true>’
3514../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic<const volatile Union>’
3515is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’
3516is_polymorphic.pass.cpp:79: instantiated from here
3517../../../../../include/type_traits:707: error: base type ‘const volatile Union’ fails to be a struct or class type
3518../../../../../include/type_traits: In instantiation of ‘std::__1::__is_polymorphic1<const volatile Union>’:
3519../../../../../include/type_traits:711: instantiated from ‘std::__1::__yuga_polymorphic<const volatile Union, true>’
3520../../../../../include/type_traits:715: instantiated from ‘std::__1::is_polymorphic<const volatile Union>’
3521is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’
3522is_polymorphic.pass.cpp:79: instantiated from here
3523../../../../../include/type_traits:706: error: base type ‘const volatile Union’ fails to be a struct or class type
3524is_polymorphic.pass.cpp failed to compile
3525is_standard_layout.pass.cpp: In function ‘int main()’:
3526is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’
3527is_standard_layout.pass.cpp:32: error: template argument 1 is invalid
3528is_standard_layout.pass.cpp:32: error: template argument 1 is invalid
3529is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’
3530is_standard_layout.pass.cpp:33: error: template argument 1 is invalid
3531is_standard_layout.pass.cpp:33: error: template argument 1 is invalid
3532is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’
3533is_standard_layout.pass.cpp:34: error: template argument 1 is invalid
3534is_standard_layout.pass.cpp:34: error: template argument 1 is invalid
3535is_standard_layout.pass.cpp failed to compile
3536is_trivial.pass.cpp: In function ‘int main()’:
3537is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’
3538is_trivial.pass.cpp:32: error: template argument 1 is invalid
3539is_trivial.pass.cpp:32: error: template argument 1 is invalid
3540is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’
3541is_trivial.pass.cpp:33: error: template argument 1 is invalid
3542is_trivial.pass.cpp:33: error: template argument 1 is invalid
3543is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’
3544is_trivial.pass.cpp:34: error: template argument 1 is invalid
3545is_trivial.pass.cpp:34: error: template argument 1 is invalid
3546is_trivial.pass.cpp failed to compile
3547is_trivialially_copyable.pass.cpp: In function ‘int main()’:
3548is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’
3549is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid
3550is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid
3551is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’
3552is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid
3553is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid
3554is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’
3555is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid
3556is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid
3557is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’
3558is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared
3559is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid
3560is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’
3561is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid
3562is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid
3563is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’
3564is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid
3565is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid
3566is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’
3567is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared
3568is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid
3569is_trivialially_copyable.pass.cpp failed to compile
3570failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop
3571passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop
3572passed 1 tests in /test/utilities/ratio
3573passed 8 tests in /test/utilities/ratio/ratio.arithmetic
3574passed 6 tests in /test/utilities/ratio/ratio.comparison
3575passed 4 tests in /test/utilities/ratio/ratio.ratio
3576passed 1 tests in /test/utilities/ratio/ratio.si
3577passed 1 tests in /test/utilities/template.bitset
3578passed 4 tests in /test/utilities/template.bitset/bitset.cons
3579passed 1 tests in /test/utilities/template.bitset/bitset.hash
3580passed 26 tests in /test/utilities/template.bitset/bitset.members
3581passed 5 tests in /test/utilities/template.bitset/bitset.operators
3582passed 6 tests in /test/utilities/time
3583passed 1 tests in /test/utilities/time/time.clock
3584passed 2 tests in /test/utilities/time/time.clock/time.clock.hires
3585passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic
3586passed 5 tests in /test/utilities/time/time.clock/time.clock.system
3587passed 1 tests in /test/utilities/time/time.clock.req
3588passed 5 tests in /test/utilities/time/time.duration
3589passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic
3590passed 2 tests in /test/utilities/time/time.duration/time.duration.cast
3591passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons
3592passed 11 tests in /test/utilities/time/time.duration/time.duration.cons
3593passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember
3594passed 1 tests in /test/utilities/time/time.duration/time.duration.observer
3595passed 3 tests in /test/utilities/time/time.duration/time.duration.special
3596passed 2 tests in /test/utilities/time/time.point
3597passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic
3598passed 2 tests in /test/utilities/time/time.point/time.point.cast
3599passed 4 tests in /test/utilities/time/time.point/time.point.comparisons
3600passed 5 tests in /test/utilities/time/time.point/time.point.cons
3601passed 3 tests in /test/utilities/time/time.point/time.point.nonmember
3602passed 1 tests in /test/utilities/time/time.point/time.point.observer
3603passed 2 tests in /test/utilities/time/time.point/time.point.special
3604passed 1 tests in /test/utilities/time/time.traits
3605passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values
3606passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp
3607passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations
3608passed 1 tests in /test/utilities/tuple
3609passed 1 tests in /test/utilities/tuple/tuple.general
3610empty_member.pass.cpp: In function ‘int main()’:
3611empty_member.pass.cpp:39: error: expected initializer before ‘<’ token
3612empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope
3613empty_member.pass.cpp:40: error: template argument 1 is invalid
3614empty_member.pass.cpp:43: error: expected initializer before ‘<’ token
3615empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope
3616empty_member.pass.cpp:44: error: template argument 1 is invalid
3617empty_member.pass.cpp:47: error: expected initializer before ‘<’ token
3618empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope
3619empty_member.pass.cpp:48: error: template argument 1 is invalid
3620empty_member.pass.cpp:51: error: expected initializer before ‘<’ token
3621empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope
3622empty_member.pass.cpp:52: error: template argument 1 is invalid
3623empty_member.pass.cpp:55: error: expected initializer before ‘<’ token
3624empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope
3625empty_member.pass.cpp:56: error: template argument 1 is invalid
3626empty_member.pass.cpp failed to compile
3627failed 1 tests in /test/utilities/tuple/tuple.tuple
3628const_pair.pass.cpp: In function ‘int main()’:
3629const_pair.pass.cpp:39: error: expected initializer before ‘<’ token
3630const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope
3631const_pair.pass.cpp:41: error: expected `;' before ‘t1’
3632const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope
3633const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’
3634const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’
3635const_pair.pass.cpp failed to compile
3636convert_copy.pass.cpp: In function ‘int main()’:
3637convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token
3638convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token
3639convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope
3640convert_copy.pass.cpp:53: error: expected `;' before ‘t0’
3641convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope
3642convert_copy.pass.cpp:54: error: expected `;' before ‘t1’
3643convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope
3644convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope
3645convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’
3646convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token
3647convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token
3648convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope
3649convert_copy.pass.cpp:61: error: expected `;' before ‘t0’
3650convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope
3651convert_copy.pass.cpp:62: error: expected `;' before ‘t1’
3652convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope
3653convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope
3654convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’
3655convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’
3656convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token
3657convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token
3658convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope
3659convert_copy.pass.cpp:70: error: expected `;' before ‘t0’
3660convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope
3661convert_copy.pass.cpp:71: error: expected `;' before ‘t1’
3662convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope
3663convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope
3664convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’
3665convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’
3666convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’
3667convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token
3668convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token
3669convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope
3670convert_copy.pass.cpp:82: error: expected `;' before ‘t0’
3671convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope
3672convert_copy.pass.cpp:83: error: expected `;' before ‘t1’
3673convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope
3674convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope
3675convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’
3676convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’
3677convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’
3678convert_copy.pass.cpp failed to compile
3679convert_move.pass.cpp: In function ‘int main()’:
3680convert_move.pass.cpp:54: error: expected initializer before ‘<’ token
3681convert_move.pass.cpp:55: error: expected initializer before ‘<’ token
3682convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope
3683convert_move.pass.cpp:56: error: expected `;' before ‘t0’
3684convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope
3685convert_move.pass.cpp:57: error: expected `;' before ‘t1’
3686convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope
3687convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope
3688convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’
3689convert_move.pass.cpp:62: error: expected initializer before ‘<’ token
3690convert_move.pass.cpp:63: error: expected initializer before ‘<’ token
3691convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope
3692convert_move.pass.cpp:64: error: expected `;' before ‘t0’
3693convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope
3694convert_move.pass.cpp:65: error: expected `;' before ‘t1’
3695convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope
3696convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope
3697convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’
3698convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’
3699convert_move.pass.cpp:71: error: expected initializer before ‘<’ token
3700convert_move.pass.cpp:72: error: expected initializer before ‘<’ token
3701convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope
3702convert_move.pass.cpp:73: error: expected `;' before ‘t0’
3703convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope
3704convert_move.pass.cpp:74: error: expected `;' before ‘t1’
3705convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope
3706convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope
3707convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’
3708convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’
3709convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’
3710convert_move.pass.cpp:83: error: expected initializer before ‘<’ token
3711convert_move.pass.cpp:84: error: expected initializer before ‘<’ token
3712convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope
3713convert_move.pass.cpp:85: error: expected `;' before ‘t0’
3714convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope
3715convert_move.pass.cpp:86: error: expected `;' before ‘t1’
3716convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope
3717convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope
3718convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’
3719convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’
3720convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’
3721convert_move.pass.cpp:93: error: expected initializer before ‘<’ token
3722convert_move.pass.cpp:94: error: expected initializer before ‘<’ token
3723convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope
3724convert_move.pass.cpp:95: error: expected `;' before ‘t0’
3725convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope
3726convert_move.pass.cpp:96: error: expected `;' before ‘t1’
3727convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope
3728convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope
3729convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’
3730convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’
3731convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’
3732convert_move.pass.cpp failed to compile
3733copy.pass.cpp: In function ‘int main()’:
3734copy.pass.cpp:37: error: expected initializer before ‘<’ token
3735copy.pass.cpp:38: error: ‘T’ was not declared in this scope
3736copy.pass.cpp:38: error: expected `;' before ‘t0’
3737copy.pass.cpp:39: error: expected `;' before ‘t’
3738copy.pass.cpp:40: error: ‘t’ was not declared in this scope
3739copy.pass.cpp:40: error: ‘t0’ was not declared in this scope
3740copy.pass.cpp:43: error: expected initializer before ‘<’ token
3741copy.pass.cpp:44: error: ‘T’ was not declared in this scope
3742copy.pass.cpp:44: error: expected `;' before ‘t0’
3743copy.pass.cpp:45: error: expected `;' before ‘t’
3744copy.pass.cpp:46: error: ‘t’ was not declared in this scope
3745copy.pass.cpp:46: error: ‘t0’ was not declared in this scope
3746copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’
3747copy.pass.cpp:50: error: expected initializer before ‘<’ token
3748copy.pass.cpp:51: error: ‘T’ was not declared in this scope
3749copy.pass.cpp:51: error: expected `;' before ‘t0’
3750copy.pass.cpp:52: error: expected `;' before ‘t’
3751copy.pass.cpp:53: error: ‘t’ was not declared in this scope
3752copy.pass.cpp:53: error: ‘t0’ was not declared in this scope
3753copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’
3754copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’
3755copy.pass.cpp:58: error: expected initializer before ‘<’ token
3756copy.pass.cpp:59: error: ‘T’ was not declared in this scope
3757copy.pass.cpp:59: error: expected `;' before ‘t0’
3758copy.pass.cpp:60: error: expected `;' before ‘t’
3759copy.pass.cpp:61: error: ‘t’ was not declared in this scope
3760copy.pass.cpp:61: error: ‘t0’ was not declared in this scope
3761copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’
3762copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’
3763copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’
3764copy.pass.cpp failed to compile
3765move.pass.cpp: In function ‘int main()’:
3766move.pass.cpp:38: error: expected initializer before ‘<’ token
3767move.pass.cpp:39: error: ‘T’ was not declared in this scope
3768move.pass.cpp:39: error: expected `;' before ‘t0’
3769move.pass.cpp:40: error: expected `;' before ‘t’
3770move.pass.cpp:41: error: ‘t’ was not declared in this scope
3771move.pass.cpp:41: error: ‘t0’ was not declared in this scope
3772move.pass.cpp:44: error: expected initializer before ‘<’ token
3773move.pass.cpp:45: error: ‘T’ was not declared in this scope
3774move.pass.cpp:45: error: expected `;' before ‘t0’
3775move.pass.cpp:46: error: expected `;' before ‘t’
3776move.pass.cpp:47: error: ‘t’ was not declared in this scope
3777move.pass.cpp:47: error: ‘t0’ was not declared in this scope
3778move.pass.cpp:48: error: ‘get’ is not a member of ‘std’
3779move.pass.cpp:51: error: expected initializer before ‘<’ token
3780move.pass.cpp:52: error: ‘T’ was not declared in this scope
3781move.pass.cpp:52: error: expected `;' before ‘t0’
3782move.pass.cpp:53: error: expected `;' before ‘t’
3783move.pass.cpp:54: error: ‘t’ was not declared in this scope
3784move.pass.cpp:54: error: ‘t0’ was not declared in this scope
3785move.pass.cpp:55: error: ‘get’ is not a member of ‘std’
3786move.pass.cpp:56: error: ‘get’ is not a member of ‘std’
3787move.pass.cpp:59: error: expected initializer before ‘<’ token
3788move.pass.cpp:60: error: ‘T’ was not declared in this scope
3789move.pass.cpp:60: error: expected `;' before ‘t0’
3790move.pass.cpp:61: error: expected `;' before ‘t’
3791move.pass.cpp:62: error: ‘t’ was not declared in this scope
3792move.pass.cpp:62: error: ‘t0’ was not declared in this scope
3793move.pass.cpp:63: error: ‘get’ is not a member of ‘std’
3794move.pass.cpp:64: error: ‘get’ is not a member of ‘std’
3795move.pass.cpp:65: error: ‘get’ is not a member of ‘std’
3796move.pass.cpp failed to compile
3797move_pair.pass.cpp: In function ‘int main()’:
3798move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope
3799move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list
3800move_pair.pass.cpp:56: error: expected initializer before ‘<’ token
3801move_pair.pass.cpp:57: error: expected `;' before ‘t0’
3802move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope
3803move_pair.pass.cpp:58: error: expected `;' before ‘t1’
3804move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope
3805move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope
3806move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’
3807move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’
3808move_pair.pass.cpp failed to compile
3809failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign
3810passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign
3811UTypes.pass.cpp: In function ‘int main()’:
3812UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’
3813UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope
3814UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope
3815UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’
3816UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’
3817UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope
3818UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope
3819UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’
3820UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’
3821UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’
3822UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope
3823UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope
3824UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’
3825UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’
3826UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’
3827UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’
3828UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope
3829UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope
3830UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’
3831UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’
3832UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’
3833UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’
3834UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope
3835UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope
3836UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’
3837UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’
3838UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’
3839UTypes.pass.cpp failed to compile
3840In file included from alloc.pass.cpp:36:
3841../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
3842../alloc_first.h:12: error: expected ‘;’ before ‘<’ token
3843../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
3844../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
3845../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
3846../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
3847../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
3848../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
3849../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
3850../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
3851../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
3852../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
3853../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
3854../alloc_first.h:21: error: ‘a’ was not declared in this scope
3855../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
3856../alloc_first.h:26: error: ‘d’ was not declared in this scope
3857../alloc_first.h:28: error: ‘a’ was not declared in this scope
3858../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
3859../alloc_first.h:33: error: ‘d’ was not declared in this scope
3860../alloc_first.h:35: error: ‘a’ was not declared in this scope
3861In file included from alloc.pass.cpp:37:
3862../alloc_last.h: At global scope:
3863../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
3864../alloc_last.h:12: error: expected ‘;’ before ‘<’ token
3865../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
3866../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
3867../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded
3868../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’
3869../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
3870../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
3871../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
3872../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
3873../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’:
3874../alloc_last.h:21: error: ‘a’ was not declared in this scope
3875../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’:
3876../alloc_last.h:28: error: ‘a’ was not declared in this scope
3877../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’:
3878../alloc_last.h:35: error: ‘a’ was not declared in this scope
3879alloc.pass.cpp: In function ‘int main()’:
3880alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’
3881alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token
3882alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope
3883alloc.pass.cpp:42: error: expected primary-expression before ‘int’
3884alloc.pass.cpp:42: error: ‘t’ was not declared in this scope
3885alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’
3886alloc.pass.cpp:45: error: expected primary-expression before ‘int’
3887alloc.pass.cpp:45: error: expected `;' before ‘int’
3888alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’
3889alloc.pass.cpp:46: error: ‘t’ was not declared in this scope
3890alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’
3891alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token
3892alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope
3893alloc.pass.cpp:49: error: expected primary-expression before ‘int’
3894alloc.pass.cpp:49: error: ‘t’ was not declared in this scope
3895alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’
3896alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’
3897alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token
3898alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope
3899alloc.pass.cpp:54: error: expected primary-expression before ‘int’
3900alloc.pass.cpp:54: error: ‘t’ was not declared in this scope
3901alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’
3902alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’
3903alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token
3904alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope
3905alloc.pass.cpp:60: error: expected primary-expression before ‘int’
3906alloc.pass.cpp:60: error: ‘t’ was not declared in this scope
3907alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’
3908alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’
3909alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token
3910alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token
3911alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope
3912alloc.pass.cpp:66: error: expected primary-expression before ‘int’
3913alloc.pass.cpp:66: error: ‘t’ was not declared in this scope
3914alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’
3915alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’
3916alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’
3917alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token
3918alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token
3919alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token
3920alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope
3921alloc.pass.cpp:75: error: expected primary-expression before ‘int’
3922alloc.pass.cpp:75: error: ‘t’ was not declared in this scope
3923alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’
3924alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’
3925alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’
3926alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’
3927alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token
3928alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token
3929alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token
3930alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope
3931alloc.pass.cpp:86: error: expected primary-expression before ‘int’
3932alloc.pass.cpp:86: error: ‘t’ was not declared in this scope
3933alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’
3934alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’
3935alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’
3936alloc.pass.cpp failed to compile
3937In file included from alloc_UTypes.pass.cpp:36:
3938../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
3939../alloc_first.h:12: error: expected ‘;’ before ‘<’ token
3940../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
3941../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
3942../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
3943../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
3944../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
3945../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
3946../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
3947../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
3948../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
3949../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
3950../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
3951../alloc_first.h:21: error: ‘a’ was not declared in this scope
3952../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
3953../alloc_first.h:26: error: ‘d’ was not declared in this scope
3954../alloc_first.h:28: error: ‘a’ was not declared in this scope
3955../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
3956../alloc_first.h:33: error: ‘d’ was not declared in this scope
3957../alloc_first.h:35: error: ‘a’ was not declared in this scope
3958In file included from alloc_UTypes.pass.cpp:37:
3959../alloc_last.h: At global scope:
3960../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
3961../alloc_last.h:12: error: expected ‘;’ before ‘<’ token
3962../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
3963../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
3964../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded
3965../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’
3966../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
3967../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
3968../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
3969../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
3970../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’:
3971../alloc_last.h:21: error: ‘a’ was not declared in this scope
3972../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’:
3973../alloc_last.h:28: error: ‘a’ was not declared in this scope
3974../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’:
3975../alloc_last.h:35: error: ‘a’ was not declared in this scope
3976alloc_UTypes.pass.cpp: In function ‘int main()’:
3977alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’
3978alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope
3979alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope
3980alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’
3981alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope
3982alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’
3983alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’
3984alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope
3985alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope
3986alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’
3987alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope
3988alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’
3989alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’
3990alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’
3991alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope
3992alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope
3993alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’
3994alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope
3995alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’
3996alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’
3997alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’
3998alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’
3999alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’
4000alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’
4001alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’
4002alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope
4003alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’
4004alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’
4005alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’
4006alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope
4007alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope
4008alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’
4009alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope
4010alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’
4011alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’
4012alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’
4013alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’
4014alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope
4015alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope
4016alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’
4017alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope
4018alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’
4019alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’
4020alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’
4021alloc_UTypes.pass.cpp failed to compile
4022In file included from alloc_const_Types.pass.cpp:35:
4023../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4024../alloc_first.h:12: error: expected ‘;’ before ‘<’ token
4025../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4026../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4027../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4028../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4029../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4030../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4031../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4032../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4033../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4034../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4035../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4036../alloc_first.h:21: error: ‘a’ was not declared in this scope
4037../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4038../alloc_first.h:26: error: ‘d’ was not declared in this scope
4039../alloc_first.h:28: error: ‘a’ was not declared in this scope
4040../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4041../alloc_first.h:33: error: ‘d’ was not declared in this scope
4042../alloc_first.h:35: error: ‘a’ was not declared in this scope
4043In file included from alloc_const_Types.pass.cpp:36:
4044../alloc_last.h: At global scope:
4045../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4046../alloc_last.h:12: error: expected ‘;’ before ‘<’ token
4047../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4048../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4049../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded
4050../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’
4051../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4052../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4053../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4054../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4055../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’:
4056../alloc_last.h:21: error: ‘a’ was not declared in this scope
4057../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’:
4058../alloc_last.h:28: error: ‘a’ was not declared in this scope
4059../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’:
4060../alloc_last.h:35: error: ‘a’ was not declared in this scope
4061alloc_const_Types.pass.cpp: In function ‘int main()’:
4062alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’
4063alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’
4064alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’
4065alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’
4066alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope
4067alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’
4068alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token
4069alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope
4070alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’
4071alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope
4072alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’
4073alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’
4074alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token
4075alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope
4076alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’
4077alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope
4078alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’
4079alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’
4080alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’
4081alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’
4082alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’
4083alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope
4084alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’
4085alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’
4086alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’
4087alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’
4088alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’
4089alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope
4090alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’
4091alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’
4092alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’
4093alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’
4094alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’
4095alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’
4096alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope
4097alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’
4098alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’
4099alloc_const_Types.pass.cpp failed to compile
4100In file included from alloc_const_pair.pass.cpp:36:
4101../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4102../alloc_first.h:12: error: expected ‘;’ before ‘<’ token
4103../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4104../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4105../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4106../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4107../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4108../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4109../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4110../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4111../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4112../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4113../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4114../alloc_first.h:21: error: ‘a’ was not declared in this scope
4115../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4116../alloc_first.h:26: error: ‘d’ was not declared in this scope
4117../alloc_first.h:28: error: ‘a’ was not declared in this scope
4118../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4119../alloc_first.h:33: error: ‘d’ was not declared in this scope
4120../alloc_first.h:35: error: ‘a’ was not declared in this scope
4121In file included from alloc_const_pair.pass.cpp:37:
4122../alloc_last.h: At global scope:
4123../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4124../alloc_last.h:12: error: expected ‘;’ before ‘<’ token
4125../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4126../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4127../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded
4128../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’
4129../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4130../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4131../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4132../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4133../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’:
4134../alloc_last.h:21: error: ‘a’ was not declared in this scope
4135../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’:
4136../alloc_last.h:28: error: ‘a’ was not declared in this scope
4137../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’:
4138../alloc_last.h:35: error: ‘a’ was not declared in this scope
4139alloc_const_pair.pass.cpp: In function ‘int main()’:
4140alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token
4141alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope
4142alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’
4143alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’
4144alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope
4145alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’
4146alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token
4147alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope
4148alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’
4149alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’
4150alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope
4151alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’
4152alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token
4153alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope
4154alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’
4155alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’
4156alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope
4157alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’
4158alloc_const_pair.pass.cpp failed to compile
4159In file included from alloc_convert_copy.pass.cpp:35:
4160../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4161../alloc_first.h:12: error: expected ‘;’ before ‘<’ token
4162../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4163../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4164../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4165../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4166../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4167../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4168../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4169../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4170../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4171../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4172../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4173../alloc_first.h:21: error: ‘a’ was not declared in this scope
4174../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4175../alloc_first.h:26: error: ‘d’ was not declared in this scope
4176../alloc_first.h:28: error: ‘a’ was not declared in this scope
4177../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4178../alloc_first.h:33: error: ‘d’ was not declared in this scope
4179../alloc_first.h:35: error: ‘a’ was not declared in this scope
4180In file included from alloc_convert_copy.pass.cpp:36:
4181../alloc_last.h: At global scope:
4182../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4183../alloc_last.h:12: error: expected ‘;’ before ‘<’ token
4184../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4185../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4186../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded
4187../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’
4188../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4189../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4190../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4191../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4192../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’:
4193../alloc_last.h:21: error: ‘a’ was not declared in this scope
4194../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’:
4195../alloc_last.h:28: error: ‘a’ was not declared in this scope
4196../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’:
4197../alloc_last.h:35: error: ‘a’ was not declared in this scope
4198alloc_convert_copy.pass.cpp: In function ‘int main()’:
4199alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token
4200alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token
4201alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope
4202alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’
4203alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope
4204alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’
4205alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’
4206alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope
4207alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token
4208alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token
4209alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope
4210alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’
4211alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope
4212alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’
4213alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’
4214alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope
4215alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token
4216alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token
4217alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope
4218alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’
4219alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope
4220alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’
4221alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’
4222alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope
4223alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’
4224alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token
4225alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token
4226alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope
4227alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’
4228alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope
4229alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’
4230alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’
4231alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope
4232alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’
4233alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’
4234alloc_convert_copy.pass.cpp failed to compile
4235In file included from alloc_convert_move.pass.cpp:37:
4236../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4237../alloc_first.h:12: error: expected ‘;’ before ‘<’ token
4238../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4239../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4240../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4241../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4242../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4243../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4244../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4245../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4246../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4247../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4248../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4249../alloc_first.h:21: error: ‘a’ was not declared in this scope
4250../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4251../alloc_first.h:26: error: ‘d’ was not declared in this scope
4252../alloc_first.h:28: error: ‘a’ was not declared in this scope
4253../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4254../alloc_first.h:33: error: ‘d’ was not declared in this scope
4255../alloc_first.h:35: error: ‘a’ was not declared in this scope
4256In file included from alloc_convert_move.pass.cpp:38:
4257../alloc_last.h: At global scope:
4258../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4259../alloc_last.h:12: error: expected ‘;’ before ‘<’ token
4260../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4261../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4262../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded
4263../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’
4264../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4265../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4266../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4267../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4268../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’:
4269../alloc_last.h:21: error: ‘a’ was not declared in this scope
4270../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’:
4271../alloc_last.h:28: error: ‘a’ was not declared in this scope
4272../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’:
4273../alloc_last.h:35: error: ‘a’ was not declared in this scope
4274alloc_convert_move.pass.cpp: In function ‘int main()’:
4275alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token
4276alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token
4277alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope
4278alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’
4279alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope
4280alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’
4281alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’
4282alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope
4283alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token
4284alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token
4285alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope
4286alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’
4287alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope
4288alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’
4289alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’
4290alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope
4291alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token
4292alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token
4293alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope
4294alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’
4295alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope
4296alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’
4297alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’
4298alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope
4299alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’
4300alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token
4301alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token
4302alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope
4303alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’
4304alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope
4305alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’
4306alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’
4307alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope
4308alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’
4309alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’
4310alloc_convert_move.pass.cpp failed to compile
4311In file included from alloc_copy.pass.cpp:35:
4312../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4313../alloc_first.h:12: error: expected ‘;’ before ‘<’ token
4314../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4315../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4316../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4317../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4318../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4319../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4320../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4321../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4322../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4323../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4324../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4325../alloc_first.h:21: error: ‘a’ was not declared in this scope
4326../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4327../alloc_first.h:26: error: ‘d’ was not declared in this scope
4328../alloc_first.h:28: error: ‘a’ was not declared in this scope
4329../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4330../alloc_first.h:33: error: ‘d’ was not declared in this scope
4331../alloc_first.h:35: error: ‘a’ was not declared in this scope
4332In file included from alloc_copy.pass.cpp:36:
4333../alloc_last.h: At global scope:
4334../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4335../alloc_last.h:12: error: expected ‘;’ before ‘<’ token
4336../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4337../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4338../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded
4339../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’
4340../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4341../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4342../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4343../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4344../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’:
4345../alloc_last.h:21: error: ‘a’ was not declared in this scope
4346../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’:
4347../alloc_last.h:28: error: ‘a’ was not declared in this scope
4348../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’:
4349../alloc_last.h:35: error: ‘a’ was not declared in this scope
4350alloc_copy.pass.cpp: In function ‘int main()’:
4351alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token
4352alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope
4353alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’
4354alloc_copy.pass.cpp:43: error: expected `;' before ‘t’
4355alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token
4356alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope
4357alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’
4358alloc_copy.pass.cpp:48: error: expected `;' before ‘t’
4359alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’
4360alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope
4361alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token
4362alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope
4363alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’
4364alloc_copy.pass.cpp:55: error: expected `;' before ‘t’
4365alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’
4366alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope
4367alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token
4368alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope
4369alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’
4370alloc_copy.pass.cpp:63: error: expected `;' before ‘t’
4371alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’
4372alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope
4373alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token
4374alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope
4375alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’
4376alloc_copy.pass.cpp:72: error: expected `;' before ‘t’
4377alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’
4378alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope
4379alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’
4380alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token
4381alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope
4382alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’
4383alloc_copy.pass.cpp:83: error: expected `;' before ‘t’
4384alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’
4385alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope
4386alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’
4387alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’
4388alloc_copy.pass.cpp failed to compile
4389In file included from alloc_move.pass.cpp:36:
4390../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4391../alloc_first.h:12: error: expected ‘;’ before ‘<’ token
4392../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4393../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4394../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4395../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4396../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4397../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4398../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4399../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4400../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4401../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4402../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4403../alloc_first.h:21: error: ‘a’ was not declared in this scope
4404../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4405../alloc_first.h:26: error: ‘d’ was not declared in this scope
4406../alloc_first.h:28: error: ‘a’ was not declared in this scope
4407../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4408../alloc_first.h:33: error: ‘d’ was not declared in this scope
4409../alloc_first.h:35: error: ‘a’ was not declared in this scope
4410In file included from alloc_move.pass.cpp:37:
4411../alloc_last.h: At global scope:
4412../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4413../alloc_last.h:12: error: expected ‘;’ before ‘<’ token
4414../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4415../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4416../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded
4417../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’
4418../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4419../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4420../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4421../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4422../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’:
4423../alloc_last.h:21: error: ‘a’ was not declared in this scope
4424../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’:
4425../alloc_last.h:28: error: ‘a’ was not declared in this scope
4426../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’:
4427../alloc_last.h:35: error: ‘a’ was not declared in this scope
4428alloc_move.pass.cpp: In function ‘int main()’:
4429alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token
4430alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope
4431alloc_move.pass.cpp:43: error: expected `;' before ‘t0’
4432alloc_move.pass.cpp:44: error: expected `;' before ‘t’
4433alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token
4434alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope
4435alloc_move.pass.cpp:48: error: expected `;' before ‘t0’
4436alloc_move.pass.cpp:49: error: expected `;' before ‘t’
4437alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’
4438alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope
4439alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token
4440alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope
4441alloc_move.pass.cpp:54: error: expected `;' before ‘t0’
4442alloc_move.pass.cpp:56: error: expected `;' before ‘t’
4443alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’
4444alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope
4445alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token
4446alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope
4447alloc_move.pass.cpp:62: error: expected `;' before ‘t0’
4448alloc_move.pass.cpp:64: error: expected `;' before ‘t’
4449alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’
4450alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope
4451alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token
4452alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope
4453alloc_move.pass.cpp:70: error: expected `;' before ‘t0’
4454alloc_move.pass.cpp:72: error: expected `;' before ‘t’
4455alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’
4456alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope
4457alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’
4458alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token
4459alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope
4460alloc_move.pass.cpp:79: error: expected `;' before ‘t0’
4461alloc_move.pass.cpp:82: error: expected `;' before ‘t’
4462alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’
4463alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope
4464alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’
4465alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’
4466alloc_move.pass.cpp failed to compile
4467In file included from alloc_move_pair.pass.cpp:37:
4468../alloc_first.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4469../alloc_first.h:12: error: expected ‘;’ before ‘<’ token
4470../alloc_first.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4471../alloc_first.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4472../alloc_first.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4473../alloc_first.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4474../alloc_first.h:25: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4475../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4476../alloc_first.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4477../alloc_first.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4478../alloc_first.h:32: error: ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’ cannot be overloaded
4479../alloc_first.h:18: error: with ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’
4480../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4481../alloc_first.h:21: error: ‘a’ was not declared in this scope
4482../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4483../alloc_first.h:26: error: ‘d’ was not declared in this scope
4484../alloc_first.h:28: error: ‘a’ was not declared in this scope
4485../alloc_first.h: In constructor ‘alloc_first::alloc_first(std::__1::allocator_arg_t, int)’:
4486../alloc_first.h:33: error: ‘d’ was not declared in this scope
4487../alloc_first.h:35: error: ‘a’ was not declared in this scope
4488In file included from alloc_move_pair.pass.cpp:38:
4489../alloc_last.h: At global scope:
4490../alloc_last.h:12: error: ISO C++ forbids declaration of ‘A1’ with no type
4491../alloc_last.h:12: error: expected ‘;’ before ‘<’ token
4492../alloc_last.h:18: error: expected ‘,’ or ‘...’ before ‘<’ token
4493../alloc_last.h:18: error: ISO C++ forbids declaration of ‘A1’ with no type
4494../alloc_last.h:18: error: ‘alloc_last::alloc_last(int)’ cannot be overloaded
4495../alloc_last.h:17: error: with ‘alloc_last::alloc_last(int)’
4496../alloc_last.h:25: error: expected ‘,’ or ‘...’ before ‘<’ token
4497../alloc_last.h:25: error: ISO C++ forbids declaration of ‘A1’ with no type
4498../alloc_last.h:32: error: expected ‘,’ or ‘...’ before ‘<’ token
4499../alloc_last.h:32: error: ISO C++ forbids declaration of ‘A1’ with no type
4500../alloc_last.h: In constructor ‘alloc_last::alloc_last(int)’:
4501../alloc_last.h:21: error: ‘a’ was not declared in this scope
4502../alloc_last.h: In constructor ‘alloc_last::alloc_last(int, int)’:
4503../alloc_last.h:28: error: ‘a’ was not declared in this scope
4504../alloc_last.h: In constructor ‘alloc_last::alloc_last(const alloc_last&, int)’:
4505../alloc_last.h:35: error: ‘a’ was not declared in this scope
4506alloc_move_pair.pass.cpp: In function ‘int main()’:
4507alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope
4508alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list
4509alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token
4510alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’
4511alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope
4512alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’
4513alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’
4514alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope
4515alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’
4516alloc_move_pair.pass.cpp failed to compile
4517const_Types.pass.cpp: In function ‘int main()’:
4518const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’
4519const_Types.pass.cpp:37: error: expected primary-expression before ‘int’
4520const_Types.pass.cpp:37: error: expected `;' before ‘int’
4521const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’
4522const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope
4523const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’
4524const_Types.pass.cpp:41: error: expected primary-expression before ‘int’
4525const_Types.pass.cpp:41: error: expected `;' before ‘int’
4526const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’
4527const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope
4528const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’
4529const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’
4530const_Types.pass.cpp:46: error: expected primary-expression before ‘int’
4531const_Types.pass.cpp:46: error: expected `;' before ‘int’
4532const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’
4533const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope
4534const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’
4535const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’
4536const_Types.pass.cpp:51: error: expected primary-expression before ‘int’
4537const_Types.pass.cpp:51: error: expected `;' before ‘int’
4538const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’
4539const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope
4540const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’
4541const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’
4542const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’
4543const_Types.pass.cpp:58: error: expected primary-expression before ‘int’
4544const_Types.pass.cpp:58: error: expected `;' before ‘int’
4545const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’
4546const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope
4547const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’
4548const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’
4549const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’
4550const_Types.pass.cpp:64: error: expected primary-expression before ‘int’
4551const_Types.pass.cpp:64: error: expected `;' before ‘int’
4552const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’
4553const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope
4554const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’
4555const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’
4556const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’
4557const_Types.pass.cpp:70: error: expected primary-expression before ‘int’
4558const_Types.pass.cpp:70: error: expected `;' before ‘int’
4559const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’
4560const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope
4561const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’
4562const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’
4563const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’
4564const_Types.pass.cpp failed to compile
4565const_pair.pass.cpp: In function ‘int main()’:
4566const_pair.pass.cpp:38: error: expected initializer before ‘<’ token
4567const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope
4568const_pair.pass.cpp:40: error: expected `;' before ‘t1’
4569const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’
4570const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope
4571const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’
4572const_pair.pass.cpp failed to compile
4573convert_copy.pass.cpp: In function ‘int main()’:
4574convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token
4575convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token
4576convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope
4577convert_copy.pass.cpp:52: error: expected `;' before ‘t0’
4578convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope
4579convert_copy.pass.cpp:53: error: expected `;' before ‘t1’
4580convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’
4581convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope
4582convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token
4583convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token
4584convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope
4585convert_copy.pass.cpp:59: error: expected `;' before ‘t0’
4586convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope
4587convert_copy.pass.cpp:60: error: expected `;' before ‘t1’
4588convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’
4589convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope
4590convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’
4591convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token
4592convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token
4593convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope
4594convert_copy.pass.cpp:67: error: expected `;' before ‘t0’
4595convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope
4596convert_copy.pass.cpp:68: error: expected `;' before ‘t1’
4597convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’
4598convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope
4599convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’
4600convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’
4601convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token
4602convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token
4603convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope
4604convert_copy.pass.cpp:77: error: expected `;' before ‘t0’
4605convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope
4606convert_copy.pass.cpp:78: error: expected `;' before ‘t1’
4607convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’
4608convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope
4609convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’
4610convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’
4611convert_copy.pass.cpp failed to compile
4612convert_move.pass.cpp: In function ‘int main()’:
4613convert_move.pass.cpp:53: error: expected initializer before ‘<’ token
4614convert_move.pass.cpp:54: error: expected initializer before ‘<’ token
4615convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope
4616convert_move.pass.cpp:55: error: expected `;' before ‘t0’
4617convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope
4618convert_move.pass.cpp:56: error: expected `;' before ‘t1’
4619convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’
4620convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope
4621convert_move.pass.cpp:60: error: expected initializer before ‘<’ token
4622convert_move.pass.cpp:61: error: expected initializer before ‘<’ token
4623convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope
4624convert_move.pass.cpp:62: error: expected `;' before ‘t0’
4625convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope
4626convert_move.pass.cpp:63: error: expected `;' before ‘t1’
4627convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’
4628convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope
4629convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’
4630convert_move.pass.cpp:68: error: expected initializer before ‘<’ token
4631convert_move.pass.cpp:69: error: expected initializer before ‘<’ token
4632convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope
4633convert_move.pass.cpp:70: error: expected `;' before ‘t0’
4634convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope
4635convert_move.pass.cpp:71: error: expected `;' before ‘t1’
4636convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’
4637convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope
4638convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’
4639convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’
4640convert_move.pass.cpp:78: error: expected initializer before ‘<’ token
4641convert_move.pass.cpp:79: error: expected initializer before ‘<’ token
4642convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope
4643convert_move.pass.cpp:80: error: expected `;' before ‘t0’
4644convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope
4645convert_move.pass.cpp:81: error: expected `;' before ‘t1’
4646convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’
4647convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope
4648convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’
4649convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’
4650convert_move.pass.cpp:88: error: expected initializer before ‘<’ token
4651convert_move.pass.cpp:89: error: expected initializer before ‘<’ token
4652convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope
4653convert_move.pass.cpp:90: error: expected `;' before ‘t0’
4654convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope
4655convert_move.pass.cpp:91: error: expected `;' before ‘t1’
4656convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’
4657convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope
4658convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’
4659convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’
4660convert_move.pass.cpp failed to compile
4661copy.pass.cpp: In function ‘int main()’:
4662copy.pass.cpp:37: error: expected initializer before ‘<’ token
4663copy.pass.cpp:38: error: ‘T’ was not declared in this scope
4664copy.pass.cpp:38: error: expected `;' before ‘t0’
4665copy.pass.cpp:39: error: expected `;' before ‘t’
4666copy.pass.cpp:42: error: expected initializer before ‘<’ token
4667copy.pass.cpp:43: error: ‘T’ was not declared in this scope
4668copy.pass.cpp:43: error: expected `;' before ‘t0’
4669copy.pass.cpp:44: error: expected `;' before ‘t’
4670copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’
4671copy.pass.cpp:45: error: ‘t’ was not declared in this scope
4672copy.pass.cpp:48: error: expected initializer before ‘<’ token
4673copy.pass.cpp:49: error: ‘T’ was not declared in this scope
4674copy.pass.cpp:49: error: expected `;' before ‘t0’
4675copy.pass.cpp:50: error: expected `;' before ‘t’
4676copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’
4677copy.pass.cpp:51: error: ‘t’ was not declared in this scope
4678copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’
4679copy.pass.cpp:55: error: expected initializer before ‘<’ token
4680copy.pass.cpp:56: error: ‘T’ was not declared in this scope
4681copy.pass.cpp:56: error: expected `;' before ‘t0’
4682copy.pass.cpp:57: error: expected `;' before ‘t’
4683copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’
4684copy.pass.cpp:58: error: ‘t’ was not declared in this scope
4685copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’
4686copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’
4687copy.pass.cpp failed to compile
4688default.pass.cpp: In function ‘int main()’:
4689default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’
4690default.pass.cpp:39: error: expected primary-expression before ‘>’ token
4691default.pass.cpp:39: error: ‘t’ was not declared in this scope
4692default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’
4693default.pass.cpp:42: error: expected primary-expression before ‘int’
4694default.pass.cpp:42: error: expected `;' before ‘int’
4695default.pass.cpp:43: error: ‘get’ is not a member of ‘std’
4696default.pass.cpp:43: error: ‘t’ was not declared in this scope
4697default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’
4698default.pass.cpp:46: error: expected primary-expression before ‘int’
4699default.pass.cpp:46: error: expected `;' before ‘int’
4700default.pass.cpp:47: error: ‘get’ is not a member of ‘std’
4701default.pass.cpp:47: error: ‘t’ was not declared in this scope
4702default.pass.cpp:48: error: ‘get’ is not a member of ‘std’
4703default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’
4704default.pass.cpp:51: error: expected primary-expression before ‘int’
4705default.pass.cpp:51: error: expected `;' before ‘int’
4706default.pass.cpp:52: error: ‘get’ is not a member of ‘std’
4707default.pass.cpp:52: error: ‘t’ was not declared in this scope
4708default.pass.cpp:53: error: ‘get’ is not a member of ‘std’
4709default.pass.cpp:54: error: ‘get’ is not a member of ‘std’
4710default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’
4711default.pass.cpp:57: error: expected primary-expression before ‘int’
4712default.pass.cpp:57: error: expected `;' before ‘int’
4713default.pass.cpp:58: error: ‘get’ is not a member of ‘std’
4714default.pass.cpp:58: error: ‘t’ was not declared in this scope
4715default.pass.cpp:59: error: ‘get’ is not a member of ‘std’
4716default.pass.cpp:60: error: ‘get’ is not a member of ‘std’
4717default.pass.cpp:61: error: ‘get’ is not a member of ‘std’
4718default.pass.cpp failed to compile
4719move.pass.cpp: In function ‘int main()’:
4720move.pass.cpp:38: error: expected initializer before ‘<’ token
4721move.pass.cpp:39: error: ‘T’ was not declared in this scope
4722move.pass.cpp:39: error: expected `;' before ‘t0’
4723move.pass.cpp:40: error: expected `;' before ‘t’
4724move.pass.cpp:43: error: expected initializer before ‘<’ token
4725move.pass.cpp:44: error: ‘T’ was not declared in this scope
4726move.pass.cpp:44: error: expected `;' before ‘t0’
4727move.pass.cpp:45: error: expected `;' before ‘t’
4728move.pass.cpp:46: error: ‘get’ is not a member of ‘std’
4729move.pass.cpp:46: error: ‘t’ was not declared in this scope
4730move.pass.cpp:49: error: expected initializer before ‘<’ token
4731move.pass.cpp:50: error: ‘T’ was not declared in this scope
4732move.pass.cpp:50: error: expected `;' before ‘t0’
4733move.pass.cpp:51: error: expected `;' before ‘t’
4734move.pass.cpp:52: error: ‘get’ is not a member of ‘std’
4735move.pass.cpp:52: error: ‘t’ was not declared in this scope
4736move.pass.cpp:53: error: ‘get’ is not a member of ‘std’
4737move.pass.cpp:56: error: expected initializer before ‘<’ token
4738move.pass.cpp:57: error: ‘T’ was not declared in this scope
4739move.pass.cpp:57: error: expected `;' before ‘t0’
4740move.pass.cpp:58: error: expected `;' before ‘t’
4741move.pass.cpp:59: error: ‘get’ is not a member of ‘std’
4742move.pass.cpp:59: error: ‘t’ was not declared in this scope
4743move.pass.cpp:60: error: ‘get’ is not a member of ‘std’
4744move.pass.cpp:61: error: ‘get’ is not a member of ‘std’
4745move.pass.cpp failed to compile
4746move_pair.pass.cpp: In function ‘int main()’:
4747move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope
4748move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list
4749move_pair.pass.cpp:55: error: expected initializer before ‘<’ token
4750move_pair.pass.cpp:56: error: expected `;' before ‘t0’
4751move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope
4752move_pair.pass.cpp:57: error: expected `;' before ‘t1’
4753move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’
4754move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope
4755move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’
4756move_pair.pass.cpp failed to compile
4757failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr
4758passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr
4759make_tuple.pass.cpp: In function ‘int main()’:
4760make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’
4761make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’
4762make_tuple.pass.cpp:40: error: expected `;' before ‘int’
4763make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’
4764make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope
4765make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’
4766make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’
4767make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’
4768make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’
4769make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’
4770make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’
4771make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’
4772make_tuple.pass.cpp failed to compile
4773tie.pass.cpp: In function ‘int main()’:
4774tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’
4775tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’
4776tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’
4777tie.pass.cpp failed to compile
4778tuple_cat.pass.cpp: In function ‘int main()’:
4779tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’
4780tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token
4781tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope
4782tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’
4783tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token
4784tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope
4785tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’
4786tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token
4787tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope
4788tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’
4789tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’
4790tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token
4791tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope
4792tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’
4793tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’
4794tuple_cat.pass.cpp:59: error: expected `;' before ‘int’
4795tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’
4796tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’
4797tuple_cat.pass.cpp:60: error: expected `;' before ‘int’
4798tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’
4799tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope
4800tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’
4801tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token
4802tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope
4803tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’
4804tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’
4805tuple_cat.pass.cpp:65: error: expected `;' before ‘int’
4806tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’
4807tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’
4808tuple_cat.pass.cpp:66: error: expected `;' before ‘int’
4809tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’
4810tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope
4811tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’
4812tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’
4813tuple_cat.pass.cpp:70: error: expected `;' before ‘int’
4814tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’
4815tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’
4816tuple_cat.pass.cpp:71: error: expected `;' before ‘int’
4817tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’
4818tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’
4819tuple_cat.pass.cpp:72: error: expected `;' before ‘int’
4820tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’
4821tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope
4822tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’
4823tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’
4824tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’
4825tuple_cat.pass.cpp:77: error: expected `;' before ‘int’
4826tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’
4827tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’
4828tuple_cat.pass.cpp:78: error: expected `;' before ‘int’
4829tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’
4830tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’
4831tuple_cat.pass.cpp:79: error: expected `;' before ‘int’
4832tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’
4833tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope
4834tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’
4835tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’
4836tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’
4837tuple_cat.pass.cpp:84: error: expected `;' before ‘int’
4838tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’
4839tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’
4840tuple_cat.pass.cpp:85: error: expected `;' before ‘int’
4841tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’
4842tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’
4843tuple_cat.pass.cpp:86: error: expected `;' before ‘int’
4844tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’
4845tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope
4846tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’
4847tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’
4848tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’
4849tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’
4850tuple_cat.pass.cpp:92: error: expected `;' before ‘int’
4851tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’
4852tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’
4853tuple_cat.pass.cpp:93: error: expected `;' before ‘int’
4854tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’
4855tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’
4856tuple_cat.pass.cpp:94: error: expected `;' before ‘int’
4857tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’
4858tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope
4859tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’
4860tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’
4861tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’
4862tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’
4863tuple_cat.pass.cpp:100: error: expected `;' before ‘int’
4864tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’
4865tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’
4866tuple_cat.pass.cpp:101: error: expected `;' before ‘int’
4867tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’
4868tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’
4869tuple_cat.pass.cpp:102: error: expected `;' before ‘int’
4870tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’
4871tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope
4872tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’
4873tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’
4874tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’
4875tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’
4876tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’
4877tuple_cat.pass.cpp:110: error: expected `;' before ‘int’
4878tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’
4879tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’
4880tuple_cat.pass.cpp:111: error: expected `;' before ‘int’
4881tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’
4882tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’
4883tuple_cat.pass.cpp:112: error: expected `;' before ‘int’
4884tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’
4885tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope
4886tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’
4887tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’
4888tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’
4889tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’
4890tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope
4891tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope
4892tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’
4893tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’
4894tuple_cat.pass.cpp:121: error: expected `;' before ‘int’
4895tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’
4896tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’
4897tuple_cat.pass.cpp:122: error: expected `;' before ‘int’
4898tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’
4899tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope
4900tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’
4901tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’
4902tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’
4903tuple_cat.pass.cpp failed to compile
4904failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation
4905get_const.pass.cpp: In function ‘int main()’:
4906get_const.pass.cpp:39: error: expected initializer before ‘<’ token
4907get_const.pass.cpp:40: error: ‘T’ does not name a type
4908get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’
4909get_const.pass.cpp:41: error: ‘t’ was not declared in this scope
4910get_const.pass.cpp:44: error: expected initializer before ‘<’ token
4911get_const.pass.cpp:45: error: ‘T’ does not name a type
4912get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’
4913get_const.pass.cpp:46: error: ‘t’ was not declared in this scope
4914get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’
4915get_const.pass.cpp:50: error: expected initializer before ‘<’ token
4916get_const.pass.cpp:52: error: ‘T’ does not name a type
4917get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’
4918get_const.pass.cpp:53: error: ‘t’ was not declared in this scope
4919get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’
4920get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’
4921get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’
4922get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’
4923get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’
4924get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’
4925get_const.pass.cpp failed to compile
4926get_non_const.pass.cpp: In function ‘int main()’:
4927get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token
4928get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope
4929get_non_const.pass.cpp:40: error: expected `;' before ‘t’
4930get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’
4931get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope
4932get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’
4933get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’
4934get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token
4935get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope
4936get_non_const.pass.cpp:47: error: expected `;' before ‘t’
4937get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’
4938get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope
4939get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’
4940get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’
4941get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’
4942get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’
4943get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’
4944get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token
4945get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope
4946get_non_const.pass.cpp:58: error: expected `;' before ‘t’
4947get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’
4948get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope
4949get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’
4950get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’
4951get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’
4952get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’
4953get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’
4954get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’
4955get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’
4956get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’
4957get_non_const.pass.cpp failed to compile
4958failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem
4959passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem
4960tuple_element.pass.cpp: In function ‘int main()’:
4961tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token
4962tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope
4963tuple_element.pass.cpp:42: error: template argument 2 is invalid
4964tuple_element.pass.cpp:42: error: template argument 1 is invalid
4965tuple_element.pass.cpp:42: error: template argument 1 is invalid
4966tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token
4967tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope
4968tuple_element.pass.cpp:47: error: template argument 2 is invalid
4969tuple_element.pass.cpp:47: error: template argument 1 is invalid
4970tuple_element.pass.cpp:47: error: template argument 1 is invalid
4971tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression
4972tuple_element.pass.cpp:49: error: template argument 2 is invalid
4973tuple_element.pass.cpp:49: error: template argument 1 is invalid
4974tuple_element.pass.cpp:49: error: template argument 1 is invalid
4975tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token
4976tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope
4977tuple_element.pass.cpp:54: error: template argument 2 is invalid
4978tuple_element.pass.cpp:54: error: template argument 1 is invalid
4979tuple_element.pass.cpp:54: error: template argument 1 is invalid
4980tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression
4981tuple_element.pass.cpp:56: error: template argument 2 is invalid
4982tuple_element.pass.cpp:56: error: template argument 1 is invalid
4983tuple_element.pass.cpp:56: error: template argument 1 is invalid
4984tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression
4985tuple_element.pass.cpp:58: error: template argument 2 is invalid
4986tuple_element.pass.cpp:58: error: template argument 1 is invalid
4987tuple_element.pass.cpp:58: error: template argument 1 is invalid
4988tuple_element.pass.cpp failed to compile
4989tuple_size.pass.cpp: In function ‘int main()’:
4990tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token
4991tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope
4992tuple_size.pass.cpp:39: error: template argument 1 is invalid
4993tuple_size.pass.cpp:39: error: template argument 2 is invalid
4994tuple_size.pass.cpp:39: error: template argument 1 is invalid
4995tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token
4996tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope
4997tuple_size.pass.cpp:44: error: template argument 1 is invalid
4998tuple_size.pass.cpp:44: error: template argument 2 is invalid
4999tuple_size.pass.cpp:44: error: template argument 1 is invalid
5000tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token
5001tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope
5002tuple_size.pass.cpp:49: error: template argument 1 is invalid
5003tuple_size.pass.cpp:49: error: template argument 2 is invalid
5004tuple_size.pass.cpp:49: error: template argument 1 is invalid
5005tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token
5006tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope
5007tuple_size.pass.cpp:54: error: template argument 1 is invalid
5008tuple_size.pass.cpp:54: error: template argument 2 is invalid
5009tuple_size.pass.cpp:54: error: template argument 1 is invalid
5010tuple_size.pass.cpp failed to compile
5011failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper
5012begin.pass.cpp: In function ‘int main()’:
5013begin.pass.cpp:41: error: expected initializer before ‘<’ token
5014begin.pass.cpp:43: error: ‘T’ does not name a type
5015begin.pass.cpp:44: error: ‘t’ was not declared in this scope
5016begin.pass.cpp:44: error: ‘begin’ was not declared in this scope
5017begin.pass.cpp:45: error: ‘end’ was not declared in this scope
5018begin.pass.cpp failed to compile
5019failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range
5020eq.pass.cpp: In function ‘int main()’:
5021eq.pass.cpp:39: error: expected initializer before ‘<’ token
5022eq.pass.cpp:40: error: expected initializer before ‘<’ token
5023eq.pass.cpp:41: error: ‘T1’ does not name a type
5024eq.pass.cpp:42: error: ‘T2’ does not name a type
5025eq.pass.cpp:43: error: ‘t1’ was not declared in this scope
5026eq.pass.cpp:43: error: ‘t2’ was not declared in this scope
5027eq.pass.cpp:47: error: expected initializer before ‘<’ token
5028eq.pass.cpp:48: error: expected initializer before ‘<’ token
5029eq.pass.cpp:49: error: ‘T1’ does not name a type
5030eq.pass.cpp:50: error: ‘T2’ does not name a type
5031eq.pass.cpp:51: error: ‘t1’ was not declared in this scope
5032eq.pass.cpp:51: error: ‘t2’ was not declared in this scope
5033eq.pass.cpp:55: error: expected initializer before ‘<’ token
5034eq.pass.cpp:56: error: expected initializer before ‘<’ token
5035eq.pass.cpp:57: error: ‘T1’ does not name a type
5036eq.pass.cpp:58: error: ‘T2’ does not name a type
5037eq.pass.cpp:59: error: ‘t1’ was not declared in this scope
5038eq.pass.cpp:59: error: ‘t2’ was not declared in this scope
5039eq.pass.cpp:63: error: expected initializer before ‘<’ token
5040eq.pass.cpp:64: error: expected initializer before ‘<’ token
5041eq.pass.cpp:65: error: ‘T1’ does not name a type
5042eq.pass.cpp:66: error: ‘T2’ does not name a type
5043eq.pass.cpp:67: error: ‘t1’ was not declared in this scope
5044eq.pass.cpp:67: error: ‘t2’ was not declared in this scope
5045eq.pass.cpp:71: error: expected initializer before ‘<’ token
5046eq.pass.cpp:72: error: expected initializer before ‘<’ token
5047eq.pass.cpp:73: error: ‘T1’ does not name a type
5048eq.pass.cpp:74: error: ‘T2’ does not name a type
5049eq.pass.cpp:75: error: ‘t1’ was not declared in this scope
5050eq.pass.cpp:75: error: ‘t2’ was not declared in this scope
5051eq.pass.cpp:79: error: expected initializer before ‘<’ token
5052eq.pass.cpp:80: error: expected initializer before ‘<’ token
5053eq.pass.cpp:81: error: ‘T1’ does not name a type
5054eq.pass.cpp:82: error: ‘T2’ does not name a type
5055eq.pass.cpp:83: error: ‘t1’ was not declared in this scope
5056eq.pass.cpp:83: error: ‘t2’ was not declared in this scope
5057eq.pass.cpp:87: error: expected initializer before ‘<’ token
5058eq.pass.cpp:88: error: expected initializer before ‘<’ token
5059eq.pass.cpp:89: error: ‘T1’ does not name a type
5060eq.pass.cpp:90: error: ‘T2’ does not name a type
5061eq.pass.cpp:91: error: ‘t1’ was not declared in this scope
5062eq.pass.cpp:91: error: ‘t2’ was not declared in this scope
5063eq.pass.cpp:95: error: expected initializer before ‘<’ token
5064eq.pass.cpp:96: error: expected initializer before ‘<’ token
5065eq.pass.cpp:97: error: ‘T1’ does not name a type
5066eq.pass.cpp:98: error: ‘T2’ does not name a type
5067eq.pass.cpp:99: error: ‘t1’ was not declared in this scope
5068eq.pass.cpp:99: error: ‘t2’ was not declared in this scope
5069eq.pass.cpp:103: error: expected initializer before ‘<’ token
5070eq.pass.cpp:104: error: expected initializer before ‘<’ token
5071eq.pass.cpp:105: error: ‘T1’ does not name a type
5072eq.pass.cpp:106: error: ‘T2’ does not name a type
5073eq.pass.cpp:107: error: ‘t1’ was not declared in this scope
5074eq.pass.cpp:107: error: ‘t2’ was not declared in this scope
5075eq.pass.cpp:111: error: expected initializer before ‘<’ token
5076eq.pass.cpp:112: error: expected initializer before ‘<’ token
5077eq.pass.cpp:113: error: ‘T1’ does not name a type
5078eq.pass.cpp:114: error: ‘T2’ does not name a type
5079eq.pass.cpp:115: error: ‘t1’ was not declared in this scope
5080eq.pass.cpp:115: error: ‘t2’ was not declared in this scope
5081eq.pass.cpp:119: error: expected initializer before ‘<’ token
5082eq.pass.cpp:120: error: expected initializer before ‘<’ token
5083eq.pass.cpp:121: error: ‘T1’ does not name a type
5084eq.pass.cpp:122: error: ‘T2’ does not name a type
5085eq.pass.cpp:123: error: ‘t1’ was not declared in this scope
5086eq.pass.cpp:123: error: ‘t2’ was not declared in this scope
5087eq.pass.cpp:127: error: expected initializer before ‘<’ token
5088eq.pass.cpp:128: error: expected initializer before ‘<’ token
5089eq.pass.cpp:129: error: ‘T1’ does not name a type
5090eq.pass.cpp:130: error: ‘T2’ does not name a type
5091eq.pass.cpp:131: error: ‘t1’ was not declared in this scope
5092eq.pass.cpp:131: error: ‘t2’ was not declared in this scope
5093eq.pass.cpp:135: error: expected initializer before ‘<’ token
5094eq.pass.cpp:136: error: expected initializer before ‘<’ token
5095eq.pass.cpp:137: error: ‘T1’ does not name a type
5096eq.pass.cpp:138: error: ‘T2’ does not name a type
5097eq.pass.cpp:139: error: ‘t1’ was not declared in this scope
5098eq.pass.cpp:139: error: ‘t2’ was not declared in this scope
5099eq.pass.cpp:143: error: expected initializer before ‘<’ token
5100eq.pass.cpp:144: error: expected initializer before ‘<’ token
5101eq.pass.cpp:145: error: ‘T1’ does not name a type
5102eq.pass.cpp:146: error: ‘T2’ does not name a type
5103eq.pass.cpp:147: error: ‘t1’ was not declared in this scope
5104eq.pass.cpp:147: error: ‘t2’ was not declared in this scope
5105eq.pass.cpp:151: error: expected initializer before ‘<’ token
5106eq.pass.cpp:152: error: expected initializer before ‘<’ token
5107eq.pass.cpp:153: error: ‘T1’ does not name a type
5108eq.pass.cpp:154: error: ‘T2’ does not name a type
5109eq.pass.cpp:155: error: ‘t1’ was not declared in this scope
5110eq.pass.cpp:155: error: ‘t2’ was not declared in this scope
5111eq.pass.cpp failed to compile
5112lt.pass.cpp: In function ‘int main()’:
5113lt.pass.cpp:51: error: expected initializer before ‘<’ token
5114lt.pass.cpp:52: error: expected initializer before ‘<’ token
5115lt.pass.cpp:53: error: ‘T1’ does not name a type
5116lt.pass.cpp:54: error: ‘T2’ does not name a type
5117lt.pass.cpp:55: error: ‘t1’ was not declared in this scope
5118lt.pass.cpp:55: error: ‘t2’ was not declared in this scope
5119lt.pass.cpp:61: error: expected initializer before ‘<’ token
5120lt.pass.cpp:62: error: expected initializer before ‘<’ token
5121lt.pass.cpp:63: error: ‘T1’ does not name a type
5122lt.pass.cpp:64: error: ‘T2’ does not name a type
5123lt.pass.cpp:65: error: ‘t1’ was not declared in this scope
5124lt.pass.cpp:65: error: ‘t2’ was not declared in this scope
5125lt.pass.cpp:71: error: expected initializer before ‘<’ token
5126lt.pass.cpp:72: error: expected initializer before ‘<’ token
5127lt.pass.cpp:73: error: ‘T1’ does not name a type
5128lt.pass.cpp:74: error: ‘T2’ does not name a type
5129lt.pass.cpp:75: error: ‘t1’ was not declared in this scope
5130lt.pass.cpp:75: error: ‘t2’ was not declared in this scope
5131lt.pass.cpp:81: error: expected initializer before ‘<’ token
5132lt.pass.cpp:82: error: expected initializer before ‘<’ token
5133lt.pass.cpp:83: error: ‘T1’ does not name a type
5134lt.pass.cpp:84: error: ‘T2’ does not name a type
5135lt.pass.cpp:85: error: ‘t1’ was not declared in this scope
5136lt.pass.cpp:85: error: ‘t2’ was not declared in this scope
5137lt.pass.cpp:91: error: expected initializer before ‘<’ token
5138lt.pass.cpp:92: error: expected initializer before ‘<’ token
5139lt.pass.cpp:93: error: ‘T1’ does not name a type
5140lt.pass.cpp:94: error: ‘T2’ does not name a type
5141lt.pass.cpp:95: error: ‘t1’ was not declared in this scope
5142lt.pass.cpp:95: error: ‘t2’ was not declared in this scope
5143lt.pass.cpp:101: error: expected initializer before ‘<’ token
5144lt.pass.cpp:102: error: expected initializer before ‘<’ token
5145lt.pass.cpp:103: error: ‘T1’ does not name a type
5146lt.pass.cpp:104: error: ‘T2’ does not name a type
5147lt.pass.cpp:105: error: ‘t1’ was not declared in this scope
5148lt.pass.cpp:105: error: ‘t2’ was not declared in this scope
5149lt.pass.cpp:111: error: expected initializer before ‘<’ token
5150lt.pass.cpp:112: error: expected initializer before ‘<’ token
5151lt.pass.cpp:113: error: ‘T1’ does not name a type
5152lt.pass.cpp:114: error: ‘T2’ does not name a type
5153lt.pass.cpp:115: error: ‘t1’ was not declared in this scope
5154lt.pass.cpp:115: error: ‘t2’ was not declared in this scope
5155lt.pass.cpp:121: error: expected initializer before ‘<’ token
5156lt.pass.cpp:122: error: expected initializer before ‘<’ token
5157lt.pass.cpp:123: error: ‘T1’ does not name a type
5158lt.pass.cpp:124: error: ‘T2’ does not name a type
5159lt.pass.cpp:125: error: ‘t1’ was not declared in this scope
5160lt.pass.cpp:125: error: ‘t2’ was not declared in this scope
5161lt.pass.cpp:131: error: expected initializer before ‘<’ token
5162lt.pass.cpp:132: error: expected initializer before ‘<’ token
5163lt.pass.cpp:133: error: ‘T1’ does not name a type
5164lt.pass.cpp:134: error: ‘T2’ does not name a type
5165lt.pass.cpp:135: error: ‘t1’ was not declared in this scope
5166lt.pass.cpp:135: error: ‘t2’ was not declared in this scope
5167lt.pass.cpp:141: error: expected initializer before ‘<’ token
5168lt.pass.cpp:142: error: expected initializer before ‘<’ token
5169lt.pass.cpp:143: error: ‘T1’ does not name a type
5170lt.pass.cpp:144: error: ‘T2’ does not name a type
5171lt.pass.cpp:145: error: ‘t1’ was not declared in this scope
5172lt.pass.cpp:145: error: ‘t2’ was not declared in this scope
5173lt.pass.cpp:151: error: expected initializer before ‘<’ token
5174lt.pass.cpp:152: error: expected initializer before ‘<’ token
5175lt.pass.cpp:153: error: ‘T1’ does not name a type
5176lt.pass.cpp:154: error: ‘T2’ does not name a type
5177lt.pass.cpp:155: error: ‘t1’ was not declared in this scope
5178lt.pass.cpp:155: error: ‘t2’ was not declared in this scope
5179lt.pass.cpp:161: error: expected initializer before ‘<’ token
5180lt.pass.cpp:162: error: expected initializer before ‘<’ token
5181lt.pass.cpp:163: error: ‘T1’ does not name a type
5182lt.pass.cpp:164: error: ‘T2’ does not name a type
5183lt.pass.cpp:165: error: ‘t1’ was not declared in this scope
5184lt.pass.cpp:165: error: ‘t2’ was not declared in this scope
5185lt.pass.cpp:171: error: expected initializer before ‘<’ token
5186lt.pass.cpp:172: error: expected initializer before ‘<’ token
5187lt.pass.cpp:173: error: ‘T1’ does not name a type
5188lt.pass.cpp:174: error: ‘T2’ does not name a type
5189lt.pass.cpp:175: error: ‘t1’ was not declared in this scope
5190lt.pass.cpp:175: error: ‘t2’ was not declared in this scope
5191lt.pass.cpp:181: error: expected initializer before ‘<’ token
5192lt.pass.cpp:182: error: expected initializer before ‘<’ token
5193lt.pass.cpp:183: error: ‘T1’ does not name a type
5194lt.pass.cpp:184: error: ‘T2’ does not name a type
5195lt.pass.cpp:185: error: ‘t1’ was not declared in this scope
5196lt.pass.cpp:185: error: ‘t2’ was not declared in this scope
5197lt.pass.cpp:191: error: expected initializer before ‘<’ token
5198lt.pass.cpp:192: error: expected initializer before ‘<’ token
5199lt.pass.cpp:193: error: ‘T1’ does not name a type
5200lt.pass.cpp:194: error: ‘T2’ does not name a type
5201lt.pass.cpp:195: error: ‘t1’ was not declared in this scope
5202lt.pass.cpp:195: error: ‘t2’ was not declared in this scope
5203lt.pass.cpp:201: error: expected initializer before ‘<’ token
5204lt.pass.cpp:202: error: expected initializer before ‘<’ token
5205lt.pass.cpp:203: error: ‘T1’ does not name a type
5206lt.pass.cpp:204: error: ‘T2’ does not name a type
5207lt.pass.cpp:205: error: ‘t1’ was not declared in this scope
5208lt.pass.cpp:205: error: ‘t2’ was not declared in this scope
5209lt.pass.cpp failed to compile
5210failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel
5211non_member_swap.pass.cpp: In function ‘int main()’:
5212non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token
5213non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope
5214non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’
5215non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’
5216non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope
5217non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope
5218non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope
5219non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token
5220non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope
5221non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’
5222non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’
5223non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope
5224non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope
5225non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope
5226non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’
5227non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’
5228non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token
5229non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope
5230non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’
5231non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’
5232non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope
5233non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope
5234non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope
5235non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’
5236non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’
5237non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’
5238non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’
5239non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token
5240non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope
5241non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’
5242non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’
5243non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope
5244non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope
5245non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope
5246non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’
5247non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’
5248non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’
5249non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’
5250non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’
5251non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’
5252non_member_swap.pass.cpp failed to compile
5253failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special
5254member_swap.pass.cpp: In function ‘int main()’:
5255member_swap.pass.cpp:38: error: expected initializer before ‘<’ token
5256member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope
5257member_swap.pass.cpp:39: error: expected `;' before ‘t0’
5258member_swap.pass.cpp:40: error: expected `;' before ‘t1’
5259member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope
5260member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope
5261member_swap.pass.cpp:44: error: expected initializer before ‘<’ token
5262member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope
5263member_swap.pass.cpp:45: error: expected `;' before ‘t0’
5264member_swap.pass.cpp:46: error: expected `;' before ‘t1’
5265member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope
5266member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope
5267member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’
5268member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’
5269member_swap.pass.cpp:52: error: expected initializer before ‘<’ token
5270member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope
5271member_swap.pass.cpp:53: error: expected `;' before ‘t0’
5272member_swap.pass.cpp:54: error: expected `;' before ‘t1’
5273member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope
5274member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope
5275member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’
5276member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’
5277member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’
5278member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’
5279member_swap.pass.cpp:62: error: expected initializer before ‘<’ token
5280member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope
5281member_swap.pass.cpp:63: error: expected `;' before ‘t0’
5282member_swap.pass.cpp:64: error: expected `;' before ‘t1’
5283member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope
5284member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope
5285member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’
5286member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’
5287member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’
5288member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’
5289member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’
5290member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’
5291member_swap.pass.cpp failed to compile
5292failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap
5293uses_allocator.pass.cpp: In function ‘int main()’:
5294uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token
5295uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope
5296uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared
5297uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list
5298uses_allocator.pass.cpp:40: error: template argument 1 is invalid
5299uses_allocator.pass.cpp:40: error: template argument 2 is invalid
5300uses_allocator.pass.cpp:40: error: template argument 1 is invalid
5301uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token
5302uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope
5303uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared
5304uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list
5305uses_allocator.pass.cpp:45: error: template argument 1 is invalid
5306uses_allocator.pass.cpp:45: error: template argument 2 is invalid
5307uses_allocator.pass.cpp:45: error: template argument 1 is invalid
5308uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token
5309uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope
5310uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared
5311uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list
5312uses_allocator.pass.cpp:50: error: template argument 1 is invalid
5313uses_allocator.pass.cpp:50: error: template argument 2 is invalid
5314uses_allocator.pass.cpp:50: error: template argument 1 is invalid
5315uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token
5316uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope
5317uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared
5318uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list
5319uses_allocator.pass.cpp:55: error: template argument 1 is invalid
5320uses_allocator.pass.cpp:55: error: template argument 2 is invalid
5321uses_allocator.pass.cpp:55: error: template argument 1 is invalid
5322uses_allocator.pass.cpp failed to compile
5323failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits
5324passed 1 tests in /test/utilities/type.index
5325passed 1 tests in /test/utilities/type.index/type.index.hash
5326passed 5 tests in /test/utilities/type.index/type.index.members
5327passed 2 tests in /test/utilities/type.index/type.index.overview
5328passed 1 tests in /test/utilities/type.index/type.index.synopsis
5329passed 1 tests in /test/utilities/utilities.general
5330passed 1 tests in /test/utilities/utility
5331forward.pass.cpp: In function ‘int main()’:
5332forward.pass.cpp:78: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’
5333../../../../include/type_traits:1208: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible<T,std::__1::__rv<T> >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A&, U = A]’
5334forward.pass.cpp:78: error: template argument 1 is invalid
5335forward.pass.cpp:80: error: invalid initialization of non-const reference of type ‘A&’ from a temporary of type ‘A’
5336../../../../include/type_traits:1208: error: in passing argument 1 of ‘typename std::__1::enable_if<(! std::__1::is_convertible<T,std::__1::__rv<T> >::value), typename std::__1::add_lvalue_reference<_Tp>::type>::type std::__1::forward(U&) [with T = const A, U = A]’
5337forward.pass.cpp:80: error: template argument 1 is invalid
5338forward.pass.cpp failed to compile
5339failed 1 tests in /test/utilities/utility/forward
5340passed 12 tests in /test/utilities/utility/forward
5341passed 1 tests in /test/utilities/utility/operators
5342not implemented: /test/utilities/utility/pairs
5343not implemented: /test/utilities/utility/pairs/pair.astuple
5344not implemented: /test/utilities/utility/pairs/pair.piecewise
5345not implemented: /test/utilities/utility/pairs/pair.range
5346not implemented: /test/utilities/utility/pairs/pairs.general
5347not implemented: /test/utilities/utility/pairs/pairs.pair
5348passed 2 tests in /test/utilities/utility/utility.swap
5349passed 1 tests in /test/utilities/utility.requirements
5350passed 1 tests in /test/utilities/utility.requirements/allocator.requirements
5351passed 1 tests in /test/utilities/utility.requirements/hash.requirements
5352passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements
5353passed 1 tests in /test/utilities/utility.requirements/swappable.requirements
5354passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements
5355****************************************************
5356Results for /test:
5357using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1)
5358Copyright (C) 2007 Free Software Foundation, Inc.
5359This is free software; see the source for copying conditions. There is NO
5360warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5361with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib
5362----------------------------------------------------
5363sections without tests : 145
5364sections with failures : 48
5365sections without failures: 858
5366 + ----
5367total number of sections : 1051
5368----------------------------------------------------
5369number of tests failed : 141
5370number of tests passed : 3182
5371 + ----
5372total number of tests : 3323
5373****************************************************