Howard Hinnant | bc8d3f9 | 2010-05-11 19:42:16 +0000 | [diff] [blame] | 1 | passed 1 tests in /test |
| 2 | passed 1 tests in /test/algorithms |
| 3 | passed 1 tests in /test/algorithms/alg.c.library |
| 4 | passed 1 tests in /test/algorithms/alg.modifying.operations |
| 5 | passed 4 tests in /test/algorithms/alg.modifying.operations/alg.copy |
| 6 | passed 2 tests in /test/algorithms/alg.modifying.operations/alg.fill |
| 7 | passed 2 tests in /test/algorithms/alg.modifying.operations/alg.generate |
| 8 | passed 2 tests in /test/algorithms/alg.modifying.operations/alg.move |
| 9 | passed 5 tests in /test/algorithms/alg.modifying.operations/alg.partitions |
| 10 | random_shuffle_urng.pass.cpp:32:2: error: #error random_shuffle for UniformRandomNumberGenerator not implemented |
| 11 | random_shuffle_urng.pass.cpp failed to compile |
| 12 | failed 1 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle |
| 13 | passed 2 tests in /test/algorithms/alg.modifying.operations/alg.random.shuffle |
| 14 | passed 4 tests in /test/algorithms/alg.modifying.operations/alg.remove |
| 15 | passed 4 tests in /test/algorithms/alg.modifying.operations/alg.replace |
| 16 | passed 2 tests in /test/algorithms/alg.modifying.operations/alg.reverse |
| 17 | passed 2 tests in /test/algorithms/alg.modifying.operations/alg.rotate |
| 18 | passed 2 tests in /test/algorithms/alg.modifying.operations/alg.swap |
| 19 | passed 2 tests in /test/algorithms/alg.modifying.operations/alg.transform |
| 20 | passed 4 tests in /test/algorithms/alg.modifying.operations/alg.unique |
| 21 | passed 1 tests in /test/algorithms/alg.nonmodifying |
| 22 | passed 2 tests in /test/algorithms/alg.nonmodifying/alg.adjacent.find |
| 23 | passed 1 tests in /test/algorithms/alg.nonmodifying/alg.all_of |
| 24 | passed 1 tests in /test/algorithms/alg.nonmodifying/alg.any_of |
| 25 | passed 2 tests in /test/algorithms/alg.nonmodifying/alg.count |
| 26 | passed 2 tests in /test/algorithms/alg.nonmodifying/alg.equal |
| 27 | passed 3 tests in /test/algorithms/alg.nonmodifying/alg.find |
| 28 | passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.end |
| 29 | passed 2 tests in /test/algorithms/alg.nonmodifying/alg.find.first.of |
| 30 | passed 1 tests in /test/algorithms/alg.nonmodifying/alg.foreach |
| 31 | not implemented: /test/algorithms/alg.nonmodifying/alg.is_permutation |
| 32 | passed 1 tests in /test/algorithms/alg.nonmodifying/alg.none_of |
| 33 | passed 2 tests in /test/algorithms/alg.nonmodifying/alg.search |
| 34 | passed 2 tests in /test/algorithms/alg.nonmodifying/mismatch |
| 35 | passed 1 tests in /test/algorithms/alg.sorting |
| 36 | passed 1 tests in /test/algorithms/alg.sorting/alg.binary.search |
| 37 | passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/binary.search |
| 38 | passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/equal.range |
| 39 | passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/lower.bound |
| 40 | passed 2 tests in /test/algorithms/alg.sorting/alg.binary.search/upper.bound |
| 41 | passed 1 tests in /test/algorithms/alg.sorting/alg.heap.operations |
| 42 | passed 4 tests in /test/algorithms/alg.sorting/alg.heap.operations/is.heap |
| 43 | passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/make.heap |
| 44 | passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/pop.heap |
| 45 | passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/push.heap |
| 46 | passed 2 tests in /test/algorithms/alg.sorting/alg.heap.operations/sort.heap |
| 47 | passed 2 tests in /test/algorithms/alg.sorting/alg.lex.comparison |
| 48 | passed 4 tests in /test/algorithms/alg.sorting/alg.merge |
| 49 | max_init_list.pass.cpp:33:2: error: #error max(initializer_list<T> t) is not implemented |
| 50 | max_init_list.pass.cpp failed to compile |
| 51 | max_init_list_comp.pass.cpp:33:2: error: #error max(initializer_list<T> t, Compare comp) is not implemented |
| 52 | max_init_list_comp.pass.cpp failed to compile |
| 53 | min_init_list.pass.cpp:33:2: error: #error min(initializer_list<T> t) is not implemented |
| 54 | min_init_list.pass.cpp failed to compile |
| 55 | min_init_list_comp.pass.cpp:33:2: error: #error min(initializer_list<T> t, Compare comp) is not implemented |
| 56 | min_init_list_comp.pass.cpp failed to compile |
| 57 | minmax.pass.cpp: In function ‘void test(const T&, const T&, const T&, const T&)’: |
| 58 | minmax.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&>’: |
| 61 | minmax.pass.cpp:37: instantiated from ‘void test(const T&, const T&, const T&, const T&) [with T = int]’ |
| 62 | minmax.pass.cpp:47: instantiated from here |
| 63 | ../../../../include/utility:137: error: forming reference to reference type ‘const int&’ |
| 64 | minmax.pass.cpp failed to compile |
| 65 | minmax_comp.pass.cpp: In function ‘void test(const T&, const T&, C, const T&, const T&)’: |
| 66 | minmax_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&>’: |
| 69 | minmax_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>]’ |
| 70 | minmax_comp.pass.cpp:49: instantiated from here |
| 71 | ../../../../include/utility:137: error: forming reference to reference type ‘const int&’ |
| 72 | minmax_comp.pass.cpp failed to compile |
| 73 | minmax_init_list.pass.cpp:33:2: error: #error minmax(initializer_list<T> t) is not implemented |
| 74 | minmax_init_list.pass.cpp failed to compile |
| 75 | minmax_init_list_comp.pass.cpp:33:2: error: #error minmax(initializer_list<T> t, Compare comp) is not implemented |
| 76 | minmax_init_list_comp.pass.cpp failed to compile |
| 77 | failed 8 tests in /test/algorithms/alg.sorting/alg.min.max |
| 78 | passed 10 tests in /test/algorithms/alg.sorting/alg.min.max |
| 79 | passed 2 tests in /test/algorithms/alg.sorting/alg.nth.element |
| 80 | passed 4 tests in /test/algorithms/alg.sorting/alg.permutation.generators |
| 81 | passed 1 tests in /test/algorithms/alg.sorting/alg.set.operations |
| 82 | passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/includes |
| 83 | passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.difference |
| 84 | passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.intersection |
| 85 | passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference |
| 86 | passed 2 tests in /test/algorithms/alg.sorting/alg.set.operations/set.union |
| 87 | passed 1 tests in /test/algorithms/alg.sorting/alg.sort |
| 88 | passed 4 tests in /test/algorithms/alg.sorting/alg.sort/is.sorted |
| 89 | passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort |
| 90 | passed 2 tests in /test/algorithms/alg.sorting/alg.sort/partial.sort.copy |
| 91 | passed 2 tests in /test/algorithms/alg.sorting/alg.sort/sort |
| 92 | passed 2 tests in /test/algorithms/alg.sorting/alg.sort/stable.sort |
| 93 | passed 1 tests in /test/algorithms/algorithms.general |
| 94 | not implemented: /test/atomics |
| 95 | not implemented: /test/atomics/atomics.fences |
| 96 | not implemented: /test/atomics/atomics.flag |
| 97 | not implemented: /test/atomics/atomics.general |
| 98 | not implemented: /test/atomics/atomics.lockfree |
| 99 | not implemented: /test/atomics/atomics.order |
| 100 | not implemented: /test/atomics/atomics.syn |
| 101 | not implemented: /test/atomics/atomics.types |
| 102 | not implemented: /test/atomics/atomics.types/atomics.types.address |
| 103 | not implemented: /test/atomics/atomics.types/atomics.types.generic |
| 104 | not implemented: /test/atomics/atomics.types/atomics.types.integral |
| 105 | not implemented: /test/atomics/atomics.types.operations |
| 106 | passed 1 tests in /test/containers |
| 107 | passed 4 tests in /test/containers/associative |
| 108 | passed 1 tests in /test/containers/associative/map |
| 109 | passed 7 tests in /test/containers/associative/map/map.access |
| 110 | passed 17 tests in /test/containers/associative/map/map.cons |
| 111 | passed 12 tests in /test/containers/associative/map/map.modifiers |
| 112 | passed 5 tests in /test/containers/associative/map/map.ops |
| 113 | passed 2 tests in /test/containers/associative/map/map.special |
| 114 | passed 5 tests in /test/containers/associative/multimap |
| 115 | passed 17 tests in /test/containers/associative/multimap/multimap.cons |
| 116 | passed 12 tests in /test/containers/associative/multimap/multimap.modifiers |
| 117 | passed 5 tests in /test/containers/associative/multimap/multimap.ops |
| 118 | passed 2 tests in /test/containers/associative/multimap/multimap.special |
| 119 | passed 22 tests in /test/containers/associative/multiset |
| 120 | passed 17 tests in /test/containers/associative/multiset/multiset.cons |
| 121 | passed 2 tests in /test/containers/associative/multiset/multiset.special |
| 122 | passed 22 tests in /test/containers/associative/set |
| 123 | passed 17 tests in /test/containers/associative/set/set.cons |
| 124 | passed 2 tests in /test/containers/associative/set/set.special |
| 125 | passed 1 tests in /test/containers/container.requirements |
| 126 | passed 1 tests in /test/containers/container.requirements/associative.reqmts |
| 127 | passed 1 tests in /test/containers/container.requirements/associative.reqmts/associative.reqmts.except |
| 128 | passed 1 tests in /test/containers/container.requirements/container.requirements.dataraces |
| 129 | passed 1 tests in /test/containers/container.requirements/container.requirements.general |
| 130 | passed 1 tests in /test/containers/container.requirements/sequence.reqmts |
| 131 | passed 1 tests in /test/containers/container.requirements/unord.req |
| 132 | passed 1 tests in /test/containers/container.requirements/unord.req/unord.req.except |
| 133 | passed 1 tests in /test/containers/containers.general |
| 134 | passed 1 tests in /test/containers/sequences |
| 135 | passed 2 tests in /test/containers/sequences/array |
| 136 | passed 2 tests in /test/containers/sequences/array/array.cons |
| 137 | passed 2 tests in /test/containers/sequences/array/array.data |
| 138 | passed 1 tests in /test/containers/sequences/array/array.fill |
| 139 | passed 1 tests in /test/containers/sequences/array/array.size |
| 140 | passed 1 tests in /test/containers/sequences/array/array.special |
| 141 | passed 1 tests in /test/containers/sequences/array/array.swap |
| 142 | passed 4 tests in /test/containers/sequences/array/array.tuple |
| 143 | passed 1 tests in /test/containers/sequences/array/array.zero |
| 144 | passed 1 tests in /test/containers/sequences/container.adaptors |
| 145 | passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue |
| 146 | passed 12 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons |
| 147 | passed 6 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.cons.alloc |
| 148 | passed 8 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.members |
| 149 | passed 1 tests in /test/containers/sequences/container.adaptors/priority.queue/priqueue.special |
| 150 | passed 1 tests in /test/containers/sequences/container.adaptors/queue |
| 151 | passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons |
| 152 | passed 5 tests in /test/containers/sequences/container.adaptors/queue/queue.cons.alloc |
| 153 | passed 14 tests in /test/containers/sequences/container.adaptors/queue/queue.defn |
| 154 | passed 2 tests in /test/containers/sequences/container.adaptors/queue/queue.ops |
| 155 | passed 1 tests in /test/containers/sequences/container.adaptors/queue/queue.special |
| 156 | passed 1 tests in /test/containers/sequences/container.adaptors/stack |
| 157 | passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons |
| 158 | passed 5 tests in /test/containers/sequences/container.adaptors/stack/stack.cons.alloc |
| 159 | passed 12 tests in /test/containers/sequences/container.adaptors/stack/stack.defn |
| 160 | passed 2 tests in /test/containers/sequences/container.adaptors/stack/stack.ops |
| 161 | passed 1 tests in /test/containers/sequences/container.adaptors/stack/stack.special |
| 162 | passed 1 tests in /test/containers/sequences/deque |
| 163 | passed 4 tests in /test/containers/sequences/deque/deque.capacity |
| 164 | passed 19 tests in /test/containers/sequences/deque/deque.cons |
| 165 | passed 16 tests in /test/containers/sequences/deque/deque.modifiers |
| 166 | passed 5 tests in /test/containers/sequences/deque/deque.special |
| 167 | passed 2 tests in /test/containers/sequences/forwardlist |
| 168 | passed 1 tests in /test/containers/sequences/forwardlist/forwardlist.access |
| 169 | passed 21 tests in /test/containers/sequences/forwardlist/forwardlist.cons |
| 170 | passed 2 tests in /test/containers/sequences/forwardlist/forwardlist.iter |
| 171 | passed 15 tests in /test/containers/sequences/forwardlist/forwardlist.modifiers |
| 172 | passed 12 tests in /test/containers/sequences/forwardlist/forwardlist.ops |
| 173 | passed 4 tests in /test/containers/sequences/forwardlist/forwardlist.spec |
| 174 | passed 1 tests in /test/containers/sequences/list |
| 175 | passed 2 tests in /test/containers/sequences/list/list.capacity |
| 176 | passed 15 tests in /test/containers/sequences/list/list.cons |
| 177 | passed 17 tests in /test/containers/sequences/list/list.modifiers |
| 178 | passed 12 tests in /test/containers/sequences/list/list.ops |
| 179 | passed 1 tests in /test/containers/sequences/list/list.special |
| 180 | passed 1 tests in /test/containers/sequences/vector |
| 181 | passed 6 tests in /test/containers/sequences/vector/vector.capacity |
| 182 | passed 16 tests in /test/containers/sequences/vector/vector.cons |
| 183 | passed 2 tests in /test/containers/sequences/vector/vector.data |
| 184 | passed 11 tests in /test/containers/sequences/vector/vector.modifiers |
| 185 | passed 1 tests in /test/containers/sequences/vector/vector.special |
| 186 | passed 31 tests in /test/containers/sequences/vector.bool |
| 187 | passed 1 tests in /test/containers/unord |
| 188 | eq.pass.cpp:43:2: error: #error unordered_map == unordered_map not implemented |
| 189 | eq.pass.cpp failed to compile |
| 190 | reserve.pass.cpp:36:2: error: #error unordered_map::reserve not implemented |
| 191 | reserve.pass.cpp failed to compile |
| 192 | failed 2 tests in /test/containers/unord/unord.map |
| 193 | passed 17 tests in /test/containers/unord/unord.map |
| 194 | passed 24 tests in /test/containers/unord/unord.map/unord.map.cnstr |
| 195 | passed 2 tests in /test/containers/unord/unord.map/unord.map.elem |
| 196 | passed 1 tests in /test/containers/unord/unord.map/unord.map.swap |
| 197 | passed 12 tests in /test/containers/unord/unord.map/unorder.map.modifiers |
| 198 | eq.pass.cpp:43:2: error: #error unordered_multimap == unordered_multimap not implemented |
| 199 | eq.pass.cpp failed to compile |
| 200 | reserve.pass.cpp:36:2: error: #error unordered_multimap::reserve not implemented |
| 201 | reserve.pass.cpp failed to compile |
| 202 | failed 2 tests in /test/containers/unord/unord.multimap |
| 203 | passed 19 tests in /test/containers/unord/unord.multimap |
| 204 | passed 24 tests in /test/containers/unord/unord.multimap/unord.multimap.cnstr |
| 205 | passed 12 tests in /test/containers/unord/unord.multimap/unord.multimap.modifiers |
| 206 | passed 1 tests in /test/containers/unord/unord.multimap/unord.multimap.swap |
| 207 | eq.pass.cpp:43:2: error: #error unordered_multiset == unordered_multiset not implemented |
| 208 | eq.pass.cpp failed to compile |
| 209 | reserve.pass.cpp:35:2: error: #error unordered_multiset::reserve not implemented |
| 210 | reserve.pass.cpp failed to compile |
| 211 | failed 2 tests in /test/containers/unord/unord.multiset |
| 212 | passed 31 tests in /test/containers/unord/unord.multiset |
| 213 | passed 24 tests in /test/containers/unord/unord.multiset/unord.multiset.cnstr |
| 214 | passed 1 tests in /test/containers/unord/unord.multiset/unord.multiset.swap |
| 215 | eq.pass.cpp:43:2: error: #error unordered_set == unordered_set not implemented |
| 216 | eq.pass.cpp failed to compile |
| 217 | reserve.pass.cpp:35:2: error: #error unordered_set::reserve not implemented |
| 218 | reserve.pass.cpp failed to compile |
| 219 | failed 2 tests in /test/containers/unord/unord.set |
| 220 | passed 31 tests in /test/containers/unord/unord.set |
| 221 | passed 24 tests in /test/containers/unord/unord.set/unord.set.cnstr |
| 222 | passed 1 tests in /test/containers/unord/unord.set/unord.set.swap |
| 223 | passed 1 tests in /test/depr |
| 224 | passed 1 tests in /test/depr/depr.auto.ptr |
| 225 | passed 1 tests in /test/depr/depr.auto.ptr/auto.ptr |
| 226 | passed 10 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons |
| 227 | passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv |
| 228 | passed 4 tests in /test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members |
| 229 | float_h.pass.cpp:33:2: error: #error FLT_EVAL_METHOD not defined |
| 230 | float_h.pass.cpp:53:2: error: #error DECIMAL_DIG not defined |
| 231 | float_h.pass.cpp failed to compile |
| 232 | inttypes_h.pass.cpp:274:2: error: #error PRId8 not defined |
| 233 | inttypes_h.pass.cpp:278:2: error: #error PRId16 not defined |
| 234 | inttypes_h.pass.cpp:282:2: error: #error PRId32 not defined |
| 235 | inttypes_h.pass.cpp:286:2: error: #error PRId64 not defined |
| 236 | inttypes_h.pass.cpp:290:2: error: #error PRIdLEAST8 not defined |
| 237 | inttypes_h.pass.cpp:294:2: error: #error PRIdLEAST16 not defined |
| 238 | inttypes_h.pass.cpp:298:2: error: #error PRIdLEAST32 not defined |
| 239 | inttypes_h.pass.cpp:302:2: error: #error PRIdLEAST64 not defined |
| 240 | inttypes_h.pass.cpp:306:2: error: #error PRIdFAST8 not defined |
| 241 | inttypes_h.pass.cpp:310:2: error: #error PRIdFAST16 not defined |
| 242 | inttypes_h.pass.cpp:314:2: error: #error PRIdFAST32 not defined |
| 243 | inttypes_h.pass.cpp:318:2: error: #error PRIdFAST64 not defined |
| 244 | inttypes_h.pass.cpp:322:2: error: #error PRIdMAX not defined |
| 245 | inttypes_h.pass.cpp:326:2: error: #error PRIdPTR not defined |
| 246 | inttypes_h.pass.cpp:330:2: error: #error PRIi8 not defined |
| 247 | inttypes_h.pass.cpp:334:2: error: #error PRIi16 not defined |
| 248 | inttypes_h.pass.cpp:338:2: error: #error PRIi32 not defined |
| 249 | inttypes_h.pass.cpp:342:2: error: #error PRIi64 not defined |
| 250 | inttypes_h.pass.cpp:346:2: error: #error PRIiLEAST8 not defined |
| 251 | inttypes_h.pass.cpp:350:2: error: #error PRIiLEAST16 not defined |
| 252 | inttypes_h.pass.cpp:354:2: error: #error PRIiLEAST32 not defined |
| 253 | inttypes_h.pass.cpp:358:2: error: #error PRIiLEAST64 not defined |
| 254 | inttypes_h.pass.cpp:362:2: error: #error PRIiFAST8 not defined |
| 255 | inttypes_h.pass.cpp:366:2: error: #error PRIiFAST16 not defined |
| 256 | inttypes_h.pass.cpp:370:2: error: #error PRIiFAST32 not defined |
| 257 | inttypes_h.pass.cpp:374:2: error: #error PRIiFAST64 not defined |
| 258 | inttypes_h.pass.cpp:378:2: error: #error PRIiMAX not defined |
| 259 | inttypes_h.pass.cpp:382:2: error: #error PRIiPTR not defined |
| 260 | inttypes_h.pass.cpp:386:2: error: #error PRIo8 not defined |
| 261 | inttypes_h.pass.cpp:390:2: error: #error PRIo16 not defined |
| 262 | inttypes_h.pass.cpp:394:2: error: #error PRIo32 not defined |
| 263 | inttypes_h.pass.cpp:398:2: error: #error PRIo64 not defined |
| 264 | inttypes_h.pass.cpp:402:2: error: #error PRIoLEAST8 not defined |
| 265 | inttypes_h.pass.cpp:406:2: error: #error PRIoLEAST16 not defined |
| 266 | inttypes_h.pass.cpp:410:2: error: #error PRIoLEAST32 not defined |
| 267 | inttypes_h.pass.cpp:414:2: error: #error PRIoLEAST64 not defined |
| 268 | inttypes_h.pass.cpp:418:2: error: #error PRIoFAST8 not defined |
| 269 | inttypes_h.pass.cpp:422:2: error: #error PRIoFAST16 not defined |
| 270 | inttypes_h.pass.cpp:426:2: error: #error PRIoFAST32 not defined |
| 271 | inttypes_h.pass.cpp:430:2: error: #error PRIoFAST64 not defined |
| 272 | inttypes_h.pass.cpp:434:2: error: #error PRIoMAX not defined |
| 273 | inttypes_h.pass.cpp:438:2: error: #error PRIoPTR not defined |
| 274 | inttypes_h.pass.cpp:442:2: error: #error PRIu8 not defined |
| 275 | inttypes_h.pass.cpp:446:2: error: #error PRIu16 not defined |
| 276 | inttypes_h.pass.cpp:450:2: error: #error PRIu32 not defined |
| 277 | inttypes_h.pass.cpp:454:2: error: #error PRIu64 not defined |
| 278 | inttypes_h.pass.cpp:458:2: error: #error PRIuLEAST8 not defined |
| 279 | inttypes_h.pass.cpp:462:2: error: #error PRIuLEAST16 not defined |
| 280 | inttypes_h.pass.cpp:466:2: error: #error PRIuLEAST32 not defined |
| 281 | inttypes_h.pass.cpp:470:2: error: #error PRIuLEAST64 not defined |
| 282 | inttypes_h.pass.cpp:474:2: error: #error PRIuFAST8 not defined |
| 283 | inttypes_h.pass.cpp:478:2: error: #error PRIuFAST16 not defined |
| 284 | inttypes_h.pass.cpp:482:2: error: #error PRIuFAST32 not defined |
| 285 | inttypes_h.pass.cpp:486:2: error: #error PRIuFAST64 not defined |
| 286 | inttypes_h.pass.cpp:490:2: error: #error PRIuMAX not defined |
| 287 | inttypes_h.pass.cpp:494:2: error: #error PRIuPTR not defined |
| 288 | inttypes_h.pass.cpp:498:2: error: #error PRIx8 not defined |
| 289 | inttypes_h.pass.cpp:502:2: error: #error PRIx16 not defined |
| 290 | inttypes_h.pass.cpp:506:2: error: #error PRIx32 not defined |
| 291 | inttypes_h.pass.cpp:510:2: error: #error PRIx64 not defined |
| 292 | inttypes_h.pass.cpp:514:2: error: #error PRIxLEAST8 not defined |
| 293 | inttypes_h.pass.cpp:518:2: error: #error PRIxLEAST16 not defined |
| 294 | inttypes_h.pass.cpp:522:2: error: #error PRIxLEAST32 not defined |
| 295 | inttypes_h.pass.cpp:526:2: error: #error PRIxLEAST64 not defined |
| 296 | inttypes_h.pass.cpp:530:2: error: #error PRIxFAST8 not defined |
| 297 | inttypes_h.pass.cpp:534:2: error: #error PRIxFAST16 not defined |
| 298 | inttypes_h.pass.cpp:538:2: error: #error PRIxFAST32 not defined |
| 299 | inttypes_h.pass.cpp:542:2: error: #error PRIxFAST64 not defined |
| 300 | inttypes_h.pass.cpp:546:2: error: #error PRIxMAX not defined |
| 301 | inttypes_h.pass.cpp:550:2: error: #error PRIxPTR not defined |
| 302 | inttypes_h.pass.cpp:554:2: error: #error PRIX8 not defined |
| 303 | inttypes_h.pass.cpp:558:2: error: #error PRIX16 not defined |
| 304 | inttypes_h.pass.cpp:562:2: error: #error PRIX32 not defined |
| 305 | inttypes_h.pass.cpp:566:2: error: #error PRIX64 not defined |
| 306 | inttypes_h.pass.cpp:570:2: error: #error PRIXLEAST8 not defined |
| 307 | inttypes_h.pass.cpp:574:2: error: #error PRIXLEAST16 not defined |
| 308 | inttypes_h.pass.cpp:578:2: error: #error PRIXLEAST32 not defined |
| 309 | inttypes_h.pass.cpp:582:2: error: #error PRIXLEAST64 not defined |
| 310 | inttypes_h.pass.cpp:586:2: error: #error PRIXFAST8 not defined |
| 311 | inttypes_h.pass.cpp:590:2: error: #error PRIXFAST16 not defined |
| 312 | inttypes_h.pass.cpp:594:2: error: #error PRIXFAST32 not defined |
| 313 | inttypes_h.pass.cpp:598:2: error: #error PRIXFAST64 not defined |
| 314 | inttypes_h.pass.cpp:602:2: error: #error PRIXMAX not defined |
| 315 | inttypes_h.pass.cpp:606:2: error: #error PRIXPTR not defined |
| 316 | inttypes_h.pass.cpp:610:2: error: #error SCNd8 not defined |
| 317 | inttypes_h.pass.cpp:614:2: error: #error SCNd16 not defined |
| 318 | inttypes_h.pass.cpp:618:2: error: #error SCNd32 not defined |
| 319 | inttypes_h.pass.cpp:622:2: error: #error SCNd64 not defined |
| 320 | inttypes_h.pass.cpp:626:2: error: #error SCNdLEAST8 not defined |
| 321 | inttypes_h.pass.cpp:630:2: error: #error SCNdLEAST16 not defined |
| 322 | inttypes_h.pass.cpp:634:2: error: #error SCNdLEAST32 not defined |
| 323 | inttypes_h.pass.cpp:638:2: error: #error SCNdLEAST64 not defined |
| 324 | inttypes_h.pass.cpp:642:2: error: #error SCNdFAST8 not defined |
| 325 | inttypes_h.pass.cpp:646:2: error: #error SCNdFAST16 not defined |
| 326 | inttypes_h.pass.cpp:650:2: error: #error SCNdFAST32 not defined |
| 327 | inttypes_h.pass.cpp:654:2: error: #error SCNdFAST64 not defined |
| 328 | inttypes_h.pass.cpp:658:2: error: #error SCNdMAX not defined |
| 329 | inttypes_h.pass.cpp:662:2: error: #error SCNdPTR not defined |
| 330 | inttypes_h.pass.cpp:666:2: error: #error SCNi8 not defined |
| 331 | inttypes_h.pass.cpp:670:2: error: #error SCNi16 not defined |
| 332 | inttypes_h.pass.cpp:674:2: error: #error SCNi32 not defined |
| 333 | inttypes_h.pass.cpp:678:2: error: #error SCNi64 not defined |
| 334 | inttypes_h.pass.cpp:682:2: error: #error SCNiLEAST8 not defined |
| 335 | inttypes_h.pass.cpp:686:2: error: #error SCNiLEAST16 not defined |
| 336 | inttypes_h.pass.cpp:690:2: error: #error SCNiLEAST32 not defined |
| 337 | inttypes_h.pass.cpp:694:2: error: #error SCNiLEAST64 not defined |
| 338 | inttypes_h.pass.cpp:698:2: error: #error SCNiFAST8 not defined |
| 339 | inttypes_h.pass.cpp:702:2: error: #error SCNiFAST16 not defined |
| 340 | inttypes_h.pass.cpp:706:2: error: #error SCNiFAST32 not defined |
| 341 | inttypes_h.pass.cpp:710:2: error: #error SCNiFAST64 not defined |
| 342 | inttypes_h.pass.cpp:714:2: error: #error SCNiMAX not defined |
| 343 | inttypes_h.pass.cpp:718:2: error: #error SCNiPTR not defined |
| 344 | inttypes_h.pass.cpp:722:2: error: #error SCNo8 not defined |
| 345 | inttypes_h.pass.cpp:726:2: error: #error SCNo16 not defined |
| 346 | inttypes_h.pass.cpp:730:2: error: #error SCNo32 not defined |
| 347 | inttypes_h.pass.cpp:734:2: error: #error SCNo64 not defined |
| 348 | inttypes_h.pass.cpp:738:2: error: #error SCNoLEAST8 not defined |
| 349 | inttypes_h.pass.cpp:742:2: error: #error SCNoLEAST16 not defined |
| 350 | inttypes_h.pass.cpp:746:2: error: #error SCNoLEAST32 not defined |
| 351 | inttypes_h.pass.cpp:750:2: error: #error SCNoLEAST64 not defined |
| 352 | inttypes_h.pass.cpp:754:2: error: #error SCNoFAST8 not defined |
| 353 | inttypes_h.pass.cpp:758:2: error: #error SCNoFAST16 not defined |
| 354 | inttypes_h.pass.cpp:762:2: error: #error SCNoFAST32 not defined |
| 355 | inttypes_h.pass.cpp:766:2: error: #error SCNoFAST64 not defined |
| 356 | inttypes_h.pass.cpp:770:2: error: #error SCNoMAX not defined |
| 357 | inttypes_h.pass.cpp:774:2: error: #error SCNoPTR not defined |
| 358 | inttypes_h.pass.cpp:778:2: error: #error SCNu8 not defined |
| 359 | inttypes_h.pass.cpp:782:2: error: #error SCNu16 not defined |
| 360 | inttypes_h.pass.cpp:786:2: error: #error SCNu32 not defined |
| 361 | inttypes_h.pass.cpp:790:2: error: #error SCNu64 not defined |
| 362 | inttypes_h.pass.cpp:794:2: error: #error SCNuLEAST8 not defined |
| 363 | inttypes_h.pass.cpp:798:2: error: #error SCNuLEAST16 not defined |
| 364 | inttypes_h.pass.cpp:802:2: error: #error SCNuLEAST32 not defined |
| 365 | inttypes_h.pass.cpp:806:2: error: #error SCNuLEAST64 not defined |
| 366 | inttypes_h.pass.cpp:810:2: error: #error SCNuFAST8 not defined |
| 367 | inttypes_h.pass.cpp:814:2: error: #error SCNuFAST16 not defined |
| 368 | inttypes_h.pass.cpp:818:2: error: #error SCNuFAST32 not defined |
| 369 | inttypes_h.pass.cpp:822:2: error: #error SCNuFAST64 not defined |
| 370 | inttypes_h.pass.cpp:826:2: error: #error SCNuMAX not defined |
| 371 | inttypes_h.pass.cpp:830:2: error: #error SCNuPTR not defined |
| 372 | inttypes_h.pass.cpp:834:2: error: #error SCNx8 not defined |
| 373 | inttypes_h.pass.cpp:838:2: error: #error SCNx16 not defined |
| 374 | inttypes_h.pass.cpp:842:2: error: #error SCNx32 not defined |
| 375 | inttypes_h.pass.cpp:846:2: error: #error SCNx64 not defined |
| 376 | inttypes_h.pass.cpp:850:2: error: #error SCNxLEAST8 not defined |
| 377 | inttypes_h.pass.cpp:854:2: error: #error SCNxLEAST16 not defined |
| 378 | inttypes_h.pass.cpp:858:2: error: #error SCNxLEAST32 not defined |
| 379 | inttypes_h.pass.cpp:862:2: error: #error SCNxLEAST64 not defined |
| 380 | inttypes_h.pass.cpp:866:2: error: #error SCNxFAST8 not defined |
| 381 | inttypes_h.pass.cpp:870:2: error: #error SCNxFAST16 not defined |
| 382 | inttypes_h.pass.cpp:874:2: error: #error SCNxFAST32 not defined |
| 383 | inttypes_h.pass.cpp:878:2: error: #error SCNxFAST64 not defined |
| 384 | inttypes_h.pass.cpp:882:2: error: #error SCNxMAX not defined |
| 385 | inttypes_h.pass.cpp:886:2: error: #error SCNxPTR not defined |
| 386 | inttypes_h.pass.cpp failed to compile |
| 387 | uchar_h.pass.cpp:26:19: error: uchar.h: No such file or directory |
| 388 | uchar_h.pass.cpp failed to compile |
| 389 | failed 3 tests in /test/depr/depr.c.headers |
| 390 | passed 23 tests in /test/depr/depr.c.headers |
| 391 | passed 5 tests in /test/depr/depr.ios.members |
| 392 | passed 1 tests in /test/depr/depr.lib.binders |
| 393 | passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.1st |
| 394 | passed 1 tests in /test/depr/depr.lib.binders/depr.lib.bind.2nd |
| 395 | passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.1st |
| 396 | passed 1 tests in /test/depr/depr.lib.binders/depr.lib.binder.2nd |
| 397 | passed 1 tests in /test/depr/depr.str.strstreams |
| 398 | passed 1 tests in /test/depr/depr.str.strstreams/depr.istrstream |
| 399 | passed 4 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons |
| 400 | passed 2 tests in /test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members |
| 401 | passed 1 tests in /test/depr/depr.str.strstreams/depr.ostrstream |
| 402 | passed 2 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons |
| 403 | passed 4 tests in /test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members |
| 404 | passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream |
| 405 | passed 2 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons |
| 406 | passed 1 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest |
| 407 | passed 3 tests in /test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper |
| 408 | passed 1 tests in /test/depr/depr.str.strstreams/depr.strstreambuf |
| 409 | passed 8 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons |
| 410 | passed 3 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members |
| 411 | passed 6 tests in /test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals |
| 412 | passed 1 tests in /test/diagnostics |
| 413 | passed 1 tests in /test/diagnostics/assertions |
| 414 | passed 1 tests in /test/diagnostics/diagnostics.general |
| 415 | passed 1 tests in /test/diagnostics/errno |
| 416 | passed 1 tests in /test/diagnostics/std.exceptions |
| 417 | passed 1 tests in /test/diagnostics/std.exceptions/domain.error |
| 418 | passed 1 tests in /test/diagnostics/std.exceptions/invalid.argument |
| 419 | passed 1 tests in /test/diagnostics/std.exceptions/length.error |
| 420 | passed 1 tests in /test/diagnostics/std.exceptions/logic.error |
| 421 | passed 1 tests in /test/diagnostics/std.exceptions/out.of.range |
| 422 | passed 1 tests in /test/diagnostics/std.exceptions/overflow.error |
| 423 | passed 1 tests in /test/diagnostics/std.exceptions/range.error |
| 424 | passed 1 tests in /test/diagnostics/std.exceptions/runtime.error |
| 425 | passed 1 tests in /test/diagnostics/std.exceptions/underflow.error |
| 426 | passed 1 tests in /test/diagnostics/syserr |
| 427 | passed 1 tests in /test/diagnostics/syserr/syserr.compare |
| 428 | passed 1 tests in /test/diagnostics/syserr/syserr.errcat |
| 429 | passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived |
| 430 | passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals |
| 431 | passed 2 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects |
| 432 | passed 1 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview |
| 433 | passed 3 tests in /test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals |
| 434 | passed 1 tests in /test/diagnostics/syserr/syserr.errcode |
| 435 | passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors |
| 436 | passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers |
| 437 | passed 3 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers |
| 438 | passed 5 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers |
| 439 | passed 1 tests in /test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview |
| 440 | passed 1 tests in /test/diagnostics/syserr/syserr.errcondition |
| 441 | passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors |
| 442 | passed 3 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers |
| 443 | passed 2 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers |
| 444 | passed 4 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers |
| 445 | passed 1 tests in /test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview |
| 446 | passed 1 tests in /test/diagnostics/syserr/syserr.hash |
| 447 | passed 1 tests in /test/diagnostics/syserr/syserr.syserr |
| 448 | passed 6 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.members |
| 449 | passed 1 tests in /test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview |
| 450 | passed 1 tests in /test/input.output |
| 451 | passed 1 tests in /test/input.output/file.streams |
| 452 | cinttypes.pass.cpp:274:2: error: #error PRId8 not defined |
| 453 | cinttypes.pass.cpp:278:2: error: #error PRId16 not defined |
| 454 | cinttypes.pass.cpp:282:2: error: #error PRId32 not defined |
| 455 | cinttypes.pass.cpp:286:2: error: #error PRId64 not defined |
| 456 | cinttypes.pass.cpp:290:2: error: #error PRIdLEAST8 not defined |
| 457 | cinttypes.pass.cpp:294:2: error: #error PRIdLEAST16 not defined |
| 458 | cinttypes.pass.cpp:298:2: error: #error PRIdLEAST32 not defined |
| 459 | cinttypes.pass.cpp:302:2: error: #error PRIdLEAST64 not defined |
| 460 | cinttypes.pass.cpp:306:2: error: #error PRIdFAST8 not defined |
| 461 | cinttypes.pass.cpp:310:2: error: #error PRIdFAST16 not defined |
| 462 | cinttypes.pass.cpp:314:2: error: #error PRIdFAST32 not defined |
| 463 | cinttypes.pass.cpp:318:2: error: #error PRIdFAST64 not defined |
| 464 | cinttypes.pass.cpp:322:2: error: #error PRIdMAX not defined |
| 465 | cinttypes.pass.cpp:326:2: error: #error PRIdPTR not defined |
| 466 | cinttypes.pass.cpp:330:2: error: #error PRIi8 not defined |
| 467 | cinttypes.pass.cpp:334:2: error: #error PRIi16 not defined |
| 468 | cinttypes.pass.cpp:338:2: error: #error PRIi32 not defined |
| 469 | cinttypes.pass.cpp:342:2: error: #error PRIi64 not defined |
| 470 | cinttypes.pass.cpp:346:2: error: #error PRIiLEAST8 not defined |
| 471 | cinttypes.pass.cpp:350:2: error: #error PRIiLEAST16 not defined |
| 472 | cinttypes.pass.cpp:354:2: error: #error PRIiLEAST32 not defined |
| 473 | cinttypes.pass.cpp:358:2: error: #error PRIiLEAST64 not defined |
| 474 | cinttypes.pass.cpp:362:2: error: #error PRIiFAST8 not defined |
| 475 | cinttypes.pass.cpp:366:2: error: #error PRIiFAST16 not defined |
| 476 | cinttypes.pass.cpp:370:2: error: #error PRIiFAST32 not defined |
| 477 | cinttypes.pass.cpp:374:2: error: #error PRIiFAST64 not defined |
| 478 | cinttypes.pass.cpp:378:2: error: #error PRIiMAX not defined |
| 479 | cinttypes.pass.cpp:382:2: error: #error PRIiPTR not defined |
| 480 | cinttypes.pass.cpp:386:2: error: #error PRIo8 not defined |
| 481 | cinttypes.pass.cpp:390:2: error: #error PRIo16 not defined |
| 482 | cinttypes.pass.cpp:394:2: error: #error PRIo32 not defined |
| 483 | cinttypes.pass.cpp:398:2: error: #error PRIo64 not defined |
| 484 | cinttypes.pass.cpp:402:2: error: #error PRIoLEAST8 not defined |
| 485 | cinttypes.pass.cpp:406:2: error: #error PRIoLEAST16 not defined |
| 486 | cinttypes.pass.cpp:410:2: error: #error PRIoLEAST32 not defined |
| 487 | cinttypes.pass.cpp:414:2: error: #error PRIoLEAST64 not defined |
| 488 | cinttypes.pass.cpp:418:2: error: #error PRIoFAST8 not defined |
| 489 | cinttypes.pass.cpp:422:2: error: #error PRIoFAST16 not defined |
| 490 | cinttypes.pass.cpp:426:2: error: #error PRIoFAST32 not defined |
| 491 | cinttypes.pass.cpp:430:2: error: #error PRIoFAST64 not defined |
| 492 | cinttypes.pass.cpp:434:2: error: #error PRIoMAX not defined |
| 493 | cinttypes.pass.cpp:438:2: error: #error PRIoPTR not defined |
| 494 | cinttypes.pass.cpp:442:2: error: #error PRIu8 not defined |
| 495 | cinttypes.pass.cpp:446:2: error: #error PRIu16 not defined |
| 496 | cinttypes.pass.cpp:450:2: error: #error PRIu32 not defined |
| 497 | cinttypes.pass.cpp:454:2: error: #error PRIu64 not defined |
| 498 | cinttypes.pass.cpp:458:2: error: #error PRIuLEAST8 not defined |
| 499 | cinttypes.pass.cpp:462:2: error: #error PRIuLEAST16 not defined |
| 500 | cinttypes.pass.cpp:466:2: error: #error PRIuLEAST32 not defined |
| 501 | cinttypes.pass.cpp:470:2: error: #error PRIuLEAST64 not defined |
| 502 | cinttypes.pass.cpp:474:2: error: #error PRIuFAST8 not defined |
| 503 | cinttypes.pass.cpp:478:2: error: #error PRIuFAST16 not defined |
| 504 | cinttypes.pass.cpp:482:2: error: #error PRIuFAST32 not defined |
| 505 | cinttypes.pass.cpp:486:2: error: #error PRIuFAST64 not defined |
| 506 | cinttypes.pass.cpp:490:2: error: #error PRIuMAX not defined |
| 507 | cinttypes.pass.cpp:494:2: error: #error PRIuPTR not defined |
| 508 | cinttypes.pass.cpp:498:2: error: #error PRIx8 not defined |
| 509 | cinttypes.pass.cpp:502:2: error: #error PRIx16 not defined |
| 510 | cinttypes.pass.cpp:506:2: error: #error PRIx32 not defined |
| 511 | cinttypes.pass.cpp:510:2: error: #error PRIx64 not defined |
| 512 | cinttypes.pass.cpp:514:2: error: #error PRIxLEAST8 not defined |
| 513 | cinttypes.pass.cpp:518:2: error: #error PRIxLEAST16 not defined |
| 514 | cinttypes.pass.cpp:522:2: error: #error PRIxLEAST32 not defined |
| 515 | cinttypes.pass.cpp:526:2: error: #error PRIxLEAST64 not defined |
| 516 | cinttypes.pass.cpp:530:2: error: #error PRIxFAST8 not defined |
| 517 | cinttypes.pass.cpp:534:2: error: #error PRIxFAST16 not defined |
| 518 | cinttypes.pass.cpp:538:2: error: #error PRIxFAST32 not defined |
| 519 | cinttypes.pass.cpp:542:2: error: #error PRIxFAST64 not defined |
| 520 | cinttypes.pass.cpp:546:2: error: #error PRIxMAX not defined |
| 521 | cinttypes.pass.cpp:550:2: error: #error PRIxPTR not defined |
| 522 | cinttypes.pass.cpp:554:2: error: #error PRIX8 not defined |
| 523 | cinttypes.pass.cpp:558:2: error: #error PRIX16 not defined |
| 524 | cinttypes.pass.cpp:562:2: error: #error PRIX32 not defined |
| 525 | cinttypes.pass.cpp:566:2: error: #error PRIX64 not defined |
| 526 | cinttypes.pass.cpp:570:2: error: #error PRIXLEAST8 not defined |
| 527 | cinttypes.pass.cpp:574:2: error: #error PRIXLEAST16 not defined |
| 528 | cinttypes.pass.cpp:578:2: error: #error PRIXLEAST32 not defined |
| 529 | cinttypes.pass.cpp:582:2: error: #error PRIXLEAST64 not defined |
| 530 | cinttypes.pass.cpp:586:2: error: #error PRIXFAST8 not defined |
| 531 | cinttypes.pass.cpp:590:2: error: #error PRIXFAST16 not defined |
| 532 | cinttypes.pass.cpp:594:2: error: #error PRIXFAST32 not defined |
| 533 | cinttypes.pass.cpp:598:2: error: #error PRIXFAST64 not defined |
| 534 | cinttypes.pass.cpp:602:2: error: #error PRIXMAX not defined |
| 535 | cinttypes.pass.cpp:606:2: error: #error PRIXPTR not defined |
| 536 | cinttypes.pass.cpp:610:2: error: #error SCNd8 not defined |
| 537 | cinttypes.pass.cpp:614:2: error: #error SCNd16 not defined |
| 538 | cinttypes.pass.cpp:618:2: error: #error SCNd32 not defined |
| 539 | cinttypes.pass.cpp:622:2: error: #error SCNd64 not defined |
| 540 | cinttypes.pass.cpp:626:2: error: #error SCNdLEAST8 not defined |
| 541 | cinttypes.pass.cpp:630:2: error: #error SCNdLEAST16 not defined |
| 542 | cinttypes.pass.cpp:634:2: error: #error SCNdLEAST32 not defined |
| 543 | cinttypes.pass.cpp:638:2: error: #error SCNdLEAST64 not defined |
| 544 | cinttypes.pass.cpp:642:2: error: #error SCNdFAST8 not defined |
| 545 | cinttypes.pass.cpp:646:2: error: #error SCNdFAST16 not defined |
| 546 | cinttypes.pass.cpp:650:2: error: #error SCNdFAST32 not defined |
| 547 | cinttypes.pass.cpp:654:2: error: #error SCNdFAST64 not defined |
| 548 | cinttypes.pass.cpp:658:2: error: #error SCNdMAX not defined |
| 549 | cinttypes.pass.cpp:662:2: error: #error SCNdPTR not defined |
| 550 | cinttypes.pass.cpp:666:2: error: #error SCNi8 not defined |
| 551 | cinttypes.pass.cpp:670:2: error: #error SCNi16 not defined |
| 552 | cinttypes.pass.cpp:674:2: error: #error SCNi32 not defined |
| 553 | cinttypes.pass.cpp:678:2: error: #error SCNi64 not defined |
| 554 | cinttypes.pass.cpp:682:2: error: #error SCNiLEAST8 not defined |
| 555 | cinttypes.pass.cpp:686:2: error: #error SCNiLEAST16 not defined |
| 556 | cinttypes.pass.cpp:690:2: error: #error SCNiLEAST32 not defined |
| 557 | cinttypes.pass.cpp:694:2: error: #error SCNiLEAST64 not defined |
| 558 | cinttypes.pass.cpp:698:2: error: #error SCNiFAST8 not defined |
| 559 | cinttypes.pass.cpp:702:2: error: #error SCNiFAST16 not defined |
| 560 | cinttypes.pass.cpp:706:2: error: #error SCNiFAST32 not defined |
| 561 | cinttypes.pass.cpp:710:2: error: #error SCNiFAST64 not defined |
| 562 | cinttypes.pass.cpp:714:2: error: #error SCNiMAX not defined |
| 563 | cinttypes.pass.cpp:718:2: error: #error SCNiPTR not defined |
| 564 | cinttypes.pass.cpp:722:2: error: #error SCNo8 not defined |
| 565 | cinttypes.pass.cpp:726:2: error: #error SCNo16 not defined |
| 566 | cinttypes.pass.cpp:730:2: error: #error SCNo32 not defined |
| 567 | cinttypes.pass.cpp:734:2: error: #error SCNo64 not defined |
| 568 | cinttypes.pass.cpp:738:2: error: #error SCNoLEAST8 not defined |
| 569 | cinttypes.pass.cpp:742:2: error: #error SCNoLEAST16 not defined |
| 570 | cinttypes.pass.cpp:746:2: error: #error SCNoLEAST32 not defined |
| 571 | cinttypes.pass.cpp:750:2: error: #error SCNoLEAST64 not defined |
| 572 | cinttypes.pass.cpp:754:2: error: #error SCNoFAST8 not defined |
| 573 | cinttypes.pass.cpp:758:2: error: #error SCNoFAST16 not defined |
| 574 | cinttypes.pass.cpp:762:2: error: #error SCNoFAST32 not defined |
| 575 | cinttypes.pass.cpp:766:2: error: #error SCNoFAST64 not defined |
| 576 | cinttypes.pass.cpp:770:2: error: #error SCNoMAX not defined |
| 577 | cinttypes.pass.cpp:774:2: error: #error SCNoPTR not defined |
| 578 | cinttypes.pass.cpp:778:2: error: #error SCNu8 not defined |
| 579 | cinttypes.pass.cpp:782:2: error: #error SCNu16 not defined |
| 580 | cinttypes.pass.cpp:786:2: error: #error SCNu32 not defined |
| 581 | cinttypes.pass.cpp:790:2: error: #error SCNu64 not defined |
| 582 | cinttypes.pass.cpp:794:2: error: #error SCNuLEAST8 not defined |
| 583 | cinttypes.pass.cpp:798:2: error: #error SCNuLEAST16 not defined |
| 584 | cinttypes.pass.cpp:802:2: error: #error SCNuLEAST32 not defined |
| 585 | cinttypes.pass.cpp:806:2: error: #error SCNuLEAST64 not defined |
| 586 | cinttypes.pass.cpp:810:2: error: #error SCNuFAST8 not defined |
| 587 | cinttypes.pass.cpp:814:2: error: #error SCNuFAST16 not defined |
| 588 | cinttypes.pass.cpp:818:2: error: #error SCNuFAST32 not defined |
| 589 | cinttypes.pass.cpp:822:2: error: #error SCNuFAST64 not defined |
| 590 | cinttypes.pass.cpp:826:2: error: #error SCNuMAX not defined |
| 591 | cinttypes.pass.cpp:830:2: error: #error SCNuPTR not defined |
| 592 | cinttypes.pass.cpp:834:2: error: #error SCNx8 not defined |
| 593 | cinttypes.pass.cpp:838:2: error: #error SCNx16 not defined |
| 594 | cinttypes.pass.cpp:842:2: error: #error SCNx32 not defined |
| 595 | cinttypes.pass.cpp:846:2: error: #error SCNx64 not defined |
| 596 | cinttypes.pass.cpp:850:2: error: #error SCNxLEAST8 not defined |
| 597 | cinttypes.pass.cpp:854:2: error: #error SCNxLEAST16 not defined |
| 598 | cinttypes.pass.cpp:858:2: error: #error SCNxLEAST32 not defined |
| 599 | cinttypes.pass.cpp:862:2: error: #error SCNxLEAST64 not defined |
| 600 | cinttypes.pass.cpp:866:2: error: #error SCNxFAST8 not defined |
| 601 | cinttypes.pass.cpp:870:2: error: #error SCNxFAST16 not defined |
| 602 | cinttypes.pass.cpp:874:2: error: #error SCNxFAST32 not defined |
| 603 | cinttypes.pass.cpp:878:2: error: #error SCNxFAST64 not defined |
| 604 | cinttypes.pass.cpp:882:2: error: #error SCNxMAX not defined |
| 605 | cinttypes.pass.cpp:886:2: error: #error SCNxPTR not defined |
| 606 | cinttypes.pass.cpp failed to compile |
| 607 | failed 1 tests in /test/input.output/file.streams/c.files |
| 608 | passed 1 tests in /test/input.output/file.streams/c.files |
| 609 | passed 1 tests in /test/input.output/file.streams/fstreams |
| 610 | passed 1 tests in /test/input.output/file.streams/fstreams/filebuf |
| 611 | passed 3 tests in /test/input.output/file.streams/fstreams/filebuf.assign |
| 612 | passed 2 tests in /test/input.output/file.streams/fstreams/filebuf.cons |
| 613 | passed 1 tests in /test/input.output/file.streams/fstreams/filebuf.members |
| 614 | passed 4 tests in /test/input.output/file.streams/fstreams/filebuf.virtuals |
| 615 | passed 1 tests in /test/input.output/file.streams/fstreams/fstream |
| 616 | passed 3 tests in /test/input.output/file.streams/fstreams/fstream.assign |
| 617 | passed 4 tests in /test/input.output/file.streams/fstreams/fstream.cons |
| 618 | passed 4 tests in /test/input.output/file.streams/fstreams/fstream.members |
| 619 | passed 1 tests in /test/input.output/file.streams/fstreams/ifstream |
| 620 | passed 3 tests in /test/input.output/file.streams/fstreams/ifstream.assign |
| 621 | passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.cons |
| 622 | passed 4 tests in /test/input.output/file.streams/fstreams/ifstream.members |
| 623 | passed 1 tests in /test/input.output/file.streams/fstreams/ofstream |
| 624 | passed 3 tests in /test/input.output/file.streams/fstreams/ofstream.assign |
| 625 | passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.cons |
| 626 | passed 4 tests in /test/input.output/file.streams/fstreams/ofstream.members |
| 627 | passed 1 tests in /test/input.output/input.output.general |
| 628 | passed 1 tests in /test/input.output/iostream.format |
| 629 | passed 4 tests in /test/input.output/iostream.format/ext.manip |
| 630 | passed 1 tests in /test/input.output/iostream.format/input.streams |
| 631 | passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass |
| 632 | passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign |
| 633 | passed 2 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons |
| 634 | passed 1 tests in /test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest |
| 635 | passed 1 tests in /test/input.output/iostream.format/input.streams/istream |
| 636 | passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.assign |
| 637 | passed 2 tests in /test/input.output/iostream.format/input.streams/istream/istream.cons |
| 638 | passed 1 tests in /test/input.output/iostream.format/input.streams/istream/istream::sentry |
| 639 | passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted |
| 640 | passed 13 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic |
| 641 | passed 1 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts |
| 642 | passed 10 tests in /test/input.output/iostream.format/input.streams/istream.formatted/istream::extractors |
| 643 | passed 1 tests in /test/input.output/iostream.format/input.streams/istream.manip |
| 644 | passed 1 tests in /test/input.output/iostream.format/input.streams/istream.rvalue |
| 645 | passed 18 tests in /test/input.output/iostream.format/input.streams/istream.unformatted |
| 646 | passed 1 tests in /test/input.output/iostream.format/output.streams |
| 647 | passed 1 tests in /test/input.output/iostream.format/output.streams/ostream |
| 648 | passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.assign |
| 649 | passed 2 tests in /test/input.output/iostream.format/output.streams/ostream.cons |
| 650 | passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted |
| 651 | passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts |
| 652 | passed 4 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters |
| 653 | passed 13 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic |
| 654 | passed 10 tests in /test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character |
| 655 | passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.manip |
| 656 | passed 1 tests in /test/input.output/iostream.format/output.streams/ostream.rvalue |
| 657 | passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.seeks |
| 658 | passed 3 tests in /test/input.output/iostream.format/output.streams/ostream.unformatted |
| 659 | passed 2 tests in /test/input.output/iostream.format/output.streams/ostream::sentry |
| 660 | passed 6 tests in /test/input.output/iostream.format/std.manip |
| 661 | passed 1 tests in /test/input.output/iostream.forward |
| 662 | passed 1 tests in /test/input.output/iostream.objects |
| 663 | passed 4 tests in /test/input.output/iostream.objects/narrow.stream.objects |
| 664 | passed 4 tests in /test/input.output/iostream.objects/wide.stream.objects |
| 665 | passed 1 tests in /test/input.output/iostreams.base |
| 666 | passed 1 tests in /test/input.output/iostreams.base/fpos |
| 667 | passed 1 tests in /test/input.output/iostreams.base/fpos/fpos.members |
| 668 | passed 7 tests in /test/input.output/iostreams.base/fpos/fpos.operations |
| 669 | passed 1 tests in /test/input.output/iostreams.base/ios |
| 670 | passed 1 tests in /test/input.output/iostreams.base/ios/basic.ios.cons |
| 671 | passed 13 tests in /test/input.output/iostreams.base/ios/basic.ios.members |
| 672 | passed 11 tests in /test/input.output/iostreams.base/ios/iostate.flags |
| 673 | passed 1 tests in /test/input.output/iostreams.base/ios.base |
| 674 | passed 9 tests in /test/input.output/iostreams.base/ios.base/fmtflags.state |
| 675 | passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.callback |
| 676 | passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.base.cons |
| 677 | passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.base.locales |
| 678 | passed 3 tests in /test/input.output/iostreams.base/ios.base/ios.base.storage |
| 679 | passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.members.static |
| 680 | passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types |
| 681 | passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::Init |
| 682 | passed 2 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::failure |
| 683 | passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::fmtflags |
| 684 | passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::iostate |
| 685 | passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::openmode |
| 686 | passed 1 tests in /test/input.output/iostreams.base/ios.base/ios.types/ios::seekdir |
| 687 | passed 1 tests in /test/input.output/iostreams.base/std.ios.manip |
| 688 | passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/adjustfield.manip |
| 689 | passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/basefield.manip |
| 690 | passed 3 tests in /test/input.output/iostreams.base/std.ios.manip/error.reporting |
| 691 | passed 4 tests in /test/input.output/iostreams.base/std.ios.manip/floatfield.manip |
| 692 | passed 14 tests in /test/input.output/iostreams.base/std.ios.manip/fmtflags.manip |
| 693 | passed 2 tests in /test/input.output/iostreams.base/stream.types |
| 694 | passed 1 tests in /test/input.output/iostreams.requirements |
| 695 | passed 1 tests in /test/input.output/iostreams.requirements/iostream.limits.imbue |
| 696 | passed 1 tests in /test/input.output/iostreams.requirements/iostreams.limits.pos |
| 697 | passed 1 tests in /test/input.output/iostreams.requirements/iostreams.threadsafety |
| 698 | passed 1 tests in /test/input.output/stream.buffers |
| 699 | passed 1 tests in /test/input.output/stream.buffers/streambuf |
| 700 | passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.cons |
| 701 | passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members |
| 702 | passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer |
| 703 | passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales |
| 704 | passed 5 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get |
| 705 | passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback |
| 706 | passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put |
| 707 | passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected |
| 708 | passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign |
| 709 | passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area |
| 710 | passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area |
| 711 | passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals |
| 712 | passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer |
| 713 | passed 4 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get |
| 714 | passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales |
| 715 | passed 1 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback |
| 716 | passed 2 tests in /test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put |
| 717 | passed 1 tests in /test/input.output/stream.buffers/streambuf.reqts |
| 718 | passed 1 tests in /test/input.output/string.streams |
| 719 | passed 1 tests in /test/input.output/string.streams/istringstream |
| 720 | passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.assign |
| 721 | passed 3 tests in /test/input.output/string.streams/istringstream/istringstream.cons |
| 722 | passed 1 tests in /test/input.output/string.streams/istringstream/istringstream.members |
| 723 | passed 1 tests in /test/input.output/string.streams/ostringstream |
| 724 | passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.assign |
| 725 | passed 3 tests in /test/input.output/string.streams/ostringstream/ostringstream.cons |
| 726 | passed 1 tests in /test/input.output/string.streams/ostringstream/ostringstream.members |
| 727 | passed 1 tests in /test/input.output/string.streams/stringbuf |
| 728 | passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.assign |
| 729 | passed 3 tests in /test/input.output/string.streams/stringbuf/stringbuf.cons |
| 730 | passed 1 tests in /test/input.output/string.streams/stringbuf/stringbuf.members |
| 731 | passed 6 tests in /test/input.output/string.streams/stringbuf/stringbuf.virtuals |
| 732 | passed 1 tests in /test/input.output/string.streams/stringstream |
| 733 | passed 3 tests in /test/input.output/string.streams/stringstream.cons |
| 734 | passed 3 tests in /test/input.output/string.streams/stringstream.cons/stringstream.assign |
| 735 | passed 1 tests in /test/input.output/string.streams/stringstream.members |
| 736 | passed 1 tests in /test/iterators |
| 737 | passed 1 tests in /test/iterators/iterator.primitives |
| 738 | passed 1 tests in /test/iterators/iterator.primitives/iterator.basic |
| 739 | passed 4 tests in /test/iterators/iterator.primitives/iterator.operations |
| 740 | passed 4 tests in /test/iterators/iterator.primitives/iterator.traits |
| 741 | passed 5 tests in /test/iterators/iterator.primitives/std.iterator.tags |
| 742 | passed 1 tests in /test/iterators/iterator.requirements |
| 743 | passed 1 tests in /test/iterators/iterator.requirements/bidirectional.iterators |
| 744 | passed 1 tests in /test/iterators/iterator.requirements/forward.iterators |
| 745 | passed 1 tests in /test/iterators/iterator.requirements/input.iterators |
| 746 | passed 1 tests in /test/iterators/iterator.requirements/iterator.iterators |
| 747 | passed 1 tests in /test/iterators/iterator.requirements/iterator.requirements.general |
| 748 | passed 1 tests in /test/iterators/iterator.requirements/output.iterators |
| 749 | passed 1 tests in /test/iterators/iterator.requirements/random.access.iterators |
| 750 | passed 1 tests in /test/iterators/iterator.synopsis |
| 751 | passed 1 tests in /test/iterators/iterators.general |
| 752 | passed 1 tests in /test/iterators/predef.iterators |
| 753 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators |
| 754 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops |
| 755 | passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons |
| 756 | passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++ |
| 757 | passed 2 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op= |
| 758 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk |
| 759 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter |
| 760 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators/back.insert.iterator |
| 761 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops |
| 762 | passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons |
| 763 | passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++ |
| 764 | passed 2 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op= |
| 765 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk |
| 766 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter |
| 767 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators/front.insert.iterator |
| 768 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops |
| 769 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons |
| 770 | passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++ |
| 771 | passed 2 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op= |
| 772 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk |
| 773 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter |
| 774 | passed 1 tests in /test/iterators/predef.iterators/insert.iterators/insert.iterator |
| 775 | passed 1 tests in /test/iterators/predef.iterators/move.iterators |
| 776 | passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops |
| 777 | passed 3 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember |
| 778 | passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+ |
| 779 | passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+= |
| 780 | passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.- |
| 781 | passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-= |
| 782 | passed 6 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp |
| 783 | passed 5 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const |
| 784 | passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv |
| 785 | passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr |
| 786 | passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr |
| 787 | passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index |
| 788 | passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref |
| 789 | passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star |
| 790 | passed 2 tests in /test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op= |
| 791 | passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iter.requirements |
| 792 | passed 1 tests in /test/iterators/predef.iterators/move.iterators/move.iterator |
| 793 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators |
| 794 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops |
| 795 | passed 5 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons |
| 796 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv |
| 797 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!= |
| 798 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+ |
| 799 | passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++ |
| 800 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+= |
| 801 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op- |
| 802 | passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-- |
| 803 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-= |
| 804 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star |
| 805 | passed 2 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op= |
| 806 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op== |
| 807 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff |
| 808 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt |
| 809 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt= |
| 810 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex |
| 811 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt |
| 812 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt= |
| 813 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref |
| 814 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum |
| 815 | passed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements |
| 816 | types.pass.cpp: In function ‘void test() [with It = bidirectional_iterator<char*>]’: |
| 817 | types.pass.cpp:72: instantiated from here |
| 818 | types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 819 | types.pass.cpp: In function ‘void test() [with It = random_access_iterator<char*>]’: |
| 820 | types.pass.cpp:73: instantiated from here |
| 821 | types.pass.cpp:66: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 822 | types.pass.cpp failed to compile |
| 823 | failed 1 tests in /test/iterators/predef.iterators/reverse.iterators/reverse.iterator |
| 824 | passed 1 tests in /test/iterators/stream.iterators |
| 825 | passed 1 tests in /test/iterators/stream.iterators/istream.iterator |
| 826 | passed 3 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.cons |
| 827 | passed 5 tests in /test/iterators/stream.iterators/istream.iterator/istream.iterator.ops |
| 828 | passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator |
| 829 | passed 4 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons |
| 830 | passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::equal |
| 831 | passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op!= |
| 832 | passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op++ |
| 833 | passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op== |
| 834 | passed 3 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::op_astrk |
| 835 | passed 1 tests in /test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator::proxy |
| 836 | passed 6 tests in /test/iterators/stream.iterators/iterator.range |
| 837 | passed 1 tests in /test/iterators/stream.iterators/ostream.iterator |
| 838 | passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des |
| 839 | passed 3 tests in /test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops |
| 840 | passed 1 tests in /test/iterators/stream.iterators/ostreambuf.iterator |
| 841 | passed 2 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons |
| 842 | passed 4 tests in /test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops |
| 843 | passed 1 tests in /test/language.support |
| 844 | passed 1 tests in /test/language.support/cstdint |
| 845 | passed 1 tests in /test/language.support/cstdint/cstdint.syn |
| 846 | passed 1 tests in /test/language.support/support.dynamic |
| 847 | passed 1 tests in /test/language.support/support.dynamic/alloc.errors |
| 848 | passed 1 tests in /test/language.support/support.dynamic/alloc.errors/bad.alloc |
| 849 | passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.badlength |
| 850 | passed 1 tests in /test/language.support/support.dynamic/alloc.errors/new.handler |
| 851 | passed 1 tests in /test/language.support/support.dynamic/alloc.errors/set.new.handler |
| 852 | passed 1 tests in /test/language.support/support.dynamic/new.delete |
| 853 | passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.array |
| 854 | passed 1 tests in /test/language.support/support.dynamic/new.delete/new.delete.dataraces |
| 855 | passed 2 tests in /test/language.support/support.dynamic/new.delete/new.delete.placement |
| 856 | passed 4 tests in /test/language.support/support.dynamic/new.delete/new.delete.single |
| 857 | passed 1 tests in /test/language.support/support.exception |
| 858 | not implemented: /test/language.support/support.exception/except.nested |
| 859 | passed 1 tests in /test/language.support/support.exception/exception |
| 860 | passed 1 tests in /test/language.support/support.exception/exception.terminate |
| 861 | passed 1 tests in /test/language.support/support.exception/exception.terminate/set.terminate |
| 862 | passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate |
| 863 | passed 1 tests in /test/language.support/support.exception/exception.terminate/terminate.handler |
| 864 | passed 1 tests in /test/language.support/support.exception/exception.unexpected |
| 865 | passed 1 tests in /test/language.support/support.exception/exception.unexpected/bad.exception |
| 866 | passed 1 tests in /test/language.support/support.exception/exception.unexpected/set.unexpected |
| 867 | passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected |
| 868 | passed 1 tests in /test/language.support/support.exception/exception.unexpected/unexpected.handler |
| 869 | passed 4 tests in /test/language.support/support.exception/propagation |
| 870 | passed 1 tests in /test/language.support/support.exception/uncaught |
| 871 | not implemented: /test/language.support/support.general |
| 872 | passed 1 tests in /test/language.support/support.initlist |
| 873 | passed 1 tests in /test/language.support/support.initlist/support.initlist.access |
| 874 | passed 1 tests in /test/language.support/support.initlist/support.initlist.cons |
| 875 | not implemented: /test/language.support/support.initlist/support.initlist.range |
| 876 | passed 1 tests in /test/language.support/support.limits |
| 877 | passed 2 tests in /test/language.support/support.limits/c.limits |
| 878 | passed 1 tests in /test/language.support/support.limits/limits |
| 879 | passed 1 tests in /test/language.support/support.limits/limits/denorm.style |
| 880 | passed 1 tests in /test/language.support/support.limits/limits/numeric.limits |
| 881 | passed 31 tests in /test/language.support/support.limits/limits/numeric.limits.members |
| 882 | passed 1 tests in /test/language.support/support.limits/limits/numeric.special |
| 883 | passed 1 tests in /test/language.support/support.limits/limits/round.style |
| 884 | passed 1 tests in /test/language.support/support.rtti |
| 885 | passed 1 tests in /test/language.support/support.rtti/bad.cast |
| 886 | passed 1 tests in /test/language.support/support.rtti/bad.typeid |
| 887 | passed 2 tests in /test/language.support/support.rtti/type.info |
| 888 | passed 6 tests in /test/language.support/support.runtime |
| 889 | quick_exit.pass.cpp: In function ‘int main()’: |
| 890 | quick_exit.pass.cpp:33: error: ‘at_quick_exit’ is not a member of ‘std’ |
| 891 | quick_exit.pass.cpp:34: error: ‘quick_exit’ was not declared in this scope |
| 892 | quick_exit.pass.cpp failed to compile |
| 893 | failed 1 tests in /test/language.support/support.start.term |
| 894 | passed 6 tests in /test/language.support/support.types |
| 895 | passed 1 tests in /test/localization |
| 896 | passed 1 tests in /test/localization/c.locales |
| 897 | passed 1 tests in /test/localization/locale.categories |
| 898 | passed 1 tests in /test/localization/locale.categories/category.collate |
| 899 | passed 2 tests in /test/localization/locale.categories/category.collate/locale.collate |
| 900 | passed 3 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.members |
| 901 | passed 1 tests in /test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals |
| 902 | passed 4 tests in /test/localization/locale.categories/category.collate/locale.collate.byname |
| 903 | passed 1 tests in /test/localization/locale.categories/category.ctype |
| 904 | passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special |
| 905 | passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor |
| 906 | passed 14 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members |
| 907 | passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics |
| 908 | passed 1 tests in /test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals |
| 909 | passed 9 tests in /test/localization/locale.categories/category.ctype/locale.codecvt |
| 910 | passed 29 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members |
| 911 | passed 1 tests in /test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals |
| 912 | passed 4 tests in /test/localization/locale.categories/category.ctype/locale.codecvt.byname |
| 913 | passed 2 tests in /test/localization/locale.categories/category.ctype/locale.ctype |
| 914 | passed 12 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members |
| 915 | passed 1 tests in /test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals |
| 916 | passed 13 tests in /test/localization/locale.categories/category.ctype/locale.ctype.byname |
| 917 | passed 1 tests in /test/localization/locale.categories/category.messages |
| 918 | passed 3 tests in /test/localization/locale.categories/category.messages/locale.messages |
| 919 | passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.members |
| 920 | passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals |
| 921 | passed 1 tests in /test/localization/locale.categories/category.messages/locale.messages.byname |
| 922 | passed 1 tests in /test/localization/locale.categories/category.monetary |
| 923 | passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.get |
| 924 | passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members |
| 925 | passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals |
| 926 | passed 2 tests in /test/localization/locale.categories/category.monetary/locale.money.put |
| 927 | passed 5 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members |
| 928 | passed 1 tests in /test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals |
| 929 | passed 3 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct |
| 930 | passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members |
| 931 | passed 1 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals |
| 932 | passed 9 tests in /test/localization/locale.categories/category.monetary/locale.moneypunct.byname |
| 933 | passed 1 tests in /test/localization/locale.categories/category.numeric |
| 934 | passed 2 tests in /test/localization/locale.categories/category.numeric/locale.nm.put |
| 935 | passed 8 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members |
| 936 | passed 1 tests in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals |
| 937 | passed 2 tests in /test/localization/locale.categories/category.numeric/locale.num.get |
| 938 | passed 11 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members |
| 939 | passed 1 tests in /test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals |
| 940 | passed 1 tests in /test/localization/locale.categories/category.time |
| 941 | passed 3 tests in /test/localization/locale.categories/category.time/locale.time.get |
| 942 | passed 12 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members |
| 943 | passed 1 tests in /test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals |
| 944 | passed 14 tests in /test/localization/locale.categories/category.time/locale.time.get.byname |
| 945 | passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put |
| 946 | passed 2 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members |
| 947 | passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals |
| 948 | passed 1 tests in /test/localization/locale.categories/category.time/locale.time.put.byname |
| 949 | passed 1 tests in /test/localization/locale.categories/facet.numpunct |
| 950 | passed 2 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct |
| 951 | passed 5 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members |
| 952 | passed 1 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals |
| 953 | passed 3 tests in /test/localization/locale.categories/facet.numpunct/locale.numpunct.byname |
| 954 | passed 1 tests in /test/localization/locale.categories/facets.examples |
| 955 | not implemented: /test/localization/locale.stdcvt |
| 956 | passed 1 tests in /test/localization/locale.syn |
| 957 | passed 1 tests in /test/localization/locales |
| 958 | passed 1 tests in /test/localization/locales/locale |
| 959 | passed 9 tests in /test/localization/locales/locale/locale.cons |
| 960 | passed 2 tests in /test/localization/locales/locale/locale.members |
| 961 | passed 2 tests in /test/localization/locales/locale/locale.operators |
| 962 | passed 2 tests in /test/localization/locales/locale/locale.statics |
| 963 | passed 1 tests in /test/localization/locales/locale/locale.types |
| 964 | passed 1 tests in /test/localization/locales/locale/locale.types/locale.category |
| 965 | passed 1 tests in /test/localization/locales/locale/locale.types/locale.facet |
| 966 | passed 1 tests in /test/localization/locales/locale/locale.types/locale.id |
| 967 | passed 1 tests in /test/localization/locales/locale.convenience |
| 968 | passed 11 tests in /test/localization/locales/locale.convenience/classification |
| 969 | passed 1 tests in /test/localization/locales/locale.convenience/conversions |
| 970 | not implemented: /test/localization/locales/locale.convenience/conversions/conversions.buffer |
| 971 | passed 2 tests in /test/localization/locales/locale.convenience/conversions/conversions.character |
| 972 | not implemented: /test/localization/locales/locale.convenience/conversions/conversions.string |
| 973 | passed 2 tests in /test/localization/locales/locale.global.templates |
| 974 | passed 1 tests in /test/localization/localization.general |
| 975 | passed 1 tests in /test/numerics |
| 976 | tgmath_h.pass.cpp:26:2: error: #error <tgmath.h> is not implemented |
| 977 | tgmath_h.pass.cpp failed to compile |
| 978 | failed 1 tests in /test/numerics/c.math |
| 979 | passed 2 tests in /test/numerics/c.math |
| 980 | passed 1 tests in /test/numerics/cfenv |
| 981 | passed 1 tests in /test/numerics/cfenv/cfenv.syn |
| 982 | passed 1 tests in /test/numerics/complex.number |
| 983 | passed 1 tests in /test/numerics/complex.number/ccmplx |
| 984 | passed 7 tests in /test/numerics/complex.number/cmplx.over |
| 985 | passed 1 tests in /test/numerics/complex.number/complex |
| 986 | passed 10 tests in /test/numerics/complex.number/complex.member.ops |
| 987 | passed 2 tests in /test/numerics/complex.number/complex.members |
| 988 | passed 22 tests in /test/numerics/complex.number/complex.ops |
| 989 | passed 12 tests in /test/numerics/complex.number/complex.special |
| 990 | passed 1 tests in /test/numerics/complex.number/complex.synopsis |
| 991 | passed 19 tests in /test/numerics/complex.number/complex.transcendentals |
| 992 | passed 8 tests in /test/numerics/complex.number/complex.value.ops |
| 993 | passed 1 tests in /test/numerics/numarray |
| 994 | passed 1 tests in /test/numerics/numarray/class.gslice |
| 995 | passed 1 tests in /test/numerics/numarray/class.gslice/gslice.access |
| 996 | passed 2 tests in /test/numerics/numarray/class.gslice/gslice.cons |
| 997 | passed 1 tests in /test/numerics/numarray/class.slice |
| 998 | passed 2 tests in /test/numerics/numarray/class.slice/cons.slice |
| 999 | passed 1 tests in /test/numerics/numarray/class.slice/slice.access |
| 1000 | passed 2 tests in /test/numerics/numarray/template.gslice.array |
| 1001 | passed 2 tests in /test/numerics/numarray/template.gslice.array/gslice.array.assign |
| 1002 | passed 10 tests in /test/numerics/numarray/template.gslice.array/gslice.array.comp.assign |
| 1003 | passed 1 tests in /test/numerics/numarray/template.gslice.array/gslice.array.fill |
| 1004 | passed 2 tests in /test/numerics/numarray/template.indirect.array |
| 1005 | passed 2 tests in /test/numerics/numarray/template.indirect.array/indirect.array.assign |
| 1006 | passed 10 tests in /test/numerics/numarray/template.indirect.array/indirect.array.comp.assign |
| 1007 | passed 1 tests in /test/numerics/numarray/template.indirect.array/indirect.array.fill |
| 1008 | passed 2 tests in /test/numerics/numarray/template.mask.array |
| 1009 | passed 2 tests in /test/numerics/numarray/template.mask.array/mask.array.assign |
| 1010 | passed 10 tests in /test/numerics/numarray/template.mask.array/mask.array.comp.assign |
| 1011 | passed 1 tests in /test/numerics/numarray/template.mask.array/mask.array.fill |
| 1012 | passed 2 tests in /test/numerics/numarray/template.slice.array |
| 1013 | passed 2 tests in /test/numerics/numarray/template.slice.array/slice.arr.assign |
| 1014 | passed 10 tests in /test/numerics/numarray/template.slice.array/slice.arr.comp.assign |
| 1015 | passed 1 tests in /test/numerics/numarray/template.slice.array/slice.arr.fill |
| 1016 | passed 1 tests in /test/numerics/numarray/template.valarray |
| 1017 | passed 2 tests in /test/numerics/numarray/template.valarray/valarray.access |
| 1018 | passed 8 tests in /test/numerics/numarray/template.valarray/valarray.assign |
| 1019 | passed 20 tests in /test/numerics/numarray/template.valarray/valarray.cassign |
| 1020 | passed 11 tests in /test/numerics/numarray/template.valarray/valarray.cons |
| 1021 | passed 10 tests in /test/numerics/numarray/template.valarray/valarray.members |
| 1022 | passed 8 tests in /test/numerics/numarray/template.valarray/valarray.sub |
| 1023 | passed 4 tests in /test/numerics/numarray/template.valarray/valarray.unary |
| 1024 | passed 1 tests in /test/numerics/numarray/valarray.nonmembers |
| 1025 | passed 30 tests in /test/numerics/numarray/valarray.nonmembers/valarray.binary |
| 1026 | passed 24 tests in /test/numerics/numarray/valarray.nonmembers/valarray.comparison |
| 1027 | passed 1 tests in /test/numerics/numarray/valarray.nonmembers/valarray.special |
| 1028 | passed 20 tests in /test/numerics/numarray/valarray.nonmembers/valarray.transcend |
| 1029 | passed 4 tests in /test/numerics/numarray/valarray.range |
| 1030 | passed 1 tests in /test/numerics/numarray/valarray.syn |
| 1031 | passed 1 tests in /test/numerics/numeric.ops |
| 1032 | passed 2 tests in /test/numerics/numeric.ops/accumulate |
| 1033 | passed 2 tests in /test/numerics/numeric.ops/adjacent.difference |
| 1034 | passed 2 tests in /test/numerics/numeric.ops/inner.product |
| 1035 | not implemented: /test/numerics/numeric.ops/numeric.iota |
| 1036 | passed 2 tests in /test/numerics/numeric.ops/partial.sum |
| 1037 | passed 1 tests in /test/numerics/numeric.requirements |
| 1038 | not implemented: /test/numerics/numerics.general |
| 1039 | not implemented: /test/numerics/rand |
| 1040 | not implemented: /test/numerics/rand/rand.adapt |
| 1041 | not implemented: /test/numerics/rand/rand.adapt/rand.adapt.disc |
| 1042 | not implemented: /test/numerics/rand/rand.adapt/rand.adapt.ibits |
| 1043 | not implemented: /test/numerics/rand/rand.adapt/rand.adapt.shuf |
| 1044 | not implemented: /test/numerics/rand/rand.device |
| 1045 | not implemented: /test/numerics/rand/rand.dis |
| 1046 | not implemented: /test/numerics/rand/rand.dis/rand.dist.bern |
| 1047 | not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli |
| 1048 | not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin |
| 1049 | not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo |
| 1050 | not implemented: /test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin |
| 1051 | not implemented: /test/numerics/rand/rand.dis/rand.dist.norm |
| 1052 | not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy |
| 1053 | not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq |
| 1054 | not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f |
| 1055 | not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal |
| 1056 | not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal |
| 1057 | not implemented: /test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t |
| 1058 | not implemented: /test/numerics/rand/rand.dis/rand.dist.pois |
| 1059 | not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp |
| 1060 | not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme |
| 1061 | not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma |
| 1062 | not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson |
| 1063 | not implemented: /test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull |
| 1064 | not implemented: /test/numerics/rand/rand.dis/rand.dist.samp |
| 1065 | not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete |
| 1066 | not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.genpdf |
| 1067 | not implemented: /test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst |
| 1068 | not implemented: /test/numerics/rand/rand.dis/rand.dist.uni |
| 1069 | not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int |
| 1070 | not implemented: /test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real |
| 1071 | not implemented: /test/numerics/rand/rand.eng |
| 1072 | not implemented: /test/numerics/rand/rand.eng/rand.eng.lcong |
| 1073 | not implemented: /test/numerics/rand/rand.eng/rand.eng.mers |
| 1074 | not implemented: /test/numerics/rand/rand.eng/rand.eng.sub |
| 1075 | not implemented: /test/numerics/rand/rand.predef |
| 1076 | not implemented: /test/numerics/rand/rand.req |
| 1077 | not implemented: /test/numerics/rand/rand.req/rand.req.adapt |
| 1078 | not implemented: /test/numerics/rand/rand.req/rand.req.dst |
| 1079 | not implemented: /test/numerics/rand/rand.req/rand.req.eng |
| 1080 | not implemented: /test/numerics/rand/rand.req/rand.req.genl |
| 1081 | not implemented: /test/numerics/rand/rand.req/rand.req.seedseq |
| 1082 | not implemented: /test/numerics/rand/rand.req/rand.req.urng |
| 1083 | not implemented: /test/numerics/rand/rand.synopsis |
| 1084 | not implemented: /test/numerics/rand/rand.util |
| 1085 | not implemented: /test/numerics/rand/rand.util/rand.util.canonical |
| 1086 | not implemented: /test/numerics/rand/rand.util/rand.util.seedseq |
| 1087 | not implemented: /test/re |
| 1088 | not implemented: /test/re/re.alg |
| 1089 | not implemented: /test/re/re.alg/re.alg.match |
| 1090 | not implemented: /test/re/re.alg/re.alg.replace |
| 1091 | not implemented: /test/re/re.alg/re.alg.search |
| 1092 | not implemented: /test/re/re.alg/re.except |
| 1093 | not implemented: /test/re/re.badexp |
| 1094 | not implemented: /test/re/re.const |
| 1095 | not implemented: /test/re/re.const/re.err |
| 1096 | not implemented: /test/re/re.const/re.matchflag |
| 1097 | not implemented: /test/re/re.const/re.synopt |
| 1098 | not implemented: /test/re/re.def |
| 1099 | not implemented: /test/re/re.def/defns.regex.collating.element |
| 1100 | not implemented: /test/re/re.def/defns.regex.finite.state.machine |
| 1101 | not implemented: /test/re/re.def/defns.regex.format.specifier |
| 1102 | not implemented: /test/re/re.def/defns.regex.matched |
| 1103 | not implemented: /test/re/re.def/defns.regex.primary.equivalence.class |
| 1104 | not implemented: /test/re/re.def/defns.regex.regular.expression |
| 1105 | not implemented: /test/re/re.def/defns.regex.subexpression |
| 1106 | not implemented: /test/re/re.general |
| 1107 | not implemented: /test/re/re.grammar |
| 1108 | not implemented: /test/re/re.iter |
| 1109 | not implemented: /test/re/re.iter/re.regiter |
| 1110 | not implemented: /test/re/re.iter/re.regiter/re.regiter.cnstr |
| 1111 | not implemented: /test/re/re.iter/re.regiter/re.regiter.comp |
| 1112 | not implemented: /test/re/re.iter/re.regiter/re.regiter.deref |
| 1113 | not implemented: /test/re/re.iter/re.regiter/re.regiter.incr |
| 1114 | not implemented: /test/re/re.iter/re.tokiter |
| 1115 | not implemented: /test/re/re.iter/re.tokiter/re.tokiter.cnstr |
| 1116 | not implemented: /test/re/re.iter/re.tokiter/re.tokiter.comp |
| 1117 | not implemented: /test/re/re.iter/re.tokiter/re.tokiter.deref |
| 1118 | not implemented: /test/re/re.iter/re.tokiter/re.tokiter.incr |
| 1119 | not implemented: /test/re/re.regex |
| 1120 | not implemented: /test/re/re.regex/re.regex.assign |
| 1121 | not implemented: /test/re/re.regex/re.regex.const |
| 1122 | not implemented: /test/re/re.regex/re.regex.construct |
| 1123 | not implemented: /test/re/re.regex/re.regex.locale |
| 1124 | not implemented: /test/re/re.regex/re.regex.nonmemb |
| 1125 | not implemented: /test/re/re.regex/re.regex.nonmemb/re.regex.nmswap |
| 1126 | not implemented: /test/re/re.regex/re.regex.operations |
| 1127 | not implemented: /test/re/re.regex/re.regex.swap |
| 1128 | not implemented: /test/re/re.req |
| 1129 | not implemented: /test/re/re.results |
| 1130 | not implemented: /test/re/re.results/re.results.acc |
| 1131 | not implemented: /test/re/re.results/re.results.all |
| 1132 | not implemented: /test/re/re.results/re.results.const |
| 1133 | not implemented: /test/re/re.results/re.results.form |
| 1134 | not implemented: /test/re/re.results/re.results.nonmember |
| 1135 | not implemented: /test/re/re.results/re.results.size |
| 1136 | not implemented: /test/re/re.results/re.results.swap |
| 1137 | not implemented: /test/re/re.submatch |
| 1138 | not implemented: /test/re/re.submatch/re.submatch.members |
| 1139 | not implemented: /test/re/re.submatch/re.submatch.op |
| 1140 | not implemented: /test/re/re.syn |
| 1141 | not implemented: /test/re/re.traits |
| 1142 | passed 1 tests in /test/strings |
| 1143 | passed 1 tests in /test/strings/basic.string |
| 1144 | passed 4 tests in /test/strings/basic.string/string.access |
| 1145 | passed 10 tests in /test/strings/basic.string/string.capacity |
| 1146 | passed 16 tests in /test/strings/basic.string/string.cons |
| 1147 | passed 8 tests in /test/strings/basic.string/string.iterators |
| 1148 | passed 1 tests in /test/strings/basic.string/string.modifiers |
| 1149 | passed 8 tests in /test/strings/basic.string/string.modifiers/string::append |
| 1150 | passed 8 tests in /test/strings/basic.string/string.modifiers/string::assign |
| 1151 | passed 1 tests in /test/strings/basic.string/string.modifiers/string::copy |
| 1152 | passed 4 tests in /test/strings/basic.string/string.modifiers/string::erase |
| 1153 | passed 9 tests in /test/strings/basic.string/string.modifiers/string::insert |
| 1154 | passed 4 tests in /test/strings/basic.string/string.modifiers/string::op+= |
| 1155 | passed 11 tests in /test/strings/basic.string/string.modifiers/string::replace |
| 1156 | passed 1 tests in /test/strings/basic.string/string.modifiers/string::swap |
| 1157 | passed 1 tests in /test/strings/basic.string/string.nonmembers |
| 1158 | passed 6 tests in /test/strings/basic.string/string.nonmembers/string.io |
| 1159 | passed 1 tests in /test/strings/basic.string/string.nonmembers/string.special |
| 1160 | passed 3 tests in /test/strings/basic.string/string.nonmembers/string::op!= |
| 1161 | passed 5 tests in /test/strings/basic.string/string.nonmembers/string::op+ |
| 1162 | passed 3 tests in /test/strings/basic.string/string.nonmembers/string::operator== |
| 1163 | passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt |
| 1164 | passed 3 tests in /test/strings/basic.string/string.nonmembers/string::opgt= |
| 1165 | passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt |
| 1166 | passed 3 tests in /test/strings/basic.string/string.nonmembers/string::oplt= |
| 1167 | passed 1 tests in /test/strings/basic.string/string.ops |
| 1168 | passed 3 tests in /test/strings/basic.string/string.ops/string.accessors |
| 1169 | passed 6 tests in /test/strings/basic.string/string.ops/string::compare |
| 1170 | passed 4 tests in /test/strings/basic.string/string.ops/string::find |
| 1171 | passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.not.of |
| 1172 | passed 4 tests in /test/strings/basic.string/string.ops/string::find.first.of |
| 1173 | passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.not.of |
| 1174 | passed 4 tests in /test/strings/basic.string/string.ops/string::find.last.of |
| 1175 | passed 4 tests in /test/strings/basic.string/string.ops/string::rfind |
| 1176 | passed 1 tests in /test/strings/basic.string/string.ops/string::substr |
| 1177 | passed 1 tests in /test/strings/basic.string/string.require |
| 1178 | passed 1 tests in /test/strings/basic.string.hash |
| 1179 | cuchar.pass.cpp:26:18: error: cuchar: No such file or directory |
| 1180 | cuchar.pass.cpp failed to compile |
| 1181 | failed 1 tests in /test/strings/c.strings |
| 1182 | passed 4 tests in /test/strings/c.strings |
| 1183 | passed 1 tests in /test/strings/char.traits |
| 1184 | passed 1 tests in /test/strings/char.traits/char.traits.require |
| 1185 | passed 1 tests in /test/strings/char.traits/char.traits.specializations |
| 1186 | passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char |
| 1187 | passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t |
| 1188 | passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t |
| 1189 | passed 15 tests in /test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t |
| 1190 | passed 1 tests in /test/strings/char.traits/char.traits.typedefs |
| 1191 | passed 1 tests in /test/strings/string.classes |
| 1192 | not implemented: /test/strings/string.conversions |
| 1193 | not implemented: /test/strings/strings.general |
| 1194 | passed 1 tests in /test/thread |
| 1195 | passed 1 tests in /test/thread/futures |
| 1196 | not implemented: /test/thread/futures/futures.async |
| 1197 | not implemented: /test/thread/futures/futures.atomic_future |
| 1198 | not implemented: /test/thread/futures/futures.errors |
| 1199 | not implemented: /test/thread/futures/futures.future_error |
| 1200 | passed 3 tests in /test/thread/futures/futures.overview |
| 1201 | not implemented: /test/thread/futures/futures.promise |
| 1202 | not implemented: /test/thread/futures/futures.shared_future |
| 1203 | not implemented: /test/thread/futures/futures.state |
| 1204 | not implemented: /test/thread/futures/futures.tas |
| 1205 | not implemented: /test/thread/futures/futures.tas/futures.taask.nonmembers |
| 1206 | not implemented: /test/thread/futures/futures.tas/futures.task.members |
| 1207 | not implemented: /test/thread/futures/futures.unique_future |
| 1208 | notify_all_at_thread_exit.pass.cpp:34:2: error: #error notify_all_at_thread_exit not implemented |
| 1209 | notify_all_at_thread_exit.pass.cpp failed to compile |
| 1210 | failed 1 tests in /test/thread/thread.condition |
| 1211 | passed 1 tests in /test/thread/thread.condition |
| 1212 | passed 13 tests in /test/thread/thread.condition/thread.condition.condvar |
| 1213 | passed 12 tests in /test/thread/thread.condition/thread.condition.condvarany |
| 1214 | passed 1 tests in /test/thread/thread.general |
| 1215 | passed 1 tests in /test/thread/thread.mutex |
| 1216 | passed 1 tests in /test/thread/thread.mutex/thread.lock |
| 1217 | passed 6 tests in /test/thread/thread.mutex/thread.lock/thread.lock.guard |
| 1218 | passed 1 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique |
| 1219 | passed 11 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons |
| 1220 | passed 5 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking |
| 1221 | passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod |
| 1222 | passed 3 tests in /test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs |
| 1223 | passed 2 tests in /test/thread/thread.mutex/thread.lock.algorithm |
| 1224 | passed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements |
| 1225 | Assertion failed: (d < ns(2500000)), function f, file lock.pass.cpp, line 52. |
| 1226 | ./testit: line 96: 59020 Abort trap ./a.out |
| 1227 | lock.pass.cpp failed at run time |
| 1228 | failed 1 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class |
| 1229 | passed 5 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.class |
| 1230 | passed 6 tests in /test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.recursive |
| 1231 | passed 1 tests in /test/thread/thread.mutex/thread.once |
| 1232 | passed 1 tests in /test/thread/thread.mutex/thread.once/thread.once.callonce |
| 1233 | passed 3 tests in /test/thread/thread.mutex/thread.once/thread.once.onceflag |
| 1234 | passed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements |
| 1235 | passed 7 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.class |
| 1236 | Assertion failed: (d < ns(5000000)), function f1, file try_lock_for.pass.cpp, line 53. |
| 1237 | ./testit: line 96: 59251 Abort trap ./a.out |
| 1238 | try_lock_for.pass.cpp failed at run time |
| 1239 | failed 1 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive |
| 1240 | passed 6 tests in /test/thread/thread.mutex/thread.timedmutex.requirements/thread.timedmutex.recursive |
| 1241 | passed 1 tests in /test/thread/thread.req |
| 1242 | passed 1 tests in /test/thread/thread.req/thread.req.exception |
| 1243 | passed 1 tests in /test/thread/thread.req/thread.req.native |
| 1244 | passed 1 tests in /test/thread/thread.req/thread.req.paramname |
| 1245 | passed 1 tests in /test/thread/thread.req/thread.req.timing |
| 1246 | passed 1 tests in /test/thread/thread.threads |
| 1247 | passed 1 tests in /test/thread/thread.threads/thread.thread.class |
| 1248 | passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.algorithm |
| 1249 | passed 2 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.assign |
| 1250 | passed 4 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.constr |
| 1251 | passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.destr |
| 1252 | passed 7 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.id |
| 1253 | passed 6 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.member |
| 1254 | passed 1 tests in /test/thread/thread.threads/thread.thread.class/thread.thread.static |
| 1255 | passed 4 tests in /test/thread/thread.threads/thread.thread.this |
| 1256 | passed 1 tests in /test/utilities |
| 1257 | passed 1 tests in /test/utilities/date.time |
| 1258 | passed 1 tests in /test/utilities/function.objects |
| 1259 | passed 6 tests in /test/utilities/function.objects/arithmetic.operations |
| 1260 | passed 1 tests in /test/utilities/function.objects/base |
| 1261 | passed 1 tests in /test/utilities/function.objects/bind |
| 1262 | passed 1 tests in /test/utilities/function.objects/bind/func.bind |
| 1263 | invoke_int_0.pass.cpp: In function ‘int main()’: |
| 1264 | invoke_int_0.pass.cpp:58: error: ‘bind’ is not a member of ‘std’ |
| 1265 | invoke_int_0.pass.cpp:59: error: ‘bind’ is not a member of ‘std’ |
| 1266 | invoke_int_0.pass.cpp:60: error: ‘bind’ is not a member of ‘std’ |
| 1267 | invoke_int_0.pass.cpp:61: error: ‘bind’ is not a member of ‘std’ |
| 1268 | invoke_int_0.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ |
| 1269 | invoke_int_0.pass.cpp:63: error: expected primary-expression before ‘int’ |
| 1270 | invoke_int_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ |
| 1271 | invoke_int_0.pass.cpp:64: error: expected primary-expression before ‘int’ |
| 1272 | invoke_int_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ |
| 1273 | invoke_int_0.pass.cpp:65: error: expected primary-expression before ‘int’ |
| 1274 | invoke_int_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ |
| 1275 | invoke_int_0.pass.cpp:66: error: expected primary-expression before ‘int’ |
| 1276 | invoke_int_0.pass.cpp failed to compile |
| 1277 | invoke_lvalue.pass.cpp: In function ‘void test_void_1()’: |
| 1278 | invoke_lvalue.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ |
| 1279 | invoke_lvalue.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ |
| 1280 | invoke_lvalue.pass.cpp:78: error: ‘bind’ is not a member of ‘std’ |
| 1281 | invoke_lvalue.pass.cpp:85: error: ‘bind’ is not a member of ‘std’ |
| 1282 | invoke_lvalue.pass.cpp:93: error: ‘bind’ is not a member of ‘std’ |
| 1283 | invoke_lvalue.pass.cpp:100: error: ‘bind’ is not a member of ‘std’ |
| 1284 | invoke_lvalue.pass.cpp:108: error: ‘bind’ is not a member of ‘std’ |
| 1285 | invoke_lvalue.pass.cpp:112: error: ‘bind’ is not a member of ‘std’ |
| 1286 | invoke_lvalue.pass.cpp:119: error: ‘bind’ is not a member of ‘std’ |
| 1287 | invoke_lvalue.pass.cpp:123: error: ‘bind’ is not a member of ‘std’ |
| 1288 | invoke_lvalue.pass.cpp:131: error: ‘bind’ is not a member of ‘std’ |
| 1289 | invoke_lvalue.pass.cpp:135: error: ‘bind’ is not a member of ‘std’ |
| 1290 | invoke_lvalue.pass.cpp:142: error: ‘bind’ is not a member of ‘std’ |
| 1291 | invoke_lvalue.pass.cpp:146: error: ‘bind’ is not a member of ‘std’ |
| 1292 | invoke_lvalue.pass.cpp: In function ‘void test_int_1()’: |
| 1293 | invoke_lvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ |
| 1294 | invoke_lvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ |
| 1295 | invoke_lvalue.pass.cpp:186: error: ‘bind’ is not a member of ‘std’ |
| 1296 | invoke_lvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ |
| 1297 | invoke_lvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ |
| 1298 | invoke_lvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ |
| 1299 | invoke_lvalue.pass.cpp:198: error: ‘bind’ is not a member of ‘std’ |
| 1300 | invoke_lvalue.pass.cpp:199: error: ‘bind’ is not a member of ‘std’ |
| 1301 | invoke_lvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ |
| 1302 | invoke_lvalue.pass.cpp:202: error: ‘bind’ is not a member of ‘std’ |
| 1303 | invoke_lvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ |
| 1304 | invoke_lvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ |
| 1305 | invoke_lvalue.pass.cpp:210: error: ‘bind’ is not a member of ‘std’ |
| 1306 | invoke_lvalue.pass.cpp:211: error: ‘bind’ is not a member of ‘std’ |
| 1307 | invoke_lvalue.pass.cpp:216: error: ‘bind’ is not a member of ‘std’ |
| 1308 | invoke_lvalue.pass.cpp:217: error: ‘bind’ is not a member of ‘std’ |
| 1309 | invoke_lvalue.pass.cpp:219: error: ‘bind’ is not a member of ‘std’ |
| 1310 | invoke_lvalue.pass.cpp:220: error: ‘bind’ is not a member of ‘std’ |
| 1311 | invoke_lvalue.pass.cpp:221: error: ‘bind’ is not a member of ‘std’ |
| 1312 | invoke_lvalue.pass.cpp:222: error: ‘bind’ is not a member of ‘std’ |
| 1313 | invoke_lvalue.pass.cpp:223: error: ‘bind’ is not a member of ‘std’ |
| 1314 | invoke_lvalue.pass.cpp:224: error: ‘bind’ is not a member of ‘std’ |
| 1315 | invoke_lvalue.pass.cpp: In function ‘void test_void_2()’: |
| 1316 | invoke_lvalue.pass.cpp:255: error: ‘bind’ is not a member of ‘std’ |
| 1317 | invoke_lvalue.pass.cpp:258: error: ‘bind’ is not a member of ‘std’ |
| 1318 | invoke_lvalue.pass.cpp:261: error: ‘bind’ is not a member of ‘std’ |
| 1319 | invoke_lvalue.pass.cpp:268: error: ‘bind’ is not a member of ‘std’ |
| 1320 | invoke_lvalue.pass.cpp:271: error: ‘bind’ is not a member of ‘std’ |
| 1321 | invoke_lvalue.pass.cpp failed to compile |
| 1322 | invoke_rvalue.pass.cpp: In function ‘void test_void_1()’: |
| 1323 | invoke_rvalue.pass.cpp:63: error: ‘bind’ is not a member of ‘std’ |
| 1324 | invoke_rvalue.pass.cpp:68: error: ‘bind’ is not a member of ‘std’ |
| 1325 | invoke_rvalue.pass.cpp:75: error: ‘bind’ is not a member of ‘std’ |
| 1326 | invoke_rvalue.pass.cpp:81: error: ‘bind’ is not a member of ‘std’ |
| 1327 | invoke_rvalue.pass.cpp:88: error: ‘bind’ is not a member of ‘std’ |
| 1328 | invoke_rvalue.pass.cpp:94: error: ‘bind’ is not a member of ‘std’ |
| 1329 | invoke_rvalue.pass.cpp:101: error: ‘bind’ is not a member of ‘std’ |
| 1330 | invoke_rvalue.pass.cpp:105: error: ‘bind’ is not a member of ‘std’ |
| 1331 | invoke_rvalue.pass.cpp:111: error: ‘bind’ is not a member of ‘std’ |
| 1332 | invoke_rvalue.pass.cpp:115: error: ‘bind’ is not a member of ‘std’ |
| 1333 | invoke_rvalue.pass.cpp:122: error: ‘bind’ is not a member of ‘std’ |
| 1334 | invoke_rvalue.pass.cpp:126: error: ‘bind’ is not a member of ‘std’ |
| 1335 | invoke_rvalue.pass.cpp:132: error: ‘bind’ is not a member of ‘std’ |
| 1336 | invoke_rvalue.pass.cpp:136: error: ‘bind’ is not a member of ‘std’ |
| 1337 | invoke_rvalue.pass.cpp: In function ‘void test_int_1()’: |
| 1338 | invoke_rvalue.pass.cpp:168: error: ‘bind’ is not a member of ‘std’ |
| 1339 | invoke_rvalue.pass.cpp:169: error: ‘bind’ is not a member of ‘std’ |
| 1340 | invoke_rvalue.pass.cpp:174: error: ‘bind’ is not a member of ‘std’ |
| 1341 | invoke_rvalue.pass.cpp:175: error: ‘bind’ is not a member of ‘std’ |
| 1342 | invoke_rvalue.pass.cpp:179: error: ‘bind’ is not a member of ‘std’ |
| 1343 | invoke_rvalue.pass.cpp:180: error: ‘bind’ is not a member of ‘std’ |
| 1344 | invoke_rvalue.pass.cpp:184: error: ‘bind’ is not a member of ‘std’ |
| 1345 | invoke_rvalue.pass.cpp:185: error: ‘bind’ is not a member of ‘std’ |
| 1346 | invoke_rvalue.pass.cpp:187: error: ‘bind’ is not a member of ‘std’ |
| 1347 | invoke_rvalue.pass.cpp:188: error: ‘bind’ is not a member of ‘std’ |
| 1348 | invoke_rvalue.pass.cpp:192: error: ‘bind’ is not a member of ‘std’ |
| 1349 | invoke_rvalue.pass.cpp:193: error: ‘bind’ is not a member of ‘std’ |
| 1350 | invoke_rvalue.pass.cpp:195: error: ‘bind’ is not a member of ‘std’ |
| 1351 | invoke_rvalue.pass.cpp:196: error: ‘bind’ is not a member of ‘std’ |
| 1352 | invoke_rvalue.pass.cpp:200: error: ‘bind’ is not a member of ‘std’ |
| 1353 | invoke_rvalue.pass.cpp:201: error: ‘bind’ is not a member of ‘std’ |
| 1354 | invoke_rvalue.pass.cpp:203: error: ‘bind’ is not a member of ‘std’ |
| 1355 | invoke_rvalue.pass.cpp:204: error: ‘bind’ is not a member of ‘std’ |
| 1356 | invoke_rvalue.pass.cpp:205: error: ‘bind’ is not a member of ‘std’ |
| 1357 | invoke_rvalue.pass.cpp:206: error: ‘bind’ is not a member of ‘std’ |
| 1358 | invoke_rvalue.pass.cpp:207: error: ‘bind’ is not a member of ‘std’ |
| 1359 | invoke_rvalue.pass.cpp:208: error: ‘bind’ is not a member of ‘std’ |
| 1360 | invoke_rvalue.pass.cpp: In function ‘void test_void_2()’: |
| 1361 | invoke_rvalue.pass.cpp:237: error: ‘bind’ is not a member of ‘std’ |
| 1362 | invoke_rvalue.pass.cpp:240: error: ‘bind’ is not a member of ‘std’ |
| 1363 | invoke_rvalue.pass.cpp:243: error: ‘bind’ is not a member of ‘std’ |
| 1364 | invoke_rvalue.pass.cpp:249: error: ‘bind’ is not a member of ‘std’ |
| 1365 | invoke_rvalue.pass.cpp:252: error: ‘bind’ is not a member of ‘std’ |
| 1366 | invoke_rvalue.pass.cpp failed to compile |
| 1367 | invoke_void_0.pass.cpp: In function ‘int main()’: |
| 1368 | invoke_void_0.pass.cpp:64: error: ‘bind’ is not a member of ‘std’ |
| 1369 | invoke_void_0.pass.cpp:65: error: ‘bind’ is not a member of ‘std’ |
| 1370 | invoke_void_0.pass.cpp:66: error: ‘bind’ is not a member of ‘std’ |
| 1371 | invoke_void_0.pass.cpp:67: error: ‘bind’ is not a member of ‘std’ |
| 1372 | invoke_void_0.pass.cpp:69: error: ‘bind’ is not a member of ‘std’ |
| 1373 | invoke_void_0.pass.cpp:69: error: expected primary-expression before ‘void’ |
| 1374 | invoke_void_0.pass.cpp:70: error: ‘bind’ is not a member of ‘std’ |
| 1375 | invoke_void_0.pass.cpp:70: error: expected primary-expression before ‘void’ |
| 1376 | invoke_void_0.pass.cpp:71: error: ‘bind’ is not a member of ‘std’ |
| 1377 | invoke_void_0.pass.cpp:71: error: expected primary-expression before ‘void’ |
| 1378 | invoke_void_0.pass.cpp:72: error: ‘bind’ is not a member of ‘std’ |
| 1379 | invoke_void_0.pass.cpp:72: error: expected primary-expression before ‘void’ |
| 1380 | invoke_void_0.pass.cpp failed to compile |
| 1381 | failed 4 tests in /test/utilities/function.objects/bind/func.bind/func.bind.bind |
| 1382 | is_bind_expression.pass.cpp: In function ‘int main()’: |
| 1383 | is_bind_expression.pass.cpp:41: error: ‘bind’ is not a member of ‘std’ |
| 1384 | is_bind_expression.pass.cpp:42: error: ‘bind’ is not a member of ‘std’ |
| 1385 | is_bind_expression.pass.cpp:43: error: ‘bind’ is not a member of ‘std’ |
| 1386 | is_bind_expression.pass.cpp:43: error: expected primary-expression before ‘int’ |
| 1387 | is_bind_expression.pass.cpp failed to compile |
| 1388 | failed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind |
| 1389 | passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.isbind |
| 1390 | passed 1 tests in /test/utilities/function.objects/bind/func.bind/func.bind.place |
| 1391 | passed 3 tests in /test/utilities/function.objects/bitwise.operations |
| 1392 | passed 6 tests in /test/utilities/function.objects/comparisons |
| 1393 | passed 1 tests in /test/utilities/function.objects/func.def |
| 1394 | member_function.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’: |
| 1395 | member_function.pass.cpp:77: instantiated from here |
| 1396 | member_function.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer |
| 1397 | member_function.pass.cpp:77: instantiated from here |
| 1398 | member_function.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer |
| 1399 | member_function.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’: |
| 1400 | member_function.pass.cpp:78: instantiated from here |
| 1401 | member_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)] |
| 1404 | member_function.pass.cpp:78: instantiated from here |
| 1405 | member_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>’: |
| 1410 | member_function.pass.cpp:69: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’ |
| 1411 | member_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&)’ |
| 1413 | member_function.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’: |
| 1414 | member_function.pass.cpp:79: instantiated from here |
| 1415 | member_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)] |
| 1417 | member_function.pass.cpp:79: instantiated from here |
| 1418 | member_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::*)()]’: |
| 1422 | member_function.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1423 | member_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::*)()]’: |
| 1426 | member_function.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1427 | member_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’ |
| 1429 | member_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]’: |
| 1431 | member_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::*)()>&) |
| 1435 | member_function_const.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’: |
| 1436 | member_function_const.pass.cpp:83: instantiated from here |
| 1437 | member_function_const.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer |
| 1438 | member_function_const.pass.cpp:83: instantiated from here |
| 1439 | member_function_const.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer |
| 1440 | member_function_const.pass.cpp:83: instantiated from here |
| 1441 | member_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]’: |
| 1443 | member_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)>&) |
| 1447 | member_function_const.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’: |
| 1448 | member_function_const.pass.cpp:84: instantiated from here |
| 1449 | member_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)] |
| 1452 | member_function_const.pass.cpp:84: instantiated from here |
| 1453 | member_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)] |
| 1456 | member_function_const.pass.cpp:84: instantiated from here |
| 1457 | member_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]’: |
| 1461 | member_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>’: |
| 1467 | member_function_const.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’ |
| 1468 | member_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&)’ |
| 1470 | member_function_const.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’: |
| 1471 | member_function_const.pass.cpp:85: instantiated from here |
| 1472 | member_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)] |
| 1474 | member_function_const.pass.cpp:85: instantiated from here |
| 1475 | member_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)] |
| 1478 | member_function_const.pass.cpp:85: instantiated from here |
| 1479 | member_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::*)()]’: |
| 1483 | member_function_const.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1484 | member_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::*)()]’: |
| 1487 | member_function_const.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1488 | member_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::*)()]’: |
| 1491 | member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1492 | member_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>’ |
| 1496 | member_function_const.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’ |
| 1497 | member_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>’ |
| 1501 | member_function_const.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’ |
| 1502 | member_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::*)()]’ |
| 1506 | member_function_const.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1507 | member_function_const.pass.cpp:83: instantiated from here |
| 1508 | ../../../../include/__functional_base_03:638: error: invalid conversion from ‘const A*’ to ‘A*’ |
| 1509 | member_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]’: |
| 1511 | member_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::*)()>&) |
| 1515 | member_function_const_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’: |
| 1516 | member_function_const_volatile.pass.cpp:83: instantiated from here |
| 1517 | member_function_const_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer |
| 1518 | member_function_const_volatile.pass.cpp:83: instantiated from here |
| 1519 | member_function_const_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer |
| 1520 | member_function_const_volatile.pass.cpp:83: instantiated from here |
| 1521 | member_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]’: |
| 1523 | member_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)>&) |
| 1527 | member_function_const_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’: |
| 1528 | member_function_const_volatile.pass.cpp:84: instantiated from here |
| 1529 | member_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)] |
| 1532 | member_function_const_volatile.pass.cpp:84: instantiated from here |
| 1533 | member_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)] |
| 1536 | member_function_const_volatile.pass.cpp:84: instantiated from here |
| 1537 | member_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]’: |
| 1541 | member_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>’: |
| 1547 | member_function_const_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’ |
| 1548 | member_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&)’ |
| 1550 | member_function_const_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’: |
| 1551 | member_function_const_volatile.pass.cpp:85: instantiated from here |
| 1552 | member_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)] |
| 1554 | member_function_const_volatile.pass.cpp:85: instantiated from here |
| 1555 | member_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)] |
| 1558 | member_function_const_volatile.pass.cpp:85: instantiated from here |
| 1559 | member_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::*)()]’: |
| 1563 | member_function_const_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1564 | member_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::*)()]’: |
| 1567 | member_function_const_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1568 | member_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::*)()]’: |
| 1571 | member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1572 | member_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>’ |
| 1576 | member_function_const_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’ |
| 1577 | member_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>’ |
| 1581 | member_function_const_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’ |
| 1582 | member_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::*)()]’ |
| 1586 | member_function_const_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1587 | member_function_const_volatile.pass.cpp:83: instantiated from here |
| 1588 | ../../../../include/__functional_base_03:638: error: invalid conversion from ‘const volatile A*’ to ‘A*’ |
| 1589 | member_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]’: |
| 1591 | member_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::*)()>&) |
| 1595 | member_function_volatile.pass.cpp: In function ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’: |
| 1596 | member_function_volatile.pass.cpp:83: instantiated from here |
| 1597 | member_function_volatile.pass.cpp:45: error: ISO C++ forbids comparison between pointer and integer |
| 1598 | member_function_volatile.pass.cpp:83: instantiated from here |
| 1599 | member_function_volatile.pass.cpp:47: error: ISO C++ forbids comparison between pointer and integer |
| 1600 | member_function_volatile.pass.cpp:83: instantiated from here |
| 1601 | member_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]’: |
| 1603 | member_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)>&) |
| 1607 | member_function_volatile.pass.cpp: In function ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’: |
| 1608 | member_function_volatile.pass.cpp:84: instantiated from here |
| 1609 | member_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)] |
| 1612 | member_function_volatile.pass.cpp:84: instantiated from here |
| 1613 | member_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)] |
| 1616 | member_function_volatile.pass.cpp:84: instantiated from here |
| 1617 | member_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]’: |
| 1621 | member_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>’: |
| 1627 | member_function_volatile.pass.cpp:73: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’ |
| 1628 | member_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&)’ |
| 1630 | member_function_volatile.pass.cpp: In function ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’: |
| 1631 | member_function_volatile.pass.cpp:85: instantiated from here |
| 1632 | member_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)] |
| 1634 | member_function_volatile.pass.cpp:85: instantiated from here |
| 1635 | member_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)] |
| 1638 | member_function_volatile.pass.cpp:85: instantiated from here |
| 1639 | member_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::*)()]’: |
| 1643 | member_function_volatile.pass.cpp:45: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1644 | member_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::*)()]’: |
| 1647 | member_function_volatile.pass.cpp:47: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1648 | member_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::*)()]’: |
| 1651 | member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1652 | member_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>’ |
| 1656 | member_function_volatile.pass.cpp:63: instantiated from ‘void test1(F) [with F = std::__1::__mem_fn<char (A::*)(int)>]’ |
| 1657 | member_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>’ |
| 1661 | member_function_volatile.pass.cpp:77: instantiated from ‘void test2(F) [with F = std::__1::__mem_fn<char (A::*)(int, double)>]’ |
| 1662 | member_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::*)()]’ |
| 1666 | member_function_volatile.pass.cpp:49: instantiated from ‘void test0(F) [with F = std::__1::__mem_fn<char (A::*)()>]’ |
| 1667 | member_function_volatile.pass.cpp:83: instantiated from here |
| 1668 | ../../../../include/__functional_base_03:638: error: invalid conversion from ‘volatile A*’ to ‘A*’ |
| 1669 | member_function_volatile.pass.cpp failed to compile |
| 1670 | failed 4 tests in /test/utilities/function.objects/func.memfn |
| 1671 | passed 2 tests in /test/utilities/function.objects/func.memfn |
| 1672 | passed 2 tests in /test/utilities/function.objects/func.require |
| 1673 | passed 1 tests in /test/utilities/function.objects/func.wrap |
| 1674 | passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall |
| 1675 | passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const |
| 1676 | passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func |
| 1677 | passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg |
| 1678 | passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap |
| 1679 | alloc.pass.cpp:35:2: error: #error template<class A> function(allocator_arg_t, const A&); not implemented |
| 1680 | alloc.pass.cpp failed to compile |
| 1681 | alloc_F.pass.cpp:35:2: error: #error template<class F, class A> function(allocator_arg_t, const A&, F); not implemented |
| 1682 | alloc_F.pass.cpp failed to compile |
| 1683 | alloc_function.pass.cpp:35:2: error: #error template<class A> function(allocator_arg_t, const A&, const function&); not implemented |
| 1684 | alloc_function.pass.cpp failed to compile |
| 1685 | alloc_nullptr.pass.cpp:35:2: error: #error template<class A> function(allocator_arg_t, const A&, nullptr_t); not implemented |
| 1686 | alloc_nullptr.pass.cpp failed to compile |
| 1687 | alloc_rfunction.pass.cpp:35:2: error: #error template<class A> function(allocator_arg_t, const A&, function&&); not implemented |
| 1688 | alloc_rfunction.pass.cpp failed to compile |
| 1689 | failed 5 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con |
| 1690 | passed 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]’: |
| 1692 | invoke_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]’: |
| 1695 | invoke_int_0.pass.cpp:71: instantiated from here |
| 1696 | ../../../../../../include/__functional_03:378: error: no matching function for call to ‘__invoke(int (*&)())’ |
| 1697 | invoke_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]’: |
| 1699 | invoke_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]’: |
| 1703 | invoke_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' |
| 1706 | invoke_void_0.pass.cpp failed to compile |
| 1707 | failed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv |
| 1708 | passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv |
| 1709 | assign_F_alloc.pass.cpp:35:2: error: #error template<class F, class A> void assign(F&&, const A&); not implemented |
| 1710 | assign_F_alloc.pass.cpp failed to compile |
| 1711 | failed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod |
| 1712 | passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod |
| 1713 | passed 1 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr |
| 1714 | passed 2 tests in /test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ |
| 1715 | passed 4 tests in /test/utilities/function.objects/function.pointer.adaptors |
| 1716 | passed 3 tests in /test/utilities/function.objects/logical.operations |
| 1717 | passed 16 tests in /test/utilities/function.objects/member.pointer.adaptors |
| 1718 | passed 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> >’ |
| 1726 | binary.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> >’ |
| 1733 | binary.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)> >’ |
| 1742 | binary.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)> >’ |
| 1749 | binary.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)> >’ |
| 1758 | binary.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)> >’ |
| 1765 | binary.pass.cpp:86: instantiated from here |
| 1766 | ../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ |
| 1767 | binary.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>’ |
| 1772 | type.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>’ |
| 1776 | type.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*)>’ |
| 1782 | type.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*)>’ |
| 1786 | type.pass.cpp:45: instantiated from here |
| 1787 | ../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int* (*&)(double*))’ |
| 1788 | type.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> >’ |
| 1796 | unary.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> >’ |
| 1803 | unary.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)> >’ |
| 1812 | unary.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)> >’ |
| 1819 | unary.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)> >’ |
| 1828 | unary.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)> >’ |
| 1835 | unary.pass.cpp:84: instantiated from here |
| 1836 | ../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(float (*&)(int, int))’ |
| 1837 | unary.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*)>’ |
| 1842 | weak_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*)>’ |
| 1846 | weak_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>’ |
| 1852 | weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type<std::__1::reference_wrapper<functor4> >::value’ |
| 1853 | weak_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>’ |
| 1857 | weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type<std::__1::reference_wrapper<functor4> >::value’ |
| 1858 | weak_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>’ |
| 1864 | weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type<std::__1::reference_wrapper<C> >::value’ |
| 1865 | weak_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>’ |
| 1869 | weak_result.pass.cpp:68: instantiated from ‘const bool has_result_type<std::__1::reference_wrapper<C> >::value’ |
| 1870 | weak_result.pass.cpp:95: instantiated from here |
| 1871 | ../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(C&)’ |
| 1872 | weak_result.pass.cpp failed to compile |
| 1873 | failed 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>’ |
| 1876 | conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ |
| 1877 | conversion.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>’ |
| 1881 | conversion.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ |
| 1882 | conversion.pass.cpp:59: instantiated from here |
| 1883 | ../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ |
| 1884 | conversion.pass.cpp failed to compile |
| 1885 | failed 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>’ |
| 1888 | copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ |
| 1889 | copy_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>’ |
| 1893 | copy_assign.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ |
| 1894 | copy_assign.pass.cpp:71: instantiated from here |
| 1895 | ../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ |
| 1896 | copy_assign.pass.cpp failed to compile |
| 1897 | failed 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>’ |
| 1900 | copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ |
| 1901 | copy_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>’ |
| 1905 | copy_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ |
| 1906 | copy_ctor.pass.cpp:59: instantiated from here |
| 1907 | ../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ |
| 1908 | copy_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>’ |
| 1911 | type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = int]’ |
| 1912 | type_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>’ |
| 1916 | type_ctor.pass.cpp:42: instantiated from ‘void test(T&) [with T = const int]’ |
| 1917 | type_ctor.pass.cpp:58: instantiated from here |
| 1918 | ../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ |
| 1919 | type_ctor.pass.cpp failed to compile |
| 1920 | failed 2 tests in /test/utilities/function.objects/refwrap/refwrap.const |
| 1921 | passed 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>’ |
| 1924 | cref_1.pass.cpp:36: instantiated from here |
| 1925 | ../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ |
| 1926 | cref_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>’ |
| 1929 | cref_2.pass.cpp:36: instantiated from here |
| 1930 | ../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(const int&)’ |
| 1931 | cref_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>’ |
| 1934 | ref_1.pass.cpp:36: instantiated from here |
| 1935 | ../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ |
| 1936 | ref_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>’ |
| 1939 | ref_2.pass.cpp:36: instantiated from here |
| 1940 | ../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(int&)’ |
| 1941 | ref_2.pass.cpp failed to compile |
| 1942 | failed 4 tests in /test/utilities/function.objects/refwrap/refwrap.helpers |
| 1943 | passed 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)>’ |
| 1948 | invoke.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)>’ |
| 1952 | invoke.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>’ |
| 1958 | invoke.pass.cpp:80: instantiated from here |
| 1959 | ../../../../../include/type_traits:1296: error: no match for call to ‘(A_void_1) ()’ |
| 1960 | invoke.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>’ |
| 1963 | invoke.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)>’ |
| 1969 | invoke.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)>’ |
| 1973 | invoke.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>’ |
| 1979 | invoke.pass.cpp:153: instantiated from here |
| 1980 | ../../../../../include/type_traits:1296: error: no match for call to ‘(A_int_1) ()’ |
| 1981 | invoke.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>’ |
| 1984 | invoke.pass.cpp:153: instantiated from here |
| 1985 | ../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_1&)’ |
| 1986 | invoke.pass.cpp: In function ‘void test_int_1()’: |
| 1987 | invoke.pass.cpp:181: error: lvalue required as left operand of assignment |
| 1988 | invoke.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)>’ |
| 1994 | invoke.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)>’ |
| 1998 | invoke.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>’ |
| 2004 | invoke.pass.cpp:234: instantiated from here |
| 2005 | ../../../../../include/type_traits:1296: error: no match for call to ‘(A_void_2) ()’ |
| 2006 | invoke.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>’ |
| 2009 | invoke.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)>’ |
| 2015 | invoke.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)>’ |
| 2019 | invoke.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>’ |
| 2025 | invoke.pass.cpp:310: instantiated from here |
| 2026 | ../../../../../include/type_traits:1296: error: no match for call to ‘(A_int_2) ()’ |
| 2027 | invoke.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>’ |
| 2030 | invoke.pass.cpp:310: instantiated from here |
| 2031 | ../../../../../include/__functional_base_03:981: error: no matching function for call to ‘__invoke(A_int_2&)’ |
| 2032 | invoke.pass.cpp failed to compile |
| 2033 | failed 1 tests in /test/utilities/function.objects/refwrap/refwrap.invoke |
| 2034 | passed 3 tests in /test/utilities/function.objects/refwrap/refwrap.invoke |
| 2035 | passed 3 tests in /test/utilities/function.objects/unord.hash |
| 2036 | passed 1 tests in /test/utilities/memory |
| 2037 | passed 1 tests in /test/utilities/memory/allocator.adaptor |
| 2038 | passed 5 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.cnstr |
| 2039 | passed 9 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.members |
| 2040 | passed 4 tests in /test/utilities/memory/allocator.adaptor/allocator.adaptor.types |
| 2041 | passed 1 tests in /test/utilities/memory/allocator.tag |
| 2042 | passed 3 tests in /test/utilities/memory/allocator.traits |
| 2043 | passed 7 tests in /test/utilities/memory/allocator.traits/allocator.traits.members |
| 2044 | passed 10 tests in /test/utilities/memory/allocator.traits/allocator.traits.types |
| 2045 | passed 1 tests in /test/utilities/memory/allocator.uses |
| 2046 | passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.construction |
| 2047 | passed 1 tests in /test/utilities/memory/allocator.uses/allocator.uses.trait |
| 2048 | passed 1 tests in /test/utilities/memory/c.malloc |
| 2049 | passed 2 tests in /test/utilities/memory/default.allocator |
| 2050 | passed 1 tests in /test/utilities/memory/default.allocator/allocator.globals |
| 2051 | passed 4 tests in /test/utilities/memory/default.allocator/allocator.members |
| 2052 | passed 5 tests in /test/utilities/memory/pointer.traits |
| 2053 | passed 1 tests in /test/utilities/memory/pointer.traits/pointer.traits.functions |
| 2054 | passed 3 tests in /test/utilities/memory/pointer.traits/pointer.traits.types |
| 2055 | passed 1 tests in /test/utilities/memory/ptr.align |
| 2056 | passed 1 tests in /test/utilities/memory/specialized.algorithms |
| 2057 | passed 1 tests in /test/utilities/memory/specialized.algorithms/specialized.addressof |
| 2058 | passed 2 tests in /test/utilities/memory/specialized.algorithms/uninitialized.copy |
| 2059 | passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill |
| 2060 | passed 1 tests in /test/utilities/memory/specialized.algorithms/uninitialized.fill.n |
| 2061 | passed 1 tests in /test/utilities/memory/storage.iterator |
| 2062 | passed 1 tests in /test/utilities/memory/temporary.buffer |
| 2063 | passed 1 tests in /test/utilities/memory/unique.ptr |
| 2064 | passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr |
| 2065 | passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt |
| 2066 | passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1 |
| 2067 | passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general |
| 2068 | passed 18 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime |
| 2069 | pointer_deleter04.fail.cpp should not compile |
| 2070 | failed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor |
| 2071 | passed 41 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor |
| 2072 | passed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers |
| 2073 | passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers |
| 2074 | passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single |
| 2075 | move_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>]’ |
| 2078 | move_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>’ |
| 2080 | move_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>]’ |
| 2083 | move_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> >&) |
| 2087 | move_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>&]’ |
| 2090 | move_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>’ |
| 2092 | move_convert03.pass.cpp failed to compile |
| 2093 | failed 4 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn |
| 2094 | passed 13 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn |
| 2095 | pointer_deleter04.fail.cpp should not compile |
| 2096 | move_convert01.pass.cpp: In function ‘int main()’: |
| 2097 | move_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>] |
| 2105 | move_convert01.pass.cpp failed to compile |
| 2106 | move_convert02.pass.cpp: In function ‘int main()’: |
| 2107 | move_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>] |
| 2115 | move_convert02.pass.cpp failed to compile |
| 2116 | move_convert03.pass.cpp: In function ‘int main()’: |
| 2117 | move_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>&] |
| 2125 | move_convert03.pass.cpp failed to compile |
| 2126 | move_convert04.pass.cpp: In function ‘int main()’: |
| 2127 | move_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 |
| 2128 | move_convert04.pass.cpp failed to compile |
| 2129 | move_convert05.pass.cpp: In function ‘int main()’: |
| 2130 | move_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 |
| 2131 | move_convert05.pass.cpp failed to compile |
| 2132 | move_convert06.pass.cpp: In function ‘int main()’: |
| 2133 | move_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 |
| 2134 | move_convert06.pass.cpp failed to compile |
| 2135 | move_convert07.pass.cpp: In function ‘int main()’: |
| 2136 | move_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 |
| 2137 | move_convert07.pass.cpp failed to compile |
| 2138 | failed 8 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor |
| 2139 | passed 40 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor |
| 2140 | passed 1 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor |
| 2141 | passed 5 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers |
| 2142 | passed 6 tests in /test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers |
| 2143 | passed 3 tests in /test/utilities/memory/unique.ptr/unique.ptr.special |
| 2144 | passed 3 tests in /test/utilities/memory/util.dynamic.safety |
| 2145 | passed 1 tests in /test/utilities/memory/util.smartptr |
| 2146 | passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.enab |
| 2147 | not implemented: /test/utilities/memory/util.smartptr/util.smartptr.hash |
| 2148 | passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared |
| 2149 | passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter |
| 2150 | Assertion 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 |
| 2152 | shared_ptr_Y_rv.pass.cpp failed at run time |
| 2153 | Assertion failed: (pB.use_count() == 1), function main, file shared_ptr_rv.pass.cpp, line 67. |
| 2154 | ./testit: line 96: 63776 Abort trap ./a.out |
| 2155 | shared_ptr_rv.pass.cpp failed at run time |
| 2156 | failed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign |
| 2157 | passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign |
| 2158 | passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast |
| 2159 | passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp |
| 2160 | Assertion failed: (A::count == 1), function main, file unique_ptr.pass.cpp, line 94. |
| 2161 | ./testit: line 96: 64095 Abort trap ./a.out |
| 2162 | unique_ptr.pass.cpp failed at run time |
| 2163 | failed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const |
| 2164 | passed 19 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const |
| 2165 | passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create |
| 2166 | passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest |
| 2167 | passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io |
| 2168 | passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod |
| 2169 | passed 6 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs |
| 2170 | passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec |
| 2171 | not implemented: /test/utilities/memory/util.smartptr/util.smartptr.shared.atomic |
| 2172 | passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak |
| 2173 | passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless |
| 2174 | passed 3 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign |
| 2175 | passed 4 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const |
| 2176 | passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest |
| 2177 | passed 2 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod |
| 2178 | passed 5 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs |
| 2179 | passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec |
| 2180 | passed 1 tests in /test/utilities/memory/util.smartptr/util.smartptr.weakptr |
| 2181 | passed 1 tests in /test/utilities/meta |
| 2182 | passed 1 tests in /test/utilities/meta/meta.hel |
| 2183 | is_convertible.pass.cpp: In function ‘int main()’: |
| 2184 | is_convertible.pass.cpp:289: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 2185 | is_convertible.pass.cpp failed to compile |
| 2186 | is_explicitly_convertible.pass.cpp: In function ‘int main()’: |
| 2187 | is_explicitly_convertible.pass.cpp:36: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2188 | is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid |
| 2189 | is_explicitly_convertible.pass.cpp:36: error: template argument 1 is invalid |
| 2190 | is_explicitly_convertible.pass.cpp:37: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2191 | is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid |
| 2192 | is_explicitly_convertible.pass.cpp:37: error: template argument 1 is invalid |
| 2193 | is_explicitly_convertible.pass.cpp:38: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2194 | is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid |
| 2195 | is_explicitly_convertible.pass.cpp:38: error: template argument 1 is invalid |
| 2196 | is_explicitly_convertible.pass.cpp:39: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2197 | is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid |
| 2198 | is_explicitly_convertible.pass.cpp:39: error: template argument 1 is invalid |
| 2199 | is_explicitly_convertible.pass.cpp:41: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2200 | is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid |
| 2201 | is_explicitly_convertible.pass.cpp:41: error: template argument 1 is invalid |
| 2202 | is_explicitly_convertible.pass.cpp:42: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2203 | is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid |
| 2204 | is_explicitly_convertible.pass.cpp:42: error: template argument 1 is invalid |
| 2205 | is_explicitly_convertible.pass.cpp:44: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2206 | is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid |
| 2207 | is_explicitly_convertible.pass.cpp:44: error: template argument 1 is invalid |
| 2208 | is_explicitly_convertible.pass.cpp:45: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2209 | is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid |
| 2210 | is_explicitly_convertible.pass.cpp:45: error: template argument 1 is invalid |
| 2211 | is_explicitly_convertible.pass.cpp:47: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2212 | is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid |
| 2213 | is_explicitly_convertible.pass.cpp:47: error: template argument 1 is invalid |
| 2214 | is_explicitly_convertible.pass.cpp:48: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2215 | is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid |
| 2216 | is_explicitly_convertible.pass.cpp:48: error: template argument 1 is invalid |
| 2217 | is_explicitly_convertible.pass.cpp:49: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2218 | is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid |
| 2219 | is_explicitly_convertible.pass.cpp:49: error: template argument 1 is invalid |
| 2220 | is_explicitly_convertible.pass.cpp:50: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2221 | is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid |
| 2222 | is_explicitly_convertible.pass.cpp:50: error: template argument 1 is invalid |
| 2223 | is_explicitly_convertible.pass.cpp:52: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2224 | is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid |
| 2225 | is_explicitly_convertible.pass.cpp:52: error: template argument 1 is invalid |
| 2226 | is_explicitly_convertible.pass.cpp:53: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2227 | is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid |
| 2228 | is_explicitly_convertible.pass.cpp:53: error: template argument 1 is invalid |
| 2229 | is_explicitly_convertible.pass.cpp:54: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2230 | is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid |
| 2231 | is_explicitly_convertible.pass.cpp:54: error: template argument 1 is invalid |
| 2232 | is_explicitly_convertible.pass.cpp:55: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2233 | is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid |
| 2234 | is_explicitly_convertible.pass.cpp:55: error: template argument 1 is invalid |
| 2235 | is_explicitly_convertible.pass.cpp:57: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2236 | is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid |
| 2237 | is_explicitly_convertible.pass.cpp:57: error: template argument 1 is invalid |
| 2238 | is_explicitly_convertible.pass.cpp:58: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2239 | is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid |
| 2240 | is_explicitly_convertible.pass.cpp:58: error: template argument 1 is invalid |
| 2241 | is_explicitly_convertible.pass.cpp:59: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2242 | is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid |
| 2243 | is_explicitly_convertible.pass.cpp:59: error: template argument 1 is invalid |
| 2244 | is_explicitly_convertible.pass.cpp:60: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2245 | is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid |
| 2246 | is_explicitly_convertible.pass.cpp:60: error: template argument 1 is invalid |
| 2247 | is_explicitly_convertible.pass.cpp:62: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2248 | is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid |
| 2249 | is_explicitly_convertible.pass.cpp:62: error: template argument 1 is invalid |
| 2250 | is_explicitly_convertible.pass.cpp:63: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2251 | is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid |
| 2252 | is_explicitly_convertible.pass.cpp:63: error: template argument 1 is invalid |
| 2253 | is_explicitly_convertible.pass.cpp:64: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2254 | is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid |
| 2255 | is_explicitly_convertible.pass.cpp:64: error: template argument 1 is invalid |
| 2256 | is_explicitly_convertible.pass.cpp:65: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2257 | is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid |
| 2258 | is_explicitly_convertible.pass.cpp:65: error: template argument 1 is invalid |
| 2259 | is_explicitly_convertible.pass.cpp:67: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2260 | is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid |
| 2261 | is_explicitly_convertible.pass.cpp:67: error: template argument 1 is invalid |
| 2262 | is_explicitly_convertible.pass.cpp:68: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2263 | is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid |
| 2264 | is_explicitly_convertible.pass.cpp:68: error: template argument 1 is invalid |
| 2265 | is_explicitly_convertible.pass.cpp:69: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2266 | is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid |
| 2267 | is_explicitly_convertible.pass.cpp:69: error: template argument 1 is invalid |
| 2268 | is_explicitly_convertible.pass.cpp:70: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2269 | is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid |
| 2270 | is_explicitly_convertible.pass.cpp:70: error: template argument 1 is invalid |
| 2271 | is_explicitly_convertible.pass.cpp:72: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2272 | is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid |
| 2273 | is_explicitly_convertible.pass.cpp:72: error: template argument 1 is invalid |
| 2274 | is_explicitly_convertible.pass.cpp:73: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2275 | is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid |
| 2276 | is_explicitly_convertible.pass.cpp:73: error: template argument 1 is invalid |
| 2277 | is_explicitly_convertible.pass.cpp:74: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2278 | is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid |
| 2279 | is_explicitly_convertible.pass.cpp:74: error: template argument 1 is invalid |
| 2280 | is_explicitly_convertible.pass.cpp:75: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2281 | is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid |
| 2282 | is_explicitly_convertible.pass.cpp:75: error: template argument 1 is invalid |
| 2283 | is_explicitly_convertible.pass.cpp:78: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2284 | is_explicitly_convertible.pass.cpp:78: error: a comma operator cannot appear in a constant-expression |
| 2285 | is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid |
| 2286 | is_explicitly_convertible.pass.cpp:78: error: template argument 1 is invalid |
| 2287 | is_explicitly_convertible.pass.cpp:79: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2288 | is_explicitly_convertible.pass.cpp:79: error: a comma operator cannot appear in a constant-expression |
| 2289 | is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid |
| 2290 | is_explicitly_convertible.pass.cpp:79: error: template argument 1 is invalid |
| 2291 | is_explicitly_convertible.pass.cpp:81: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2292 | is_explicitly_convertible.pass.cpp:81: error: a comma operator cannot appear in a constant-expression |
| 2293 | is_explicitly_convertible.pass.cpp:81: error: ‘::value’ has not been declared |
| 2294 | is_explicitly_convertible.pass.cpp:81: error: template argument 1 is invalid |
| 2295 | is_explicitly_convertible.pass.cpp:83: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2296 | is_explicitly_convertible.pass.cpp:83: error: a comma operator cannot appear in a constant-expression |
| 2297 | is_explicitly_convertible.pass.cpp:83: error: ‘::value’ has not been declared |
| 2298 | is_explicitly_convertible.pass.cpp:83: error: template argument 1 is invalid |
| 2299 | is_explicitly_convertible.pass.cpp:84: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2300 | is_explicitly_convertible.pass.cpp:84: error: a comma operator cannot appear in a constant-expression |
| 2301 | is_explicitly_convertible.pass.cpp:84: error: ‘::value’ has not been declared |
| 2302 | is_explicitly_convertible.pass.cpp:84: error: template argument 1 is invalid |
| 2303 | is_explicitly_convertible.pass.cpp:86: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2304 | is_explicitly_convertible.pass.cpp:86: error: a comma operator cannot appear in a constant-expression |
| 2305 | is_explicitly_convertible.pass.cpp:86: error: ‘::value’ has not been declared |
| 2306 | is_explicitly_convertible.pass.cpp:86: error: template argument 1 is invalid |
| 2307 | is_explicitly_convertible.pass.cpp:87: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2308 | is_explicitly_convertible.pass.cpp:87: error: a comma operator cannot appear in a constant-expression |
| 2309 | is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid |
| 2310 | is_explicitly_convertible.pass.cpp:87: error: template argument 1 is invalid |
| 2311 | is_explicitly_convertible.pass.cpp:89: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2312 | is_explicitly_convertible.pass.cpp:89: error: a comma operator cannot appear in a constant-expression |
| 2313 | is_explicitly_convertible.pass.cpp:89: error: ‘::value’ has not been declared |
| 2314 | is_explicitly_convertible.pass.cpp:89: error: template argument 1 is invalid |
| 2315 | is_explicitly_convertible.pass.cpp:90: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2316 | is_explicitly_convertible.pass.cpp:90: error: a comma operator cannot appear in a constant-expression |
| 2317 | is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid |
| 2318 | is_explicitly_convertible.pass.cpp:90: error: template argument 1 is invalid |
| 2319 | is_explicitly_convertible.pass.cpp:92: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2320 | is_explicitly_convertible.pass.cpp:92: error: a comma operator cannot appear in a constant-expression |
| 2321 | is_explicitly_convertible.pass.cpp:92: error: ‘::value’ has not been declared |
| 2322 | is_explicitly_convertible.pass.cpp:92: error: template argument 1 is invalid |
| 2323 | is_explicitly_convertible.pass.cpp:93: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2324 | is_explicitly_convertible.pass.cpp:93: error: a comma operator cannot appear in a constant-expression |
| 2325 | is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid |
| 2326 | is_explicitly_convertible.pass.cpp:93: error: template argument 1 is invalid |
| 2327 | is_explicitly_convertible.pass.cpp:95: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2328 | is_explicitly_convertible.pass.cpp:95: error: a comma operator cannot appear in a constant-expression |
| 2329 | is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid |
| 2330 | is_explicitly_convertible.pass.cpp:95: error: template argument 1 is invalid |
| 2331 | is_explicitly_convertible.pass.cpp:96: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2332 | is_explicitly_convertible.pass.cpp:96: error: a comma operator cannot appear in a constant-expression |
| 2333 | is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid |
| 2334 | is_explicitly_convertible.pass.cpp:96: error: template argument 1 is invalid |
| 2335 | is_explicitly_convertible.pass.cpp:98: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2336 | is_explicitly_convertible.pass.cpp:98: error: a comma operator cannot appear in a constant-expression |
| 2337 | is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid |
| 2338 | is_explicitly_convertible.pass.cpp:98: error: template argument 1 is invalid |
| 2339 | is_explicitly_convertible.pass.cpp:99: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2340 | is_explicitly_convertible.pass.cpp:99: error: a comma operator cannot appear in a constant-expression |
| 2341 | is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid |
| 2342 | is_explicitly_convertible.pass.cpp:99: error: template argument 1 is invalid |
| 2343 | is_explicitly_convertible.pass.cpp:101: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2344 | is_explicitly_convertible.pass.cpp:101: error: a comma operator cannot appear in a constant-expression |
| 2345 | is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid |
| 2346 | is_explicitly_convertible.pass.cpp:101: error: template argument 1 is invalid |
| 2347 | is_explicitly_convertible.pass.cpp:102: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2348 | is_explicitly_convertible.pass.cpp:102: error: a comma operator cannot appear in a constant-expression |
| 2349 | is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid |
| 2350 | is_explicitly_convertible.pass.cpp:102: error: template argument 1 is invalid |
| 2351 | is_explicitly_convertible.pass.cpp:105: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2352 | is_explicitly_convertible.pass.cpp:105: error: a comma operator cannot appear in a constant-expression |
| 2353 | is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid |
| 2354 | is_explicitly_convertible.pass.cpp:105: error: template argument 1 is invalid |
| 2355 | is_explicitly_convertible.pass.cpp:106: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2356 | is_explicitly_convertible.pass.cpp:106: error: a comma operator cannot appear in a constant-expression |
| 2357 | is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid |
| 2358 | is_explicitly_convertible.pass.cpp:106: error: template argument 1 is invalid |
| 2359 | is_explicitly_convertible.pass.cpp:108: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2360 | is_explicitly_convertible.pass.cpp:108: error: a comma operator cannot appear in a constant-expression |
| 2361 | is_explicitly_convertible.pass.cpp:108: error: ‘::value’ has not been declared |
| 2362 | is_explicitly_convertible.pass.cpp:108: error: template argument 1 is invalid |
| 2363 | is_explicitly_convertible.pass.cpp:110: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2364 | is_explicitly_convertible.pass.cpp:110: error: a comma operator cannot appear in a constant-expression |
| 2365 | is_explicitly_convertible.pass.cpp:110: error: ‘::value’ has not been declared |
| 2366 | is_explicitly_convertible.pass.cpp:110: error: template argument 1 is invalid |
| 2367 | is_explicitly_convertible.pass.cpp:111: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2368 | is_explicitly_convertible.pass.cpp:111: error: a comma operator cannot appear in a constant-expression |
| 2369 | is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid |
| 2370 | is_explicitly_convertible.pass.cpp:111: error: template argument 1 is invalid |
| 2371 | is_explicitly_convertible.pass.cpp:113: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2372 | is_explicitly_convertible.pass.cpp:113: error: a comma operator cannot appear in a constant-expression |
| 2373 | is_explicitly_convertible.pass.cpp:113: error: ‘::value’ has not been declared |
| 2374 | is_explicitly_convertible.pass.cpp:113: error: template argument 1 is invalid |
| 2375 | is_explicitly_convertible.pass.cpp:114: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2376 | is_explicitly_convertible.pass.cpp:114: error: a comma operator cannot appear in a constant-expression |
| 2377 | is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid |
| 2378 | is_explicitly_convertible.pass.cpp:114: error: template argument 1 is invalid |
| 2379 | is_explicitly_convertible.pass.cpp:116: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2380 | is_explicitly_convertible.pass.cpp:116: error: a comma operator cannot appear in a constant-expression |
| 2381 | is_explicitly_convertible.pass.cpp:116: error: ‘::value’ has not been declared |
| 2382 | is_explicitly_convertible.pass.cpp:116: error: template argument 1 is invalid |
| 2383 | is_explicitly_convertible.pass.cpp:117: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2384 | is_explicitly_convertible.pass.cpp:117: error: a comma operator cannot appear in a constant-expression |
| 2385 | is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid |
| 2386 | is_explicitly_convertible.pass.cpp:117: error: template argument 1 is invalid |
| 2387 | is_explicitly_convertible.pass.cpp:119: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2388 | is_explicitly_convertible.pass.cpp:119: error: a comma operator cannot appear in a constant-expression |
| 2389 | is_explicitly_convertible.pass.cpp:119: error: ‘::value’ has not been declared |
| 2390 | is_explicitly_convertible.pass.cpp:119: error: template argument 1 is invalid |
| 2391 | is_explicitly_convertible.pass.cpp:120: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2392 | is_explicitly_convertible.pass.cpp:120: error: a comma operator cannot appear in a constant-expression |
| 2393 | is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid |
| 2394 | is_explicitly_convertible.pass.cpp:120: error: template argument 1 is invalid |
| 2395 | is_explicitly_convertible.pass.cpp:122: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2396 | is_explicitly_convertible.pass.cpp:122: error: a comma operator cannot appear in a constant-expression |
| 2397 | is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid |
| 2398 | is_explicitly_convertible.pass.cpp:122: error: template argument 1 is invalid |
| 2399 | is_explicitly_convertible.pass.cpp:123: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2400 | is_explicitly_convertible.pass.cpp:123: error: a comma operator cannot appear in a constant-expression |
| 2401 | is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid |
| 2402 | is_explicitly_convertible.pass.cpp:123: error: template argument 1 is invalid |
| 2403 | is_explicitly_convertible.pass.cpp:125: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2404 | is_explicitly_convertible.pass.cpp:125: error: a comma operator cannot appear in a constant-expression |
| 2405 | is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid |
| 2406 | is_explicitly_convertible.pass.cpp:125: error: template argument 1 is invalid |
| 2407 | is_explicitly_convertible.pass.cpp:126: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2408 | is_explicitly_convertible.pass.cpp:126: error: a comma operator cannot appear in a constant-expression |
| 2409 | is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid |
| 2410 | is_explicitly_convertible.pass.cpp:126: error: template argument 1 is invalid |
| 2411 | is_explicitly_convertible.pass.cpp:128: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2412 | is_explicitly_convertible.pass.cpp:128: error: a comma operator cannot appear in a constant-expression |
| 2413 | is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid |
| 2414 | is_explicitly_convertible.pass.cpp:128: error: template argument 1 is invalid |
| 2415 | is_explicitly_convertible.pass.cpp:129: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2416 | is_explicitly_convertible.pass.cpp:129: error: a comma operator cannot appear in a constant-expression |
| 2417 | is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid |
| 2418 | is_explicitly_convertible.pass.cpp:129: error: template argument 1 is invalid |
| 2419 | is_explicitly_convertible.pass.cpp:132: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2420 | is_explicitly_convertible.pass.cpp:132: error: a comma operator cannot appear in a constant-expression |
| 2421 | is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid |
| 2422 | is_explicitly_convertible.pass.cpp:132: error: template argument 1 is invalid |
| 2423 | is_explicitly_convertible.pass.cpp:133: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2424 | is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid |
| 2425 | is_explicitly_convertible.pass.cpp:133: error: template argument 1 is invalid |
| 2426 | is_explicitly_convertible.pass.cpp:134: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2427 | is_explicitly_convertible.pass.cpp:134: error: a comma operator cannot appear in a constant-expression |
| 2428 | is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid |
| 2429 | is_explicitly_convertible.pass.cpp:134: error: template argument 1 is invalid |
| 2430 | is_explicitly_convertible.pass.cpp:135: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2431 | is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid |
| 2432 | is_explicitly_convertible.pass.cpp:135: error: template argument 1 is invalid |
| 2433 | is_explicitly_convertible.pass.cpp:137: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2434 | is_explicitly_convertible.pass.cpp:137: error: a comma operator cannot appear in a constant-expression |
| 2435 | is_explicitly_convertible.pass.cpp:137: error: ‘::value’ has not been declared |
| 2436 | is_explicitly_convertible.pass.cpp:137: error: template argument 1 is invalid |
| 2437 | is_explicitly_convertible.pass.cpp:138: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2438 | is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid |
| 2439 | is_explicitly_convertible.pass.cpp:138: error: template argument 1 is invalid |
| 2440 | is_explicitly_convertible.pass.cpp:140: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2441 | is_explicitly_convertible.pass.cpp:140: error: a comma operator cannot appear in a constant-expression |
| 2442 | is_explicitly_convertible.pass.cpp:140: error: ‘::value’ has not been declared |
| 2443 | is_explicitly_convertible.pass.cpp:140: error: template argument 1 is invalid |
| 2444 | is_explicitly_convertible.pass.cpp:141: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2445 | is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid |
| 2446 | is_explicitly_convertible.pass.cpp:141: error: template argument 1 is invalid |
| 2447 | is_explicitly_convertible.pass.cpp:143: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2448 | is_explicitly_convertible.pass.cpp:143: error: a comma operator cannot appear in a constant-expression |
| 2449 | is_explicitly_convertible.pass.cpp:143: error: ‘::value’ has not been declared |
| 2450 | is_explicitly_convertible.pass.cpp:143: error: template argument 1 is invalid |
| 2451 | is_explicitly_convertible.pass.cpp:144: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2452 | is_explicitly_convertible.pass.cpp:144: error: a comma operator cannot appear in a constant-expression |
| 2453 | is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid |
| 2454 | is_explicitly_convertible.pass.cpp:144: error: template argument 1 is invalid |
| 2455 | is_explicitly_convertible.pass.cpp:145: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2456 | is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid |
| 2457 | is_explicitly_convertible.pass.cpp:145: error: template argument 1 is invalid |
| 2458 | is_explicitly_convertible.pass.cpp:146: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2459 | is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid |
| 2460 | is_explicitly_convertible.pass.cpp:146: error: template argument 1 is invalid |
| 2461 | is_explicitly_convertible.pass.cpp:148: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2462 | is_explicitly_convertible.pass.cpp:148: error: a comma operator cannot appear in a constant-expression |
| 2463 | is_explicitly_convertible.pass.cpp:148: error: ‘::value’ has not been declared |
| 2464 | is_explicitly_convertible.pass.cpp:148: error: template argument 1 is invalid |
| 2465 | is_explicitly_convertible.pass.cpp:149: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2466 | is_explicitly_convertible.pass.cpp:149: error: a comma operator cannot appear in a constant-expression |
| 2467 | is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid |
| 2468 | is_explicitly_convertible.pass.cpp:149: error: template argument 1 is invalid |
| 2469 | is_explicitly_convertible.pass.cpp:150: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2470 | is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid |
| 2471 | is_explicitly_convertible.pass.cpp:150: error: template argument 1 is invalid |
| 2472 | is_explicitly_convertible.pass.cpp:151: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2473 | is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid |
| 2474 | is_explicitly_convertible.pass.cpp:151: error: template argument 1 is invalid |
| 2475 | is_explicitly_convertible.pass.cpp:153: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2476 | is_explicitly_convertible.pass.cpp:153: error: a comma operator cannot appear in a constant-expression |
| 2477 | is_explicitly_convertible.pass.cpp:153: error: ‘::value’ has not been declared |
| 2478 | is_explicitly_convertible.pass.cpp:153: error: template argument 1 is invalid |
| 2479 | is_explicitly_convertible.pass.cpp:154: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2480 | is_explicitly_convertible.pass.cpp:154: error: a comma operator cannot appear in a constant-expression |
| 2481 | is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid |
| 2482 | is_explicitly_convertible.pass.cpp:154: error: template argument 1 is invalid |
| 2483 | is_explicitly_convertible.pass.cpp:155: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2484 | is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid |
| 2485 | is_explicitly_convertible.pass.cpp:155: error: template argument 1 is invalid |
| 2486 | is_explicitly_convertible.pass.cpp:156: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2487 | is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid |
| 2488 | is_explicitly_convertible.pass.cpp:156: error: template argument 1 is invalid |
| 2489 | is_explicitly_convertible.pass.cpp:158: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2490 | is_explicitly_convertible.pass.cpp:158: error: a comma operator cannot appear in a constant-expression |
| 2491 | is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid |
| 2492 | is_explicitly_convertible.pass.cpp:158: error: template argument 1 is invalid |
| 2493 | is_explicitly_convertible.pass.cpp:159: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2494 | is_explicitly_convertible.pass.cpp:159: error: a comma operator cannot appear in a constant-expression |
| 2495 | is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid |
| 2496 | is_explicitly_convertible.pass.cpp:159: error: template argument 1 is invalid |
| 2497 | is_explicitly_convertible.pass.cpp:160: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2498 | is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid |
| 2499 | is_explicitly_convertible.pass.cpp:160: error: template argument 1 is invalid |
| 2500 | is_explicitly_convertible.pass.cpp:161: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2501 | is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid |
| 2502 | is_explicitly_convertible.pass.cpp:161: error: template argument 1 is invalid |
| 2503 | is_explicitly_convertible.pass.cpp:163: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2504 | is_explicitly_convertible.pass.cpp:163: error: a comma operator cannot appear in a constant-expression |
| 2505 | is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid |
| 2506 | is_explicitly_convertible.pass.cpp:163: error: template argument 1 is invalid |
| 2507 | is_explicitly_convertible.pass.cpp:164: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2508 | is_explicitly_convertible.pass.cpp:164: error: a comma operator cannot appear in a constant-expression |
| 2509 | is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid |
| 2510 | is_explicitly_convertible.pass.cpp:164: error: template argument 1 is invalid |
| 2511 | is_explicitly_convertible.pass.cpp:165: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2512 | is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid |
| 2513 | is_explicitly_convertible.pass.cpp:165: error: template argument 1 is invalid |
| 2514 | is_explicitly_convertible.pass.cpp:166: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2515 | is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid |
| 2516 | is_explicitly_convertible.pass.cpp:166: error: template argument 1 is invalid |
| 2517 | is_explicitly_convertible.pass.cpp:168: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2518 | is_explicitly_convertible.pass.cpp:168: error: a comma operator cannot appear in a constant-expression |
| 2519 | is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid |
| 2520 | is_explicitly_convertible.pass.cpp:168: error: template argument 1 is invalid |
| 2521 | is_explicitly_convertible.pass.cpp:169: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2522 | is_explicitly_convertible.pass.cpp:169: error: a comma operator cannot appear in a constant-expression |
| 2523 | is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid |
| 2524 | is_explicitly_convertible.pass.cpp:169: error: template argument 1 is invalid |
| 2525 | is_explicitly_convertible.pass.cpp:170: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2526 | is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid |
| 2527 | is_explicitly_convertible.pass.cpp:170: error: template argument 1 is invalid |
| 2528 | is_explicitly_convertible.pass.cpp:171: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2529 | is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid |
| 2530 | is_explicitly_convertible.pass.cpp:171: error: template argument 1 is invalid |
| 2531 | is_explicitly_convertible.pass.cpp:174: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2532 | is_explicitly_convertible.pass.cpp:174: error: a comma operator cannot appear in a constant-expression |
| 2533 | is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid |
| 2534 | is_explicitly_convertible.pass.cpp:174: error: template argument 1 is invalid |
| 2535 | is_explicitly_convertible.pass.cpp:175: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2536 | is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid |
| 2537 | is_explicitly_convertible.pass.cpp:175: error: template argument 1 is invalid |
| 2538 | is_explicitly_convertible.pass.cpp:176: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2539 | is_explicitly_convertible.pass.cpp:176: error: a comma operator cannot appear in a constant-expression |
| 2540 | is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid |
| 2541 | is_explicitly_convertible.pass.cpp:176: error: template argument 1 is invalid |
| 2542 | is_explicitly_convertible.pass.cpp:177: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2543 | is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid |
| 2544 | is_explicitly_convertible.pass.cpp:177: error: template argument 1 is invalid |
| 2545 | is_explicitly_convertible.pass.cpp:179: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2546 | is_explicitly_convertible.pass.cpp:179: error: a comma operator cannot appear in a constant-expression |
| 2547 | is_explicitly_convertible.pass.cpp:179: error: ‘::value’ has not been declared |
| 2548 | is_explicitly_convertible.pass.cpp:179: error: template argument 1 is invalid |
| 2549 | is_explicitly_convertible.pass.cpp:180: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2550 | is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid |
| 2551 | is_explicitly_convertible.pass.cpp:180: error: template argument 1 is invalid |
| 2552 | is_explicitly_convertible.pass.cpp:182: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2553 | is_explicitly_convertible.pass.cpp:182: error: a comma operator cannot appear in a constant-expression |
| 2554 | is_explicitly_convertible.pass.cpp:182: error: ‘::value’ has not been declared |
| 2555 | is_explicitly_convertible.pass.cpp:182: error: template argument 1 is invalid |
| 2556 | is_explicitly_convertible.pass.cpp:183: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2557 | is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid |
| 2558 | is_explicitly_convertible.pass.cpp:183: error: template argument 1 is invalid |
| 2559 | is_explicitly_convertible.pass.cpp:185: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2560 | is_explicitly_convertible.pass.cpp:185: error: a comma operator cannot appear in a constant-expression |
| 2561 | is_explicitly_convertible.pass.cpp:185: error: ‘::value’ has not been declared |
| 2562 | is_explicitly_convertible.pass.cpp:185: error: template argument 1 is invalid |
| 2563 | is_explicitly_convertible.pass.cpp:186: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2564 | is_explicitly_convertible.pass.cpp:186: error: a comma operator cannot appear in a constant-expression |
| 2565 | is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid |
| 2566 | is_explicitly_convertible.pass.cpp:186: error: template argument 1 is invalid |
| 2567 | is_explicitly_convertible.pass.cpp:187: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2568 | is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid |
| 2569 | is_explicitly_convertible.pass.cpp:187: error: template argument 1 is invalid |
| 2570 | is_explicitly_convertible.pass.cpp:188: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2571 | is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid |
| 2572 | is_explicitly_convertible.pass.cpp:188: error: template argument 1 is invalid |
| 2573 | is_explicitly_convertible.pass.cpp:190: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2574 | is_explicitly_convertible.pass.cpp:190: error: a comma operator cannot appear in a constant-expression |
| 2575 | is_explicitly_convertible.pass.cpp:190: error: ‘::value’ has not been declared |
| 2576 | is_explicitly_convertible.pass.cpp:190: error: template argument 1 is invalid |
| 2577 | is_explicitly_convertible.pass.cpp:191: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2578 | is_explicitly_convertible.pass.cpp:191: error: a comma operator cannot appear in a constant-expression |
| 2579 | is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid |
| 2580 | is_explicitly_convertible.pass.cpp:191: error: template argument 1 is invalid |
| 2581 | is_explicitly_convertible.pass.cpp:192: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2582 | is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid |
| 2583 | is_explicitly_convertible.pass.cpp:192: error: template argument 1 is invalid |
| 2584 | is_explicitly_convertible.pass.cpp:193: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2585 | is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid |
| 2586 | is_explicitly_convertible.pass.cpp:193: error: template argument 1 is invalid |
| 2587 | is_explicitly_convertible.pass.cpp:195: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2588 | is_explicitly_convertible.pass.cpp:195: error: a comma operator cannot appear in a constant-expression |
| 2589 | is_explicitly_convertible.pass.cpp:195: error: ‘::value’ has not been declared |
| 2590 | is_explicitly_convertible.pass.cpp:195: error: template argument 1 is invalid |
| 2591 | is_explicitly_convertible.pass.cpp:196: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2592 | is_explicitly_convertible.pass.cpp:196: error: a comma operator cannot appear in a constant-expression |
| 2593 | is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid |
| 2594 | is_explicitly_convertible.pass.cpp:196: error: template argument 1 is invalid |
| 2595 | is_explicitly_convertible.pass.cpp:197: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2596 | is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid |
| 2597 | is_explicitly_convertible.pass.cpp:197: error: template argument 1 is invalid |
| 2598 | is_explicitly_convertible.pass.cpp:198: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2599 | is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid |
| 2600 | is_explicitly_convertible.pass.cpp:198: error: template argument 1 is invalid |
| 2601 | is_explicitly_convertible.pass.cpp:200: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2602 | is_explicitly_convertible.pass.cpp:200: error: a comma operator cannot appear in a constant-expression |
| 2603 | is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid |
| 2604 | is_explicitly_convertible.pass.cpp:200: error: template argument 1 is invalid |
| 2605 | is_explicitly_convertible.pass.cpp:201: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2606 | is_explicitly_convertible.pass.cpp:201: error: a comma operator cannot appear in a constant-expression |
| 2607 | is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid |
| 2608 | is_explicitly_convertible.pass.cpp:201: error: template argument 1 is invalid |
| 2609 | is_explicitly_convertible.pass.cpp:202: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2610 | is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid |
| 2611 | is_explicitly_convertible.pass.cpp:202: error: template argument 1 is invalid |
| 2612 | is_explicitly_convertible.pass.cpp:203: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2613 | is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid |
| 2614 | is_explicitly_convertible.pass.cpp:203: error: template argument 1 is invalid |
| 2615 | is_explicitly_convertible.pass.cpp:205: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2616 | is_explicitly_convertible.pass.cpp:205: error: a comma operator cannot appear in a constant-expression |
| 2617 | is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid |
| 2618 | is_explicitly_convertible.pass.cpp:205: error: template argument 1 is invalid |
| 2619 | is_explicitly_convertible.pass.cpp:206: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2620 | is_explicitly_convertible.pass.cpp:206: error: a comma operator cannot appear in a constant-expression |
| 2621 | is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid |
| 2622 | is_explicitly_convertible.pass.cpp:206: error: template argument 1 is invalid |
| 2623 | is_explicitly_convertible.pass.cpp:207: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2624 | is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid |
| 2625 | is_explicitly_convertible.pass.cpp:207: error: template argument 1 is invalid |
| 2626 | is_explicitly_convertible.pass.cpp:208: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2627 | is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid |
| 2628 | is_explicitly_convertible.pass.cpp:208: error: template argument 1 is invalid |
| 2629 | is_explicitly_convertible.pass.cpp:210: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2630 | is_explicitly_convertible.pass.cpp:210: error: a comma operator cannot appear in a constant-expression |
| 2631 | is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid |
| 2632 | is_explicitly_convertible.pass.cpp:210: error: template argument 1 is invalid |
| 2633 | is_explicitly_convertible.pass.cpp:211: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2634 | is_explicitly_convertible.pass.cpp:211: error: a comma operator cannot appear in a constant-expression |
| 2635 | is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid |
| 2636 | is_explicitly_convertible.pass.cpp:211: error: template argument 1 is invalid |
| 2637 | is_explicitly_convertible.pass.cpp:212: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2638 | is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid |
| 2639 | is_explicitly_convertible.pass.cpp:212: error: template argument 1 is invalid |
| 2640 | is_explicitly_convertible.pass.cpp:213: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2641 | is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid |
| 2642 | is_explicitly_convertible.pass.cpp:213: error: template argument 1 is invalid |
| 2643 | is_explicitly_convertible.pass.cpp:216: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2644 | is_explicitly_convertible.pass.cpp:216: error: a comma operator cannot appear in a constant-expression |
| 2645 | is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid |
| 2646 | is_explicitly_convertible.pass.cpp:216: error: template argument 1 is invalid |
| 2647 | is_explicitly_convertible.pass.cpp:217: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2648 | is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid |
| 2649 | is_explicitly_convertible.pass.cpp:217: error: template argument 1 is invalid |
| 2650 | is_explicitly_convertible.pass.cpp:218: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2651 | is_explicitly_convertible.pass.cpp:218: error: a comma operator cannot appear in a constant-expression |
| 2652 | is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid |
| 2653 | is_explicitly_convertible.pass.cpp:218: error: template argument 1 is invalid |
| 2654 | is_explicitly_convertible.pass.cpp:219: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2655 | is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid |
| 2656 | is_explicitly_convertible.pass.cpp:219: error: template argument 1 is invalid |
| 2657 | is_explicitly_convertible.pass.cpp:221: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2658 | is_explicitly_convertible.pass.cpp:221: error: a comma operator cannot appear in a constant-expression |
| 2659 | is_explicitly_convertible.pass.cpp:221: error: ‘::value’ has not been declared |
| 2660 | is_explicitly_convertible.pass.cpp:221: error: template argument 1 is invalid |
| 2661 | is_explicitly_convertible.pass.cpp:222: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2662 | is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid |
| 2663 | is_explicitly_convertible.pass.cpp:222: error: template argument 1 is invalid |
| 2664 | is_explicitly_convertible.pass.cpp:224: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2665 | is_explicitly_convertible.pass.cpp:224: error: a comma operator cannot appear in a constant-expression |
| 2666 | is_explicitly_convertible.pass.cpp:224: error: ‘::value’ has not been declared |
| 2667 | is_explicitly_convertible.pass.cpp:224: error: template argument 1 is invalid |
| 2668 | is_explicitly_convertible.pass.cpp:225: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2669 | is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid |
| 2670 | is_explicitly_convertible.pass.cpp:225: error: template argument 1 is invalid |
| 2671 | is_explicitly_convertible.pass.cpp:227: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2672 | is_explicitly_convertible.pass.cpp:227: error: a comma operator cannot appear in a constant-expression |
| 2673 | is_explicitly_convertible.pass.cpp:227: error: ‘::value’ has not been declared |
| 2674 | is_explicitly_convertible.pass.cpp:227: error: template argument 1 is invalid |
| 2675 | is_explicitly_convertible.pass.cpp:228: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2676 | is_explicitly_convertible.pass.cpp:228: error: a comma operator cannot appear in a constant-expression |
| 2677 | is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid |
| 2678 | is_explicitly_convertible.pass.cpp:228: error: template argument 1 is invalid |
| 2679 | is_explicitly_convertible.pass.cpp:229: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2680 | is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid |
| 2681 | is_explicitly_convertible.pass.cpp:229: error: template argument 1 is invalid |
| 2682 | is_explicitly_convertible.pass.cpp:230: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2683 | is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid |
| 2684 | is_explicitly_convertible.pass.cpp:230: error: template argument 1 is invalid |
| 2685 | is_explicitly_convertible.pass.cpp:232: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2686 | is_explicitly_convertible.pass.cpp:232: error: a comma operator cannot appear in a constant-expression |
| 2687 | is_explicitly_convertible.pass.cpp:232: error: ‘::value’ has not been declared |
| 2688 | is_explicitly_convertible.pass.cpp:232: error: template argument 1 is invalid |
| 2689 | is_explicitly_convertible.pass.cpp:233: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2690 | is_explicitly_convertible.pass.cpp:233: error: a comma operator cannot appear in a constant-expression |
| 2691 | is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid |
| 2692 | is_explicitly_convertible.pass.cpp:233: error: template argument 1 is invalid |
| 2693 | is_explicitly_convertible.pass.cpp:234: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2694 | is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid |
| 2695 | is_explicitly_convertible.pass.cpp:234: error: template argument 1 is invalid |
| 2696 | is_explicitly_convertible.pass.cpp:235: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2697 | is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid |
| 2698 | is_explicitly_convertible.pass.cpp:235: error: template argument 1 is invalid |
| 2699 | is_explicitly_convertible.pass.cpp:237: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2700 | is_explicitly_convertible.pass.cpp:237: error: a comma operator cannot appear in a constant-expression |
| 2701 | is_explicitly_convertible.pass.cpp:237: error: ‘::value’ has not been declared |
| 2702 | is_explicitly_convertible.pass.cpp:237: error: template argument 1 is invalid |
| 2703 | is_explicitly_convertible.pass.cpp:238: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2704 | is_explicitly_convertible.pass.cpp:238: error: a comma operator cannot appear in a constant-expression |
| 2705 | is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid |
| 2706 | is_explicitly_convertible.pass.cpp:238: error: template argument 1 is invalid |
| 2707 | is_explicitly_convertible.pass.cpp:239: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2708 | is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid |
| 2709 | is_explicitly_convertible.pass.cpp:239: error: template argument 1 is invalid |
| 2710 | is_explicitly_convertible.pass.cpp:240: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2711 | is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid |
| 2712 | is_explicitly_convertible.pass.cpp:240: error: template argument 1 is invalid |
| 2713 | is_explicitly_convertible.pass.cpp:242: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2714 | is_explicitly_convertible.pass.cpp:242: error: a comma operator cannot appear in a constant-expression |
| 2715 | is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid |
| 2716 | is_explicitly_convertible.pass.cpp:242: error: template argument 1 is invalid |
| 2717 | is_explicitly_convertible.pass.cpp:243: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2718 | is_explicitly_convertible.pass.cpp:243: error: a comma operator cannot appear in a constant-expression |
| 2719 | is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid |
| 2720 | is_explicitly_convertible.pass.cpp:243: error: template argument 1 is invalid |
| 2721 | is_explicitly_convertible.pass.cpp:244: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2722 | is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid |
| 2723 | is_explicitly_convertible.pass.cpp:244: error: template argument 1 is invalid |
| 2724 | is_explicitly_convertible.pass.cpp:245: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2725 | is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid |
| 2726 | is_explicitly_convertible.pass.cpp:245: error: template argument 1 is invalid |
| 2727 | is_explicitly_convertible.pass.cpp:247: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2728 | is_explicitly_convertible.pass.cpp:247: error: a comma operator cannot appear in a constant-expression |
| 2729 | is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid |
| 2730 | is_explicitly_convertible.pass.cpp:247: error: template argument 1 is invalid |
| 2731 | is_explicitly_convertible.pass.cpp:248: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2732 | is_explicitly_convertible.pass.cpp:248: error: a comma operator cannot appear in a constant-expression |
| 2733 | is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid |
| 2734 | is_explicitly_convertible.pass.cpp:248: error: template argument 1 is invalid |
| 2735 | is_explicitly_convertible.pass.cpp:249: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2736 | is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid |
| 2737 | is_explicitly_convertible.pass.cpp:249: error: template argument 1 is invalid |
| 2738 | is_explicitly_convertible.pass.cpp:250: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2739 | is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid |
| 2740 | is_explicitly_convertible.pass.cpp:250: error: template argument 1 is invalid |
| 2741 | is_explicitly_convertible.pass.cpp:252: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2742 | is_explicitly_convertible.pass.cpp:252: error: a comma operator cannot appear in a constant-expression |
| 2743 | is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid |
| 2744 | is_explicitly_convertible.pass.cpp:252: error: template argument 1 is invalid |
| 2745 | is_explicitly_convertible.pass.cpp:253: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2746 | is_explicitly_convertible.pass.cpp:253: error: a comma operator cannot appear in a constant-expression |
| 2747 | is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid |
| 2748 | is_explicitly_convertible.pass.cpp:253: error: template argument 1 is invalid |
| 2749 | is_explicitly_convertible.pass.cpp:254: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2750 | is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid |
| 2751 | is_explicitly_convertible.pass.cpp:254: error: template argument 1 is invalid |
| 2752 | is_explicitly_convertible.pass.cpp:255: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2753 | is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid |
| 2754 | is_explicitly_convertible.pass.cpp:255: error: template argument 1 is invalid |
| 2755 | is_explicitly_convertible.pass.cpp:258: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2756 | is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid |
| 2757 | is_explicitly_convertible.pass.cpp:258: error: template argument 1 is invalid |
| 2758 | is_explicitly_convertible.pass.cpp:259: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2759 | is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid |
| 2760 | is_explicitly_convertible.pass.cpp:259: error: template argument 1 is invalid |
| 2761 | is_explicitly_convertible.pass.cpp:260: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2762 | is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid |
| 2763 | is_explicitly_convertible.pass.cpp:260: error: template argument 1 is invalid |
| 2764 | is_explicitly_convertible.pass.cpp:261: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2765 | is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid |
| 2766 | is_explicitly_convertible.pass.cpp:261: error: template argument 1 is invalid |
| 2767 | is_explicitly_convertible.pass.cpp:263: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2768 | is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid |
| 2769 | is_explicitly_convertible.pass.cpp:263: error: template argument 1 is invalid |
| 2770 | is_explicitly_convertible.pass.cpp:264: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2771 | is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid |
| 2772 | is_explicitly_convertible.pass.cpp:264: error: template argument 1 is invalid |
| 2773 | is_explicitly_convertible.pass.cpp:266: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2774 | is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid |
| 2775 | is_explicitly_convertible.pass.cpp:266: error: template argument 1 is invalid |
| 2776 | is_explicitly_convertible.pass.cpp:267: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2777 | is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid |
| 2778 | is_explicitly_convertible.pass.cpp:267: error: template argument 1 is invalid |
| 2779 | is_explicitly_convertible.pass.cpp:269: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2780 | is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid |
| 2781 | is_explicitly_convertible.pass.cpp:269: error: template argument 1 is invalid |
| 2782 | is_explicitly_convertible.pass.cpp:270: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2783 | is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid |
| 2784 | is_explicitly_convertible.pass.cpp:270: error: template argument 1 is invalid |
| 2785 | is_explicitly_convertible.pass.cpp:271: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2786 | is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid |
| 2787 | is_explicitly_convertible.pass.cpp:271: error: template argument 1 is invalid |
| 2788 | is_explicitly_convertible.pass.cpp:272: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2789 | is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid |
| 2790 | is_explicitly_convertible.pass.cpp:272: error: template argument 1 is invalid |
| 2791 | is_explicitly_convertible.pass.cpp:274: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2792 | is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid |
| 2793 | is_explicitly_convertible.pass.cpp:274: error: template argument 1 is invalid |
| 2794 | is_explicitly_convertible.pass.cpp:275: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2795 | is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid |
| 2796 | is_explicitly_convertible.pass.cpp:275: error: template argument 1 is invalid |
| 2797 | is_explicitly_convertible.pass.cpp:276: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2798 | is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid |
| 2799 | is_explicitly_convertible.pass.cpp:276: error: template argument 1 is invalid |
| 2800 | is_explicitly_convertible.pass.cpp:277: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2801 | is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid |
| 2802 | is_explicitly_convertible.pass.cpp:277: error: template argument 1 is invalid |
| 2803 | is_explicitly_convertible.pass.cpp:279: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2804 | is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid |
| 2805 | is_explicitly_convertible.pass.cpp:279: error: template argument 1 is invalid |
| 2806 | is_explicitly_convertible.pass.cpp:280: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2807 | is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid |
| 2808 | is_explicitly_convertible.pass.cpp:280: error: template argument 1 is invalid |
| 2809 | is_explicitly_convertible.pass.cpp:281: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2810 | is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid |
| 2811 | is_explicitly_convertible.pass.cpp:281: error: template argument 1 is invalid |
| 2812 | is_explicitly_convertible.pass.cpp:282: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2813 | is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid |
| 2814 | is_explicitly_convertible.pass.cpp:282: error: template argument 1 is invalid |
| 2815 | is_explicitly_convertible.pass.cpp:284: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2816 | is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid |
| 2817 | is_explicitly_convertible.pass.cpp:284: error: template argument 1 is invalid |
| 2818 | is_explicitly_convertible.pass.cpp:285: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2819 | is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid |
| 2820 | is_explicitly_convertible.pass.cpp:285: error: template argument 1 is invalid |
| 2821 | is_explicitly_convertible.pass.cpp:286: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2822 | is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid |
| 2823 | is_explicitly_convertible.pass.cpp:286: error: template argument 1 is invalid |
| 2824 | is_explicitly_convertible.pass.cpp:287: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2825 | is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid |
| 2826 | is_explicitly_convertible.pass.cpp:287: error: template argument 1 is invalid |
| 2827 | is_explicitly_convertible.pass.cpp:289: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2828 | is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid |
| 2829 | is_explicitly_convertible.pass.cpp:289: error: template argument 1 is invalid |
| 2830 | is_explicitly_convertible.pass.cpp:290: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2831 | is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid |
| 2832 | is_explicitly_convertible.pass.cpp:290: error: template argument 1 is invalid |
| 2833 | is_explicitly_convertible.pass.cpp:291: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2834 | is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid |
| 2835 | is_explicitly_convertible.pass.cpp:291: error: template argument 1 is invalid |
| 2836 | is_explicitly_convertible.pass.cpp:292: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2837 | is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid |
| 2838 | is_explicitly_convertible.pass.cpp:292: error: template argument 1 is invalid |
| 2839 | is_explicitly_convertible.pass.cpp:294: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2840 | is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid |
| 2841 | is_explicitly_convertible.pass.cpp:294: error: template argument 1 is invalid |
| 2842 | is_explicitly_convertible.pass.cpp:295: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2843 | is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid |
| 2844 | is_explicitly_convertible.pass.cpp:295: error: template argument 1 is invalid |
| 2845 | is_explicitly_convertible.pass.cpp:296: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2846 | is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid |
| 2847 | is_explicitly_convertible.pass.cpp:296: error: template argument 1 is invalid |
| 2848 | is_explicitly_convertible.pass.cpp:297: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2849 | is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid |
| 2850 | is_explicitly_convertible.pass.cpp:297: error: template argument 1 is invalid |
| 2851 | is_explicitly_convertible.pass.cpp:300: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2852 | is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid |
| 2853 | is_explicitly_convertible.pass.cpp:300: error: template argument 1 is invalid |
| 2854 | is_explicitly_convertible.pass.cpp:301: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2855 | is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid |
| 2856 | is_explicitly_convertible.pass.cpp:301: error: template argument 1 is invalid |
| 2857 | is_explicitly_convertible.pass.cpp:302: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2858 | is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid |
| 2859 | is_explicitly_convertible.pass.cpp:302: error: template argument 1 is invalid |
| 2860 | is_explicitly_convertible.pass.cpp:303: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2861 | is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid |
| 2862 | is_explicitly_convertible.pass.cpp:303: error: template argument 1 is invalid |
| 2863 | is_explicitly_convertible.pass.cpp:305: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2864 | is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid |
| 2865 | is_explicitly_convertible.pass.cpp:305: error: template argument 1 is invalid |
| 2866 | is_explicitly_convertible.pass.cpp:306: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2867 | is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid |
| 2868 | is_explicitly_convertible.pass.cpp:306: error: template argument 1 is invalid |
| 2869 | is_explicitly_convertible.pass.cpp:308: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2870 | is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid |
| 2871 | is_explicitly_convertible.pass.cpp:308: error: template argument 1 is invalid |
| 2872 | is_explicitly_convertible.pass.cpp:309: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2873 | is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid |
| 2874 | is_explicitly_convertible.pass.cpp:309: error: template argument 1 is invalid |
| 2875 | is_explicitly_convertible.pass.cpp:311: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2876 | is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid |
| 2877 | is_explicitly_convertible.pass.cpp:311: error: template argument 1 is invalid |
| 2878 | is_explicitly_convertible.pass.cpp:312: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2879 | is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid |
| 2880 | is_explicitly_convertible.pass.cpp:312: error: template argument 1 is invalid |
| 2881 | is_explicitly_convertible.pass.cpp:313: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2882 | is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid |
| 2883 | is_explicitly_convertible.pass.cpp:313: error: template argument 1 is invalid |
| 2884 | is_explicitly_convertible.pass.cpp:314: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2885 | is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid |
| 2886 | is_explicitly_convertible.pass.cpp:314: error: template argument 1 is invalid |
| 2887 | is_explicitly_convertible.pass.cpp:316: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2888 | is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid |
| 2889 | is_explicitly_convertible.pass.cpp:316: error: template argument 1 is invalid |
| 2890 | is_explicitly_convertible.pass.cpp:317: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2891 | is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid |
| 2892 | is_explicitly_convertible.pass.cpp:317: error: template argument 1 is invalid |
| 2893 | is_explicitly_convertible.pass.cpp:318: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2894 | is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid |
| 2895 | is_explicitly_convertible.pass.cpp:318: error: template argument 1 is invalid |
| 2896 | is_explicitly_convertible.pass.cpp:319: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2897 | is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid |
| 2898 | is_explicitly_convertible.pass.cpp:319: error: template argument 1 is invalid |
| 2899 | is_explicitly_convertible.pass.cpp:321: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2900 | is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid |
| 2901 | is_explicitly_convertible.pass.cpp:321: error: template argument 1 is invalid |
| 2902 | is_explicitly_convertible.pass.cpp:322: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2903 | is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid |
| 2904 | is_explicitly_convertible.pass.cpp:322: error: template argument 1 is invalid |
| 2905 | is_explicitly_convertible.pass.cpp:323: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2906 | is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid |
| 2907 | is_explicitly_convertible.pass.cpp:323: error: template argument 1 is invalid |
| 2908 | is_explicitly_convertible.pass.cpp:324: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2909 | is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid |
| 2910 | is_explicitly_convertible.pass.cpp:324: error: template argument 1 is invalid |
| 2911 | is_explicitly_convertible.pass.cpp:326: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2912 | is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid |
| 2913 | is_explicitly_convertible.pass.cpp:326: error: template argument 1 is invalid |
| 2914 | is_explicitly_convertible.pass.cpp:327: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2915 | is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid |
| 2916 | is_explicitly_convertible.pass.cpp:327: error: template argument 1 is invalid |
| 2917 | is_explicitly_convertible.pass.cpp:328: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2918 | is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid |
| 2919 | is_explicitly_convertible.pass.cpp:328: error: template argument 1 is invalid |
| 2920 | is_explicitly_convertible.pass.cpp:329: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2921 | is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid |
| 2922 | is_explicitly_convertible.pass.cpp:329: error: template argument 1 is invalid |
| 2923 | is_explicitly_convertible.pass.cpp:331: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2924 | is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid |
| 2925 | is_explicitly_convertible.pass.cpp:331: error: template argument 1 is invalid |
| 2926 | is_explicitly_convertible.pass.cpp:332: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2927 | is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid |
| 2928 | is_explicitly_convertible.pass.cpp:332: error: template argument 1 is invalid |
| 2929 | is_explicitly_convertible.pass.cpp:333: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2930 | is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid |
| 2931 | is_explicitly_convertible.pass.cpp:333: error: template argument 1 is invalid |
| 2932 | is_explicitly_convertible.pass.cpp:334: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2933 | is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid |
| 2934 | is_explicitly_convertible.pass.cpp:334: error: template argument 1 is invalid |
| 2935 | is_explicitly_convertible.pass.cpp:336: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2936 | is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid |
| 2937 | is_explicitly_convertible.pass.cpp:336: error: template argument 1 is invalid |
| 2938 | is_explicitly_convertible.pass.cpp:337: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2939 | is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid |
| 2940 | is_explicitly_convertible.pass.cpp:337: error: template argument 1 is invalid |
| 2941 | is_explicitly_convertible.pass.cpp:338: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2942 | is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid |
| 2943 | is_explicitly_convertible.pass.cpp:338: error: template argument 1 is invalid |
| 2944 | is_explicitly_convertible.pass.cpp:339: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2945 | is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid |
| 2946 | is_explicitly_convertible.pass.cpp:339: error: template argument 1 is invalid |
| 2947 | is_explicitly_convertible.pass.cpp:342: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2948 | is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid |
| 2949 | is_explicitly_convertible.pass.cpp:342: error: template argument 1 is invalid |
| 2950 | is_explicitly_convertible.pass.cpp:343: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2951 | is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid |
| 2952 | is_explicitly_convertible.pass.cpp:343: error: template argument 1 is invalid |
| 2953 | is_explicitly_convertible.pass.cpp:344: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2954 | is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid |
| 2955 | is_explicitly_convertible.pass.cpp:344: error: template argument 1 is invalid |
| 2956 | is_explicitly_convertible.pass.cpp:345: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2957 | is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid |
| 2958 | is_explicitly_convertible.pass.cpp:345: error: template argument 1 is invalid |
| 2959 | is_explicitly_convertible.pass.cpp:347: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2960 | is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid |
| 2961 | is_explicitly_convertible.pass.cpp:347: error: template argument 1 is invalid |
| 2962 | is_explicitly_convertible.pass.cpp:348: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2963 | is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid |
| 2964 | is_explicitly_convertible.pass.cpp:348: error: template argument 1 is invalid |
| 2965 | is_explicitly_convertible.pass.cpp:350: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2966 | is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid |
| 2967 | is_explicitly_convertible.pass.cpp:350: error: template argument 1 is invalid |
| 2968 | is_explicitly_convertible.pass.cpp:351: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2969 | is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid |
| 2970 | is_explicitly_convertible.pass.cpp:351: error: template argument 1 is invalid |
| 2971 | is_explicitly_convertible.pass.cpp:353: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2972 | is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid |
| 2973 | is_explicitly_convertible.pass.cpp:353: error: template argument 1 is invalid |
| 2974 | is_explicitly_convertible.pass.cpp:354: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2975 | is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid |
| 2976 | is_explicitly_convertible.pass.cpp:354: error: template argument 1 is invalid |
| 2977 | is_explicitly_convertible.pass.cpp:355: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2978 | is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid |
| 2979 | is_explicitly_convertible.pass.cpp:355: error: template argument 1 is invalid |
| 2980 | is_explicitly_convertible.pass.cpp:356: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2981 | is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid |
| 2982 | is_explicitly_convertible.pass.cpp:356: error: template argument 1 is invalid |
| 2983 | is_explicitly_convertible.pass.cpp:358: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2984 | is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid |
| 2985 | is_explicitly_convertible.pass.cpp:358: error: template argument 1 is invalid |
| 2986 | is_explicitly_convertible.pass.cpp:359: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2987 | is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid |
| 2988 | is_explicitly_convertible.pass.cpp:359: error: template argument 1 is invalid |
| 2989 | is_explicitly_convertible.pass.cpp:360: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2990 | is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid |
| 2991 | is_explicitly_convertible.pass.cpp:360: error: template argument 1 is invalid |
| 2992 | is_explicitly_convertible.pass.cpp:361: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2993 | is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid |
| 2994 | is_explicitly_convertible.pass.cpp:361: error: template argument 1 is invalid |
| 2995 | is_explicitly_convertible.pass.cpp:363: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2996 | is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid |
| 2997 | is_explicitly_convertible.pass.cpp:363: error: template argument 1 is invalid |
| 2998 | is_explicitly_convertible.pass.cpp:364: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 2999 | is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid |
| 3000 | is_explicitly_convertible.pass.cpp:364: error: template argument 1 is invalid |
| 3001 | is_explicitly_convertible.pass.cpp:365: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3002 | is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid |
| 3003 | is_explicitly_convertible.pass.cpp:365: error: template argument 1 is invalid |
| 3004 | is_explicitly_convertible.pass.cpp:366: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3005 | is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid |
| 3006 | is_explicitly_convertible.pass.cpp:366: error: template argument 1 is invalid |
| 3007 | is_explicitly_convertible.pass.cpp:368: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3008 | is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid |
| 3009 | is_explicitly_convertible.pass.cpp:368: error: template argument 1 is invalid |
| 3010 | is_explicitly_convertible.pass.cpp:369: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3011 | is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid |
| 3012 | is_explicitly_convertible.pass.cpp:369: error: template argument 1 is invalid |
| 3013 | is_explicitly_convertible.pass.cpp:370: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3014 | is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid |
| 3015 | is_explicitly_convertible.pass.cpp:370: error: template argument 1 is invalid |
| 3016 | is_explicitly_convertible.pass.cpp:371: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3017 | is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid |
| 3018 | is_explicitly_convertible.pass.cpp:371: error: template argument 1 is invalid |
| 3019 | is_explicitly_convertible.pass.cpp:373: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3020 | is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid |
| 3021 | is_explicitly_convertible.pass.cpp:373: error: template argument 1 is invalid |
| 3022 | is_explicitly_convertible.pass.cpp:374: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3023 | is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid |
| 3024 | is_explicitly_convertible.pass.cpp:374: error: template argument 1 is invalid |
| 3025 | is_explicitly_convertible.pass.cpp:375: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3026 | is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid |
| 3027 | is_explicitly_convertible.pass.cpp:375: error: template argument 1 is invalid |
| 3028 | is_explicitly_convertible.pass.cpp:376: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3029 | is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid |
| 3030 | is_explicitly_convertible.pass.cpp:376: error: template argument 1 is invalid |
| 3031 | is_explicitly_convertible.pass.cpp:378: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3032 | is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid |
| 3033 | is_explicitly_convertible.pass.cpp:378: error: template argument 1 is invalid |
| 3034 | is_explicitly_convertible.pass.cpp:379: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3035 | is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid |
| 3036 | is_explicitly_convertible.pass.cpp:379: error: template argument 1 is invalid |
| 3037 | is_explicitly_convertible.pass.cpp:380: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3038 | is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid |
| 3039 | is_explicitly_convertible.pass.cpp:380: error: template argument 1 is invalid |
| 3040 | is_explicitly_convertible.pass.cpp:381: error: ‘is_explicitly_convertible’ is not a member of ‘std’ |
| 3041 | is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid |
| 3042 | is_explicitly_convertible.pass.cpp:381: error: template argument 1 is invalid |
| 3043 | is_explicitly_convertible.pass.cpp failed to compile |
| 3044 | failed 2 tests in /test/utilities/meta/meta.rel |
| 3045 | passed 2 tests in /test/utilities/meta/meta.rel |
| 3046 | passed 1 tests in /test/utilities/meta/meta.rqmts |
| 3047 | passed 1 tests in /test/utilities/meta/meta.trans |
| 3048 | passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.arr |
| 3049 | passed 6 tests in /test/utilities/meta/meta.trans/meta.trans.cv |
| 3050 | underlying_type.pass.cpp:32:2: error: #error underlying_type is not implemented |
| 3051 | underlying_type.pass.cpp failed to compile |
| 3052 | failed 1 tests in /test/utilities/meta/meta.trans/meta.trans.other |
| 3053 | passed 7 tests in /test/utilities/meta/meta.trans/meta.trans.other |
| 3054 | passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.ptr |
| 3055 | passed 3 tests in /test/utilities/meta/meta.trans/meta.trans.ref |
| 3056 | passed 2 tests in /test/utilities/meta/meta.trans/meta.trans.sign |
| 3057 | passed 1 tests in /test/utilities/meta/meta.type.synop |
| 3058 | passed 1 tests in /test/utilities/meta/meta.unary |
| 3059 | union.pass.cpp: In function ‘void test_union_imp() [with T = Union]’: |
| 3060 | union.pass.cpp:51: instantiated from ‘void test_union() [with T = Union]’ |
| 3061 | union.pass.cpp:65: instantiated from here |
| 3062 | union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3063 | union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3064 | union.pass.cpp: In function ‘void test_union_imp() [with T = const Union]’: |
| 3065 | union.pass.cpp:52: instantiated from ‘void test_union() [with T = Union]’ |
| 3066 | union.pass.cpp:65: instantiated from here |
| 3067 | union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3068 | union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3069 | union.pass.cpp: In function ‘void test_union_imp() [with T = volatile Union]’: |
| 3070 | union.pass.cpp:53: instantiated from ‘void test_union() [with T = Union]’ |
| 3071 | union.pass.cpp:65: instantiated from here |
| 3072 | union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3073 | union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3074 | union.pass.cpp: In function ‘void test_union_imp() [with T = const volatile Union]’: |
| 3075 | union.pass.cpp:54: instantiated from ‘void test_union() [with T = Union]’ |
| 3076 | union.pass.cpp:65: instantiated from here |
| 3077 | union.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3078 | union.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3079 | union.pass.cpp failed to compile |
| 3080 | failed 1 tests in /test/utilities/meta/meta.unary/meta.unary.cat |
| 3081 | passed 12 tests in /test/utilities/meta/meta.unary/meta.unary.cat |
| 3082 | passed 13 tests in /test/utilities/meta/meta.unary/meta.unary.comp |
| 3083 | has_copy_assign.pass.cpp:32:2: error: #error has_copy_assign not implemented |
| 3084 | has_copy_assign.pass.cpp failed to compile |
| 3085 | has_copy_constructor.pass.cpp:32:2: error: #error has_copy_constructor not implemented |
| 3086 | has_copy_constructor.pass.cpp failed to compile |
| 3087 | has_default_constructor.pass.cpp:32:2: error: #error has_default_constructor not implemented |
| 3088 | has_default_constructor.pass.cpp failed to compile |
| 3089 | has_move_assign.pass.cpp:32:2: error: #error has_move_assign not implemented |
| 3090 | has_move_assign.pass.cpp failed to compile |
| 3091 | has_move_constructor.pass.cpp:32:2: error: #error has_move_constructor not implemented |
| 3092 | has_move_constructor.pass.cpp failed to compile |
| 3093 | has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Union]’: |
| 3094 | has_nothrow_copy_assign.pass.cpp:80: instantiated from here |
| 3095 | has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3096 | has_nothrow_copy_assign.pass.cpp:80: instantiated from here |
| 3097 | has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3098 | has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Abstract]’: |
| 3099 | has_nothrow_copy_assign.pass.cpp:81: instantiated from here |
| 3100 | has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3101 | has_nothrow_copy_assign.pass.cpp:81: instantiated from here |
| 3102 | has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3103 | has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = Empty]’: |
| 3104 | has_nothrow_copy_assign.pass.cpp:82: instantiated from here |
| 3105 | has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3106 | has_nothrow_copy_assign.pass.cpp:82: instantiated from here |
| 3107 | has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3108 | has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = NotEmpty]’: |
| 3109 | has_nothrow_copy_assign.pass.cpp:89: instantiated from here |
| 3110 | has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3111 | has_nothrow_copy_assign.pass.cpp:89: instantiated from here |
| 3112 | has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3113 | has_nothrow_copy_assign.pass.cpp: In function ‘void test_has_nothrow_assign() [with T = bit_zero]’: |
| 3114 | has_nothrow_copy_assign.pass.cpp:90: instantiated from here |
| 3115 | has_nothrow_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3116 | has_nothrow_copy_assign.pass.cpp:90: instantiated from here |
| 3117 | has_nothrow_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3118 | has_nothrow_copy_assign.pass.cpp failed to compile |
| 3119 | has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_not_nothrow_copy_constructor() [with T = int&]’: |
| 3120 | has_nothrow_copy_constructor.pass.cpp:78: instantiated from here |
| 3121 | has_nothrow_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3122 | has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3123 | has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3124 | has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3125 | has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Union]’: |
| 3126 | has_nothrow_copy_constructor.pass.cpp:80: instantiated from here |
| 3127 | has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3128 | has_nothrow_copy_constructor.pass.cpp:80: instantiated from here |
| 3129 | has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3130 | has_nothrow_copy_constructor.pass.cpp:80: instantiated from here |
| 3131 | has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3132 | has_nothrow_copy_constructor.pass.cpp:80: instantiated from here |
| 3133 | has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3134 | has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Abstract]’: |
| 3135 | has_nothrow_copy_constructor.pass.cpp:81: instantiated from here |
| 3136 | has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3137 | has_nothrow_copy_constructor.pass.cpp:81: instantiated from here |
| 3138 | has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3139 | has_nothrow_copy_constructor.pass.cpp:81: instantiated from here |
| 3140 | has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3141 | has_nothrow_copy_constructor.pass.cpp:81: instantiated from here |
| 3142 | has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3143 | has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = Empty]’: |
| 3144 | has_nothrow_copy_constructor.pass.cpp:82: instantiated from here |
| 3145 | has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3146 | has_nothrow_copy_constructor.pass.cpp:82: instantiated from here |
| 3147 | has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3148 | has_nothrow_copy_constructor.pass.cpp:82: instantiated from here |
| 3149 | has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3150 | has_nothrow_copy_constructor.pass.cpp:82: instantiated from here |
| 3151 | has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3152 | has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = NotEmpty]’: |
| 3153 | has_nothrow_copy_constructor.pass.cpp:89: instantiated from here |
| 3154 | has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3155 | has_nothrow_copy_constructor.pass.cpp:89: instantiated from here |
| 3156 | has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3157 | has_nothrow_copy_constructor.pass.cpp:89: instantiated from here |
| 3158 | has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3159 | has_nothrow_copy_constructor.pass.cpp:89: instantiated from here |
| 3160 | has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3161 | has_nothrow_copy_constructor.pass.cpp: In function ‘void test_has_nothrow_copy_constructor() [with T = bit_zero]’: |
| 3162 | has_nothrow_copy_constructor.pass.cpp:90: instantiated from here |
| 3163 | has_nothrow_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3164 | has_nothrow_copy_constructor.pass.cpp:90: instantiated from here |
| 3165 | has_nothrow_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3166 | has_nothrow_copy_constructor.pass.cpp:90: instantiated from here |
| 3167 | has_nothrow_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3168 | has_nothrow_copy_constructor.pass.cpp:90: instantiated from here |
| 3169 | has_nothrow_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3170 | has_nothrow_copy_constructor.pass.cpp failed to compile |
| 3171 | has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Union]’: |
| 3172 | has_nothrow_default_constructor.pass.cpp:80: instantiated from here |
| 3173 | has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3174 | has_nothrow_default_constructor.pass.cpp:80: instantiated from here |
| 3175 | has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3176 | has_nothrow_default_constructor.pass.cpp:80: instantiated from here |
| 3177 | has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3178 | has_nothrow_default_constructor.pass.cpp:80: instantiated from here |
| 3179 | has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3180 | has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Abstract]’: |
| 3181 | has_nothrow_default_constructor.pass.cpp:81: instantiated from here |
| 3182 | has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3183 | has_nothrow_default_constructor.pass.cpp:81: instantiated from here |
| 3184 | has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3185 | has_nothrow_default_constructor.pass.cpp:81: instantiated from here |
| 3186 | has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3187 | has_nothrow_default_constructor.pass.cpp:81: instantiated from here |
| 3188 | has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3189 | has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = Empty]’: |
| 3190 | has_nothrow_default_constructor.pass.cpp:82: instantiated from here |
| 3191 | has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3192 | has_nothrow_default_constructor.pass.cpp:82: instantiated from here |
| 3193 | has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3194 | has_nothrow_default_constructor.pass.cpp:82: instantiated from here |
| 3195 | has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3196 | has_nothrow_default_constructor.pass.cpp:82: instantiated from here |
| 3197 | has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3198 | has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = NotEmpty]’: |
| 3199 | has_nothrow_default_constructor.pass.cpp:89: instantiated from here |
| 3200 | has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3201 | has_nothrow_default_constructor.pass.cpp:89: instantiated from here |
| 3202 | has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3203 | has_nothrow_default_constructor.pass.cpp:89: instantiated from here |
| 3204 | has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3205 | has_nothrow_default_constructor.pass.cpp:89: instantiated from here |
| 3206 | has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3207 | has_nothrow_default_constructor.pass.cpp: In function ‘void test_has_nothrow_default_constructor() [with T = bit_zero]’: |
| 3208 | has_nothrow_default_constructor.pass.cpp:90: instantiated from here |
| 3209 | has_nothrow_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3210 | has_nothrow_default_constructor.pass.cpp:90: instantiated from here |
| 3211 | has_nothrow_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3212 | has_nothrow_default_constructor.pass.cpp:90: instantiated from here |
| 3213 | has_nothrow_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3214 | has_nothrow_default_constructor.pass.cpp:90: instantiated from here |
| 3215 | has_nothrow_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3216 | has_nothrow_default_constructor.pass.cpp failed to compile |
| 3217 | has_nothrow_move_assign.pass.cpp:32:2: error: #error has_nothrow_move_assign not implemented |
| 3218 | has_nothrow_move_assign.pass.cpp failed to compile |
| 3219 | has_nothrow_move_constructor.pass.cpp:32:2: error: #error has_nothrow_move_constructor not implemented |
| 3220 | has_nothrow_move_constructor.pass.cpp failed to compile |
| 3221 | has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Union]’: |
| 3222 | has_trivial_copy_assign.pass.cpp:80: instantiated from here |
| 3223 | has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3224 | has_trivial_copy_assign.pass.cpp:80: instantiated from here |
| 3225 | has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3226 | has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Abstract]’: |
| 3227 | has_trivial_copy_assign.pass.cpp:81: instantiated from here |
| 3228 | has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3229 | has_trivial_copy_assign.pass.cpp:81: instantiated from here |
| 3230 | has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3231 | has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = Empty]’: |
| 3232 | has_trivial_copy_assign.pass.cpp:82: instantiated from here |
| 3233 | has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3234 | has_trivial_copy_assign.pass.cpp:82: instantiated from here |
| 3235 | has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3236 | has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = NotEmpty]’: |
| 3237 | has_trivial_copy_assign.pass.cpp:89: instantiated from here |
| 3238 | has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3239 | has_trivial_copy_assign.pass.cpp:89: instantiated from here |
| 3240 | has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3241 | has_trivial_copy_assign.pass.cpp: In function ‘void test_has_trivial_assign() [with T = bit_zero]’: |
| 3242 | has_trivial_copy_assign.pass.cpp:90: instantiated from here |
| 3243 | has_trivial_copy_assign.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3244 | has_trivial_copy_assign.pass.cpp:90: instantiated from here |
| 3245 | has_trivial_copy_assign.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3246 | has_trivial_copy_assign.pass.cpp failed to compile |
| 3247 | has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_not_trivial_copy_constructor() [with T = int&]’: |
| 3248 | has_trivial_copy_constructor.pass.cpp:78: instantiated from here |
| 3249 | has_trivial_copy_constructor.pass.cpp:42: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3250 | has_trivial_copy_constructor.pass.cpp:43: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3251 | has_trivial_copy_constructor.pass.cpp:44: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3252 | has_trivial_copy_constructor.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3253 | has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Union]’: |
| 3254 | has_trivial_copy_constructor.pass.cpp:80: instantiated from here |
| 3255 | has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3256 | has_trivial_copy_constructor.pass.cpp:80: instantiated from here |
| 3257 | has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3258 | has_trivial_copy_constructor.pass.cpp:80: instantiated from here |
| 3259 | has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3260 | has_trivial_copy_constructor.pass.cpp:80: instantiated from here |
| 3261 | has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3262 | has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Abstract]’: |
| 3263 | has_trivial_copy_constructor.pass.cpp:81: instantiated from here |
| 3264 | has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3265 | has_trivial_copy_constructor.pass.cpp:81: instantiated from here |
| 3266 | has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3267 | has_trivial_copy_constructor.pass.cpp:81: instantiated from here |
| 3268 | has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3269 | has_trivial_copy_constructor.pass.cpp:81: instantiated from here |
| 3270 | has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3271 | has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = Empty]’: |
| 3272 | has_trivial_copy_constructor.pass.cpp:82: instantiated from here |
| 3273 | has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3274 | has_trivial_copy_constructor.pass.cpp:82: instantiated from here |
| 3275 | has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3276 | has_trivial_copy_constructor.pass.cpp:82: instantiated from here |
| 3277 | has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3278 | has_trivial_copy_constructor.pass.cpp:82: instantiated from here |
| 3279 | has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3280 | has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = NotEmpty]’: |
| 3281 | has_trivial_copy_constructor.pass.cpp:89: instantiated from here |
| 3282 | has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3283 | has_trivial_copy_constructor.pass.cpp:89: instantiated from here |
| 3284 | has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3285 | has_trivial_copy_constructor.pass.cpp:89: instantiated from here |
| 3286 | has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3287 | has_trivial_copy_constructor.pass.cpp:89: instantiated from here |
| 3288 | has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3289 | has_trivial_copy_constructor.pass.cpp: In function ‘void test_has_trivial_copy_constructor() [with T = bit_zero]’: |
| 3290 | has_trivial_copy_constructor.pass.cpp:90: instantiated from here |
| 3291 | has_trivial_copy_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3292 | has_trivial_copy_constructor.pass.cpp:90: instantiated from here |
| 3293 | has_trivial_copy_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3294 | has_trivial_copy_constructor.pass.cpp:90: instantiated from here |
| 3295 | has_trivial_copy_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3296 | has_trivial_copy_constructor.pass.cpp:90: instantiated from here |
| 3297 | has_trivial_copy_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3298 | has_trivial_copy_constructor.pass.cpp failed to compile |
| 3299 | has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Union]’: |
| 3300 | has_trivial_default_constructor.pass.cpp:80: instantiated from here |
| 3301 | has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3302 | has_trivial_default_constructor.pass.cpp:80: instantiated from here |
| 3303 | has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3304 | has_trivial_default_constructor.pass.cpp:80: instantiated from here |
| 3305 | has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3306 | has_trivial_default_constructor.pass.cpp:80: instantiated from here |
| 3307 | has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3308 | has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Abstract]’: |
| 3309 | has_trivial_default_constructor.pass.cpp:81: instantiated from here |
| 3310 | has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3311 | has_trivial_default_constructor.pass.cpp:81: instantiated from here |
| 3312 | has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3313 | has_trivial_default_constructor.pass.cpp:81: instantiated from here |
| 3314 | has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3315 | has_trivial_default_constructor.pass.cpp:81: instantiated from here |
| 3316 | has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3317 | has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = Empty]’: |
| 3318 | has_trivial_default_constructor.pass.cpp:82: instantiated from here |
| 3319 | has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3320 | has_trivial_default_constructor.pass.cpp:82: instantiated from here |
| 3321 | has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3322 | has_trivial_default_constructor.pass.cpp:82: instantiated from here |
| 3323 | has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3324 | has_trivial_default_constructor.pass.cpp:82: instantiated from here |
| 3325 | has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3326 | has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = NotEmpty]’: |
| 3327 | has_trivial_default_constructor.pass.cpp:89: instantiated from here |
| 3328 | has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3329 | has_trivial_default_constructor.pass.cpp:89: instantiated from here |
| 3330 | has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3331 | has_trivial_default_constructor.pass.cpp:89: instantiated from here |
| 3332 | has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3333 | has_trivial_default_constructor.pass.cpp:89: instantiated from here |
| 3334 | has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3335 | has_trivial_default_constructor.pass.cpp: In function ‘void test_has_trivial_default_constructor() [with T = bit_zero]’: |
| 3336 | has_trivial_default_constructor.pass.cpp:90: instantiated from here |
| 3337 | has_trivial_default_constructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3338 | has_trivial_default_constructor.pass.cpp:90: instantiated from here |
| 3339 | has_trivial_default_constructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3340 | has_trivial_default_constructor.pass.cpp:90: instantiated from here |
| 3341 | has_trivial_default_constructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3342 | has_trivial_default_constructor.pass.cpp:90: instantiated from here |
| 3343 | has_trivial_default_constructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3344 | has_trivial_default_constructor.pass.cpp failed to compile |
| 3345 | has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Union]’: |
| 3346 | has_trivial_destructor.pass.cpp:82: instantiated from here |
| 3347 | has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3348 | has_trivial_destructor.pass.cpp:82: instantiated from here |
| 3349 | has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3350 | has_trivial_destructor.pass.cpp:82: instantiated from here |
| 3351 | has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3352 | has_trivial_destructor.pass.cpp:82: instantiated from here |
| 3353 | has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3354 | has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = Empty]’: |
| 3355 | has_trivial_destructor.pass.cpp:83: instantiated from here |
| 3356 | has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3357 | has_trivial_destructor.pass.cpp:83: instantiated from here |
| 3358 | has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3359 | has_trivial_destructor.pass.cpp:83: instantiated from here |
| 3360 | has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3361 | has_trivial_destructor.pass.cpp:83: instantiated from here |
| 3362 | has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3363 | has_trivial_destructor.pass.cpp: In function ‘void test_has_trivial_destructor() [with T = bit_zero]’: |
| 3364 | has_trivial_destructor.pass.cpp:90: instantiated from here |
| 3365 | has_trivial_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3366 | has_trivial_destructor.pass.cpp:90: instantiated from here |
| 3367 | has_trivial_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3368 | has_trivial_destructor.pass.cpp:90: instantiated from here |
| 3369 | has_trivial_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3370 | has_trivial_destructor.pass.cpp:90: instantiated from here |
| 3371 | has_trivial_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3372 | has_trivial_destructor.pass.cpp failed to compile |
| 3373 | has_trivial_move_assign.pass.cpp:32:2: error: #error has_trivial_move_assign not implemented |
| 3374 | has_trivial_move_assign.pass.cpp failed to compile |
| 3375 | has_trivial_move_constructor.pass.cpp:32:2: error: #error has_trivial_move_constructor not implemented |
| 3376 | has_trivial_move_constructor.pass.cpp failed to compile |
| 3377 | has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = Abstract]’: |
| 3378 | has_virtual_destructor.pass.cpp:89: instantiated from here |
| 3379 | has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3380 | has_virtual_destructor.pass.cpp:89: instantiated from here |
| 3381 | has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3382 | has_virtual_destructor.pass.cpp:89: instantiated from here |
| 3383 | has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3384 | has_virtual_destructor.pass.cpp:89: instantiated from here |
| 3385 | has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3386 | has_virtual_destructor.pass.cpp: In function ‘void test_has_virtual_destructor() [with T = NotEmpty]’: |
| 3387 | has_virtual_destructor.pass.cpp:90: instantiated from here |
| 3388 | has_virtual_destructor.pass.cpp:33: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3389 | has_virtual_destructor.pass.cpp:90: instantiated from here |
| 3390 | has_virtual_destructor.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3391 | has_virtual_destructor.pass.cpp:90: instantiated from here |
| 3392 | has_virtual_destructor.pass.cpp:35: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3393 | has_virtual_destructor.pass.cpp:90: instantiated from here |
| 3394 | has_virtual_destructor.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3395 | has_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>’ |
| 3399 | is_empty.pass.cpp:42: instantiated from ‘void test_is_not_empty() [with T = Union]’ |
| 3400 | is_empty.pass.cpp:74: instantiated from here |
| 3401 | ../../../../../include/type_traits:688: error: base type ‘Union’ fails to be a struct or class type |
| 3402 | is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: |
| 3403 | is_empty.pass.cpp:74: instantiated from here |
| 3404 | is_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>’ |
| 3409 | is_empty.pass.cpp:43: instantiated from ‘void test_is_not_empty() [with T = Union]’ |
| 3410 | is_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 |
| 3412 | is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: |
| 3413 | is_empty.pass.cpp:74: instantiated from here |
| 3414 | is_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>’ |
| 3419 | is_empty.pass.cpp:44: instantiated from ‘void test_is_not_empty() [with T = Union]’ |
| 3420 | is_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 |
| 3422 | is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: |
| 3423 | is_empty.pass.cpp:74: instantiated from here |
| 3424 | is_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>’ |
| 3429 | is_empty.pass.cpp:45: instantiated from ‘void test_is_not_empty() [with T = Union]’ |
| 3430 | is_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 |
| 3432 | is_empty.pass.cpp: In function ‘void test_is_not_empty() [with T = Union]’: |
| 3433 | is_empty.pass.cpp:74: instantiated from here |
| 3434 | is_empty.pass.cpp:45: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3435 | is_empty.pass.cpp failed to compile |
| 3436 | is_literal_type.pass.cpp: In function ‘int main()’: |
| 3437 | is_literal_type.pass.cpp:32: error: ‘is_literal_type’ is not a member of ‘std’ |
| 3438 | is_literal_type.pass.cpp:32: error: template argument 1 is invalid |
| 3439 | is_literal_type.pass.cpp:32: error: template argument 1 is invalid |
| 3440 | is_literal_type.pass.cpp:33: error: ‘is_literal_type’ is not a member of ‘std’ |
| 3441 | is_literal_type.pass.cpp:33: error: template argument 1 is invalid |
| 3442 | is_literal_type.pass.cpp:33: error: template argument 1 is invalid |
| 3443 | is_literal_type.pass.cpp:34: error: ‘is_literal_type’ is not a member of ‘std’ |
| 3444 | is_literal_type.pass.cpp:34: error: template argument 1 is invalid |
| 3445 | is_literal_type.pass.cpp:34: error: template argument 1 is invalid |
| 3446 | is_literal_type.pass.cpp:35: error: ‘is_literal_type’ is not a member of ‘std’ |
| 3447 | is_literal_type.pass.cpp:35: error: template argument 1 is invalid |
| 3448 | is_literal_type.pass.cpp:35: error: template argument 1 is invalid |
| 3449 | is_literal_type.pass.cpp failed to compile |
| 3450 | is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int]’: |
| 3451 | is_pod.pass.cpp:60: instantiated from here |
| 3452 | is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3453 | is_pod.pass.cpp:60: instantiated from here |
| 3454 | is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3455 | is_pod.pass.cpp: In function ‘void test_is_pod() [with T = double]’: |
| 3456 | is_pod.pass.cpp:61: instantiated from here |
| 3457 | is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3458 | is_pod.pass.cpp:61: instantiated from here |
| 3459 | is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3460 | is_pod.pass.cpp: In function ‘void test_is_pod() [with T = int*]’: |
| 3461 | is_pod.pass.cpp:62: instantiated from here |
| 3462 | is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3463 | is_pod.pass.cpp:62: instantiated from here |
| 3464 | is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3465 | is_pod.pass.cpp: In function ‘void test_is_pod() [with T = const int*]’: |
| 3466 | is_pod.pass.cpp:63: instantiated from here |
| 3467 | is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3468 | is_pod.pass.cpp:63: instantiated from here |
| 3469 | is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3470 | is_pod.pass.cpp: In function ‘void test_is_pod() [with T = char [3]]’: |
| 3471 | is_pod.pass.cpp:64: instantiated from here |
| 3472 | is_pod.pass.cpp:34: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3473 | is_pod.pass.cpp:64: instantiated from here |
| 3474 | is_pod.pass.cpp:36: error: invalid application of ‘sizeof’ to incomplete type ‘__static_assert_test<false>’ |
| 3475 | is_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>’ |
| 3479 | is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ |
| 3480 | is_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>’ |
| 3485 | is_polymorphic.pass.cpp:42: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ |
| 3486 | is_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>’ |
| 3491 | is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ |
| 3492 | is_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>’ |
| 3497 | is_polymorphic.pass.cpp:43: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ |
| 3498 | is_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>’ |
| 3503 | is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ |
| 3504 | is_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>’ |
| 3509 | is_polymorphic.pass.cpp:44: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ |
| 3510 | is_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>’ |
| 3515 | is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ |
| 3516 | is_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>’ |
| 3521 | is_polymorphic.pass.cpp:45: instantiated from ‘void test_is_not_polymorphic() [with T = Union]’ |
| 3522 | is_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 |
| 3524 | is_polymorphic.pass.cpp failed to compile |
| 3525 | is_standard_layout.pass.cpp: In function ‘int main()’: |
| 3526 | is_standard_layout.pass.cpp:32: error: ‘is_standard_layout’ is not a member of ‘std’ |
| 3527 | is_standard_layout.pass.cpp:32: error: template argument 1 is invalid |
| 3528 | is_standard_layout.pass.cpp:32: error: template argument 1 is invalid |
| 3529 | is_standard_layout.pass.cpp:33: error: ‘is_standard_layout’ is not a member of ‘std’ |
| 3530 | is_standard_layout.pass.cpp:33: error: template argument 1 is invalid |
| 3531 | is_standard_layout.pass.cpp:33: error: template argument 1 is invalid |
| 3532 | is_standard_layout.pass.cpp:34: error: ‘is_standard_layout’ is not a member of ‘std’ |
| 3533 | is_standard_layout.pass.cpp:34: error: template argument 1 is invalid |
| 3534 | is_standard_layout.pass.cpp:34: error: template argument 1 is invalid |
| 3535 | is_standard_layout.pass.cpp failed to compile |
| 3536 | is_trivial.pass.cpp: In function ‘int main()’: |
| 3537 | is_trivial.pass.cpp:32: error: ‘is_trivial’ is not a member of ‘std’ |
| 3538 | is_trivial.pass.cpp:32: error: template argument 1 is invalid |
| 3539 | is_trivial.pass.cpp:32: error: template argument 1 is invalid |
| 3540 | is_trivial.pass.cpp:33: error: ‘is_trivial’ is not a member of ‘std’ |
| 3541 | is_trivial.pass.cpp:33: error: template argument 1 is invalid |
| 3542 | is_trivial.pass.cpp:33: error: template argument 1 is invalid |
| 3543 | is_trivial.pass.cpp:34: error: ‘is_trivial’ is not a member of ‘std’ |
| 3544 | is_trivial.pass.cpp:34: error: template argument 1 is invalid |
| 3545 | is_trivial.pass.cpp:34: error: template argument 1 is invalid |
| 3546 | is_trivial.pass.cpp failed to compile |
| 3547 | is_trivialially_copyable.pass.cpp: In function ‘int main()’: |
| 3548 | is_trivialially_copyable.pass.cpp:44: error: ‘is_trivially_copyable’ is not a member of ‘std’ |
| 3549 | is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid |
| 3550 | is_trivialially_copyable.pass.cpp:44: error: template argument 1 is invalid |
| 3551 | is_trivialially_copyable.pass.cpp:45: error: ‘is_trivially_copyable’ is not a member of ‘std’ |
| 3552 | is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid |
| 3553 | is_trivialially_copyable.pass.cpp:45: error: template argument 1 is invalid |
| 3554 | is_trivialially_copyable.pass.cpp:46: error: ‘is_trivially_copyable’ is not a member of ‘std’ |
| 3555 | is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid |
| 3556 | is_trivialially_copyable.pass.cpp:46: error: template argument 1 is invalid |
| 3557 | is_trivialially_copyable.pass.cpp:47: error: ‘is_trivially_copyable’ is not a member of ‘std’ |
| 3558 | is_trivialially_copyable.pass.cpp:47: error: ‘::value’ has not been declared |
| 3559 | is_trivialially_copyable.pass.cpp:47: error: template argument 1 is invalid |
| 3560 | is_trivialially_copyable.pass.cpp:48: error: ‘is_trivially_copyable’ is not a member of ‘std’ |
| 3561 | is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid |
| 3562 | is_trivialially_copyable.pass.cpp:48: error: template argument 1 is invalid |
| 3563 | is_trivialially_copyable.pass.cpp:49: error: ‘is_trivially_copyable’ is not a member of ‘std’ |
| 3564 | is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid |
| 3565 | is_trivialially_copyable.pass.cpp:49: error: template argument 1 is invalid |
| 3566 | is_trivialially_copyable.pass.cpp:50: error: ‘is_trivially_copyable’ is not a member of ‘std’ |
| 3567 | is_trivialially_copyable.pass.cpp:50: error: ‘::value’ has not been declared |
| 3568 | is_trivialially_copyable.pass.cpp:50: error: template argument 1 is invalid |
| 3569 | is_trivialially_copyable.pass.cpp failed to compile |
| 3570 | failed 24 tests in /test/utilities/meta/meta.unary/meta.unary.prop |
| 3571 | passed 10 tests in /test/utilities/meta/meta.unary/meta.unary.prop |
| 3572 | passed 1 tests in /test/utilities/ratio |
| 3573 | passed 8 tests in /test/utilities/ratio/ratio.arithmetic |
| 3574 | passed 6 tests in /test/utilities/ratio/ratio.comparison |
| 3575 | passed 4 tests in /test/utilities/ratio/ratio.ratio |
| 3576 | passed 1 tests in /test/utilities/ratio/ratio.si |
| 3577 | passed 1 tests in /test/utilities/template.bitset |
| 3578 | passed 4 tests in /test/utilities/template.bitset/bitset.cons |
| 3579 | passed 1 tests in /test/utilities/template.bitset/bitset.hash |
| 3580 | passed 26 tests in /test/utilities/template.bitset/bitset.members |
| 3581 | passed 5 tests in /test/utilities/template.bitset/bitset.operators |
| 3582 | passed 6 tests in /test/utilities/time |
| 3583 | passed 1 tests in /test/utilities/time/time.clock |
| 3584 | passed 2 tests in /test/utilities/time/time.clock/time.clock.hires |
| 3585 | passed 2 tests in /test/utilities/time/time.clock/time.clock.monotonic |
| 3586 | passed 5 tests in /test/utilities/time/time.clock/time.clock.system |
| 3587 | passed 1 tests in /test/utilities/time/time.clock.req |
| 3588 | passed 5 tests in /test/utilities/time/time.duration |
| 3589 | passed 12 tests in /test/utilities/time/time.duration/time.duration.arithmetic |
| 3590 | passed 2 tests in /test/utilities/time/time.duration/time.duration.cast |
| 3591 | passed 2 tests in /test/utilities/time/time.duration/time.duration.comparisons |
| 3592 | passed 11 tests in /test/utilities/time/time.duration/time.duration.cons |
| 3593 | passed 11 tests in /test/utilities/time/time.duration/time.duration.nonmember |
| 3594 | passed 1 tests in /test/utilities/time/time.duration/time.duration.observer |
| 3595 | passed 3 tests in /test/utilities/time/time.duration/time.duration.special |
| 3596 | passed 2 tests in /test/utilities/time/time.point |
| 3597 | passed 2 tests in /test/utilities/time/time.point/time.point.arithmetic |
| 3598 | passed 2 tests in /test/utilities/time/time.point/time.point.cast |
| 3599 | passed 4 tests in /test/utilities/time/time.point/time.point.comparisons |
| 3600 | passed 5 tests in /test/utilities/time/time.point/time.point.cons |
| 3601 | passed 3 tests in /test/utilities/time/time.point/time.point.nonmember |
| 3602 | passed 1 tests in /test/utilities/time/time.point/time.point.observer |
| 3603 | passed 2 tests in /test/utilities/time/time.point/time.point.special |
| 3604 | passed 1 tests in /test/utilities/time/time.traits |
| 3605 | passed 3 tests in /test/utilities/time/time.traits/time.traits.duration_values |
| 3606 | passed 1 tests in /test/utilities/time/time.traits/time.traits.is_fp |
| 3607 | passed 2 tests in /test/utilities/time/time.traits/time.traits.specializations |
| 3608 | passed 1 tests in /test/utilities/tuple |
| 3609 | passed 1 tests in /test/utilities/tuple/tuple.general |
| 3610 | empty_member.pass.cpp: In function ‘int main()’: |
| 3611 | empty_member.pass.cpp:39: error: expected initializer before ‘<’ token |
| 3612 | empty_member.pass.cpp:40: error: ‘T’ was not declared in this scope |
| 3613 | empty_member.pass.cpp:40: error: template argument 1 is invalid |
| 3614 | empty_member.pass.cpp:43: error: expected initializer before ‘<’ token |
| 3615 | empty_member.pass.cpp:44: error: ‘T’ was not declared in this scope |
| 3616 | empty_member.pass.cpp:44: error: template argument 1 is invalid |
| 3617 | empty_member.pass.cpp:47: error: expected initializer before ‘<’ token |
| 3618 | empty_member.pass.cpp:48: error: ‘T’ was not declared in this scope |
| 3619 | empty_member.pass.cpp:48: error: template argument 1 is invalid |
| 3620 | empty_member.pass.cpp:51: error: expected initializer before ‘<’ token |
| 3621 | empty_member.pass.cpp:52: error: ‘T’ was not declared in this scope |
| 3622 | empty_member.pass.cpp:52: error: template argument 1 is invalid |
| 3623 | empty_member.pass.cpp:55: error: expected initializer before ‘<’ token |
| 3624 | empty_member.pass.cpp:56: error: ‘T’ was not declared in this scope |
| 3625 | empty_member.pass.cpp:56: error: template argument 1 is invalid |
| 3626 | empty_member.pass.cpp failed to compile |
| 3627 | failed 1 tests in /test/utilities/tuple/tuple.tuple |
| 3628 | const_pair.pass.cpp: In function ‘int main()’: |
| 3629 | const_pair.pass.cpp:39: error: expected initializer before ‘<’ token |
| 3630 | const_pair.pass.cpp:41: error: ‘T1’ was not declared in this scope |
| 3631 | const_pair.pass.cpp:41: error: expected `;' before ‘t1’ |
| 3632 | const_pair.pass.cpp:42: error: ‘t1’ was not declared in this scope |
| 3633 | const_pair.pass.cpp:43: error: ‘get’ is not a member of ‘std’ |
| 3634 | const_pair.pass.cpp:44: error: ‘get’ is not a member of ‘std’ |
| 3635 | const_pair.pass.cpp failed to compile |
| 3636 | convert_copy.pass.cpp: In function ‘int main()’: |
| 3637 | convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token |
| 3638 | convert_copy.pass.cpp:52: error: expected initializer before ‘<’ token |
| 3639 | convert_copy.pass.cpp:53: error: ‘T0’ was not declared in this scope |
| 3640 | convert_copy.pass.cpp:53: error: expected `;' before ‘t0’ |
| 3641 | convert_copy.pass.cpp:54: error: ‘T1’ was not declared in this scope |
| 3642 | convert_copy.pass.cpp:54: error: expected `;' before ‘t1’ |
| 3643 | convert_copy.pass.cpp:55: error: ‘t1’ was not declared in this scope |
| 3644 | convert_copy.pass.cpp:55: error: ‘t0’ was not declared in this scope |
| 3645 | convert_copy.pass.cpp:56: error: ‘get’ is not a member of ‘std’ |
| 3646 | convert_copy.pass.cpp:59: error: expected initializer before ‘<’ token |
| 3647 | convert_copy.pass.cpp:60: error: expected initializer before ‘<’ token |
| 3648 | convert_copy.pass.cpp:61: error: ‘T0’ was not declared in this scope |
| 3649 | convert_copy.pass.cpp:61: error: expected `;' before ‘t0’ |
| 3650 | convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope |
| 3651 | convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ |
| 3652 | convert_copy.pass.cpp:63: error: ‘t1’ was not declared in this scope |
| 3653 | convert_copy.pass.cpp:63: error: ‘t0’ was not declared in this scope |
| 3654 | convert_copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ |
| 3655 | convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ |
| 3656 | convert_copy.pass.cpp:68: error: expected initializer before ‘<’ token |
| 3657 | convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token |
| 3658 | convert_copy.pass.cpp:70: error: ‘T0’ was not declared in this scope |
| 3659 | convert_copy.pass.cpp:70: error: expected `;' before ‘t0’ |
| 3660 | convert_copy.pass.cpp:71: error: ‘T1’ was not declared in this scope |
| 3661 | convert_copy.pass.cpp:71: error: expected `;' before ‘t1’ |
| 3662 | convert_copy.pass.cpp:72: error: ‘t1’ was not declared in this scope |
| 3663 | convert_copy.pass.cpp:72: error: ‘t0’ was not declared in this scope |
| 3664 | convert_copy.pass.cpp:73: error: ‘get’ is not a member of ‘std’ |
| 3665 | convert_copy.pass.cpp:74: error: ‘get’ is not a member of ‘std’ |
| 3666 | convert_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ |
| 3667 | convert_copy.pass.cpp:80: error: expected initializer before ‘<’ token |
| 3668 | convert_copy.pass.cpp:81: error: expected initializer before ‘<’ token |
| 3669 | convert_copy.pass.cpp:82: error: ‘T0’ was not declared in this scope |
| 3670 | convert_copy.pass.cpp:82: error: expected `;' before ‘t0’ |
| 3671 | convert_copy.pass.cpp:83: error: ‘T1’ was not declared in this scope |
| 3672 | convert_copy.pass.cpp:83: error: expected `;' before ‘t1’ |
| 3673 | convert_copy.pass.cpp:84: error: ‘t1’ was not declared in this scope |
| 3674 | convert_copy.pass.cpp:84: error: ‘t0’ was not declared in this scope |
| 3675 | convert_copy.pass.cpp:85: error: ‘get’ is not a member of ‘std’ |
| 3676 | convert_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ |
| 3677 | convert_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ |
| 3678 | convert_copy.pass.cpp failed to compile |
| 3679 | convert_move.pass.cpp: In function ‘int main()’: |
| 3680 | convert_move.pass.cpp:54: error: expected initializer before ‘<’ token |
| 3681 | convert_move.pass.cpp:55: error: expected initializer before ‘<’ token |
| 3682 | convert_move.pass.cpp:56: error: ‘T0’ was not declared in this scope |
| 3683 | convert_move.pass.cpp:56: error: expected `;' before ‘t0’ |
| 3684 | convert_move.pass.cpp:57: error: ‘T1’ was not declared in this scope |
| 3685 | convert_move.pass.cpp:57: error: expected `;' before ‘t1’ |
| 3686 | convert_move.pass.cpp:58: error: ‘t1’ was not declared in this scope |
| 3687 | convert_move.pass.cpp:58: error: ‘t0’ was not declared in this scope |
| 3688 | convert_move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ |
| 3689 | convert_move.pass.cpp:62: error: expected initializer before ‘<’ token |
| 3690 | convert_move.pass.cpp:63: error: expected initializer before ‘<’ token |
| 3691 | convert_move.pass.cpp:64: error: ‘T0’ was not declared in this scope |
| 3692 | convert_move.pass.cpp:64: error: expected `;' before ‘t0’ |
| 3693 | convert_move.pass.cpp:65: error: ‘T1’ was not declared in this scope |
| 3694 | convert_move.pass.cpp:65: error: expected `;' before ‘t1’ |
| 3695 | convert_move.pass.cpp:66: error: ‘t1’ was not declared in this scope |
| 3696 | convert_move.pass.cpp:66: error: ‘t0’ was not declared in this scope |
| 3697 | convert_move.pass.cpp:67: error: ‘get’ is not a member of ‘std’ |
| 3698 | convert_move.pass.cpp:68: error: ‘get’ is not a member of ‘std’ |
| 3699 | convert_move.pass.cpp:71: error: expected initializer before ‘<’ token |
| 3700 | convert_move.pass.cpp:72: error: expected initializer before ‘<’ token |
| 3701 | convert_move.pass.cpp:73: error: ‘T0’ was not declared in this scope |
| 3702 | convert_move.pass.cpp:73: error: expected `;' before ‘t0’ |
| 3703 | convert_move.pass.cpp:74: error: ‘T1’ was not declared in this scope |
| 3704 | convert_move.pass.cpp:74: error: expected `;' before ‘t1’ |
| 3705 | convert_move.pass.cpp:75: error: ‘t1’ was not declared in this scope |
| 3706 | convert_move.pass.cpp:75: error: ‘t0’ was not declared in this scope |
| 3707 | convert_move.pass.cpp:76: error: ‘get’ is not a member of ‘std’ |
| 3708 | convert_move.pass.cpp:77: error: ‘get’ is not a member of ‘std’ |
| 3709 | convert_move.pass.cpp:78: error: ‘get’ is not a member of ‘std’ |
| 3710 | convert_move.pass.cpp:83: error: expected initializer before ‘<’ token |
| 3711 | convert_move.pass.cpp:84: error: expected initializer before ‘<’ token |
| 3712 | convert_move.pass.cpp:85: error: ‘T0’ was not declared in this scope |
| 3713 | convert_move.pass.cpp:85: error: expected `;' before ‘t0’ |
| 3714 | convert_move.pass.cpp:86: error: ‘T1’ was not declared in this scope |
| 3715 | convert_move.pass.cpp:86: error: expected `;' before ‘t1’ |
| 3716 | convert_move.pass.cpp:87: error: ‘t1’ was not declared in this scope |
| 3717 | convert_move.pass.cpp:87: error: ‘t0’ was not declared in this scope |
| 3718 | convert_move.pass.cpp:88: error: ‘get’ is not a member of ‘std’ |
| 3719 | convert_move.pass.cpp:89: error: ‘get’ is not a member of ‘std’ |
| 3720 | convert_move.pass.cpp:90: error: ‘get’ is not a member of ‘std’ |
| 3721 | convert_move.pass.cpp:93: error: expected initializer before ‘<’ token |
| 3722 | convert_move.pass.cpp:94: error: expected initializer before ‘<’ token |
| 3723 | convert_move.pass.cpp:95: error: ‘T0’ was not declared in this scope |
| 3724 | convert_move.pass.cpp:95: error: expected `;' before ‘t0’ |
| 3725 | convert_move.pass.cpp:96: error: ‘T1’ was not declared in this scope |
| 3726 | convert_move.pass.cpp:96: error: expected `;' before ‘t1’ |
| 3727 | convert_move.pass.cpp:97: error: ‘t1’ was not declared in this scope |
| 3728 | convert_move.pass.cpp:97: error: ‘t0’ was not declared in this scope |
| 3729 | convert_move.pass.cpp:98: error: ‘get’ is not a member of ‘std’ |
| 3730 | convert_move.pass.cpp:99: error: ‘get’ is not a member of ‘std’ |
| 3731 | convert_move.pass.cpp:100: error: ‘get’ is not a member of ‘std’ |
| 3732 | convert_move.pass.cpp failed to compile |
| 3733 | copy.pass.cpp: In function ‘int main()’: |
| 3734 | copy.pass.cpp:37: error: expected initializer before ‘<’ token |
| 3735 | copy.pass.cpp:38: error: ‘T’ was not declared in this scope |
| 3736 | copy.pass.cpp:38: error: expected `;' before ‘t0’ |
| 3737 | copy.pass.cpp:39: error: expected `;' before ‘t’ |
| 3738 | copy.pass.cpp:40: error: ‘t’ was not declared in this scope |
| 3739 | copy.pass.cpp:40: error: ‘t0’ was not declared in this scope |
| 3740 | copy.pass.cpp:43: error: expected initializer before ‘<’ token |
| 3741 | copy.pass.cpp:44: error: ‘T’ was not declared in this scope |
| 3742 | copy.pass.cpp:44: error: expected `;' before ‘t0’ |
| 3743 | copy.pass.cpp:45: error: expected `;' before ‘t’ |
| 3744 | copy.pass.cpp:46: error: ‘t’ was not declared in this scope |
| 3745 | copy.pass.cpp:46: error: ‘t0’ was not declared in this scope |
| 3746 | copy.pass.cpp:47: error: ‘get’ is not a member of ‘std’ |
| 3747 | copy.pass.cpp:50: error: expected initializer before ‘<’ token |
| 3748 | copy.pass.cpp:51: error: ‘T’ was not declared in this scope |
| 3749 | copy.pass.cpp:51: error: expected `;' before ‘t0’ |
| 3750 | copy.pass.cpp:52: error: expected `;' before ‘t’ |
| 3751 | copy.pass.cpp:53: error: ‘t’ was not declared in this scope |
| 3752 | copy.pass.cpp:53: error: ‘t0’ was not declared in this scope |
| 3753 | copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ |
| 3754 | copy.pass.cpp:55: error: ‘get’ is not a member of ‘std’ |
| 3755 | copy.pass.cpp:58: error: expected initializer before ‘<’ token |
| 3756 | copy.pass.cpp:59: error: ‘T’ was not declared in this scope |
| 3757 | copy.pass.cpp:59: error: expected `;' before ‘t0’ |
| 3758 | copy.pass.cpp:60: error: expected `;' before ‘t’ |
| 3759 | copy.pass.cpp:61: error: ‘t’ was not declared in this scope |
| 3760 | copy.pass.cpp:61: error: ‘t0’ was not declared in this scope |
| 3761 | copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ |
| 3762 | copy.pass.cpp:63: error: ‘get’ is not a member of ‘std’ |
| 3763 | copy.pass.cpp:64: error: ‘get’ is not a member of ‘std’ |
| 3764 | copy.pass.cpp failed to compile |
| 3765 | move.pass.cpp: In function ‘int main()’: |
| 3766 | move.pass.cpp:38: error: expected initializer before ‘<’ token |
| 3767 | move.pass.cpp:39: error: ‘T’ was not declared in this scope |
| 3768 | move.pass.cpp:39: error: expected `;' before ‘t0’ |
| 3769 | move.pass.cpp:40: error: expected `;' before ‘t’ |
| 3770 | move.pass.cpp:41: error: ‘t’ was not declared in this scope |
| 3771 | move.pass.cpp:41: error: ‘t0’ was not declared in this scope |
| 3772 | move.pass.cpp:44: error: expected initializer before ‘<’ token |
| 3773 | move.pass.cpp:45: error: ‘T’ was not declared in this scope |
| 3774 | move.pass.cpp:45: error: expected `;' before ‘t0’ |
| 3775 | move.pass.cpp:46: error: expected `;' before ‘t’ |
| 3776 | move.pass.cpp:47: error: ‘t’ was not declared in this scope |
| 3777 | move.pass.cpp:47: error: ‘t0’ was not declared in this scope |
| 3778 | move.pass.cpp:48: error: ‘get’ is not a member of ‘std’ |
| 3779 | move.pass.cpp:51: error: expected initializer before ‘<’ token |
| 3780 | move.pass.cpp:52: error: ‘T’ was not declared in this scope |
| 3781 | move.pass.cpp:52: error: expected `;' before ‘t0’ |
| 3782 | move.pass.cpp:53: error: expected `;' before ‘t’ |
| 3783 | move.pass.cpp:54: error: ‘t’ was not declared in this scope |
| 3784 | move.pass.cpp:54: error: ‘t0’ was not declared in this scope |
| 3785 | move.pass.cpp:55: error: ‘get’ is not a member of ‘std’ |
| 3786 | move.pass.cpp:56: error: ‘get’ is not a member of ‘std’ |
| 3787 | move.pass.cpp:59: error: expected initializer before ‘<’ token |
| 3788 | move.pass.cpp:60: error: ‘T’ was not declared in this scope |
| 3789 | move.pass.cpp:60: error: expected `;' before ‘t0’ |
| 3790 | move.pass.cpp:61: error: expected `;' before ‘t’ |
| 3791 | move.pass.cpp:62: error: ‘t’ was not declared in this scope |
| 3792 | move.pass.cpp:62: error: ‘t0’ was not declared in this scope |
| 3793 | move.pass.cpp:63: error: ‘get’ is not a member of ‘std’ |
| 3794 | move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ |
| 3795 | move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ |
| 3796 | move.pass.cpp failed to compile |
| 3797 | move_pair.pass.cpp: In function ‘int main()’: |
| 3798 | move_pair.pass.cpp:55: error: ‘T0’ was not declared in this scope |
| 3799 | move_pair.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list |
| 3800 | move_pair.pass.cpp:56: error: expected initializer before ‘<’ token |
| 3801 | move_pair.pass.cpp:57: error: expected `;' before ‘t0’ |
| 3802 | move_pair.pass.cpp:58: error: ‘T1’ was not declared in this scope |
| 3803 | move_pair.pass.cpp:58: error: expected `;' before ‘t1’ |
| 3804 | move_pair.pass.cpp:59: error: ‘t1’ was not declared in this scope |
| 3805 | move_pair.pass.cpp:59: error: ‘t0’ was not declared in this scope |
| 3806 | move_pair.pass.cpp:60: error: ‘get’ is not a member of ‘std’ |
| 3807 | move_pair.pass.cpp:61: error: ‘get’ is not a member of ‘std’ |
| 3808 | move_pair.pass.cpp failed to compile |
| 3809 | failed 6 tests in /test/utilities/tuple/tuple.tuple/tuple.assign |
| 3810 | passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.assign |
| 3811 | UTypes.pass.cpp: In function ‘int main()’: |
| 3812 | UTypes.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ |
| 3813 | UTypes.pass.cpp:39: error: ‘MoveOnly’ was not declared in this scope |
| 3814 | UTypes.pass.cpp:39: error: ‘t’ was not declared in this scope |
| 3815 | UTypes.pass.cpp:40: error: ‘get’ is not a member of ‘std’ |
| 3816 | UTypes.pass.cpp:43: error: ‘tuple’ is not a member of ‘std’ |
| 3817 | UTypes.pass.cpp:43: error: ‘MoveOnly’ was not declared in this scope |
| 3818 | UTypes.pass.cpp:43: error: ‘t’ was not declared in this scope |
| 3819 | UTypes.pass.cpp:44: error: ‘get’ is not a member of ‘std’ |
| 3820 | UTypes.pass.cpp:45: error: ‘get’ is not a member of ‘std’ |
| 3821 | UTypes.pass.cpp:48: error: ‘tuple’ is not a member of ‘std’ |
| 3822 | UTypes.pass.cpp:48: error: ‘MoveOnly’ was not declared in this scope |
| 3823 | UTypes.pass.cpp:50: error: ‘t’ was not declared in this scope |
| 3824 | UTypes.pass.cpp:51: error: ‘get’ is not a member of ‘std’ |
| 3825 | UTypes.pass.cpp:52: error: ‘get’ is not a member of ‘std’ |
| 3826 | UTypes.pass.cpp:53: error: ‘get’ is not a member of ‘std’ |
| 3827 | UTypes.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ |
| 3828 | UTypes.pass.cpp:57: error: ‘MoveOnly’ was not declared in this scope |
| 3829 | UTypes.pass.cpp:58: error: ‘t’ was not declared in this scope |
| 3830 | UTypes.pass.cpp:59: error: ‘get’ is not a member of ‘std’ |
| 3831 | UTypes.pass.cpp:60: error: ‘get’ is not a member of ‘std’ |
| 3832 | UTypes.pass.cpp:61: error: ‘get’ is not a member of ‘std’ |
| 3833 | UTypes.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ |
| 3834 | UTypes.pass.cpp:64: error: ‘MoveOnly’ was not declared in this scope |
| 3835 | UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope |
| 3836 | UTypes.pass.cpp:65: error: ‘get’ is not a member of ‘std’ |
| 3837 | UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ |
| 3838 | UTypes.pass.cpp:67: error: ‘get’ is not a member of ‘std’ |
| 3839 | UTypes.pass.cpp failed to compile |
| 3840 | In 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 |
| 3861 | In 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 |
| 3879 | alloc.pass.cpp: In function ‘int main()’: |
| 3880 | alloc.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ |
| 3881 | alloc.pass.cpp:42: error: expected primary-expression before ‘>’ token |
| 3882 | alloc.pass.cpp:42: error: ‘A1’ was not declared in this scope |
| 3883 | alloc.pass.cpp:42: error: expected primary-expression before ‘int’ |
| 3884 | alloc.pass.cpp:42: error: ‘t’ was not declared in this scope |
| 3885 | alloc.pass.cpp:45: error: ‘tuple’ is not a member of ‘std’ |
| 3886 | alloc.pass.cpp:45: error: expected primary-expression before ‘int’ |
| 3887 | alloc.pass.cpp:45: error: expected `;' before ‘int’ |
| 3888 | alloc.pass.cpp:46: error: ‘get’ is not a member of ‘std’ |
| 3889 | alloc.pass.cpp:46: error: ‘t’ was not declared in this scope |
| 3890 | alloc.pass.cpp:49: error: ‘tuple’ is not a member of ‘std’ |
| 3891 | alloc.pass.cpp:49: error: expected primary-expression before ‘>’ token |
| 3892 | alloc.pass.cpp:49: error: ‘A1’ was not declared in this scope |
| 3893 | alloc.pass.cpp:49: error: expected primary-expression before ‘int’ |
| 3894 | alloc.pass.cpp:49: error: ‘t’ was not declared in this scope |
| 3895 | alloc.pass.cpp:50: error: ‘get’ is not a member of ‘std’ |
| 3896 | alloc.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ |
| 3897 | alloc.pass.cpp:54: error: expected primary-expression before ‘>’ token |
| 3898 | alloc.pass.cpp:54: error: ‘A1’ was not declared in this scope |
| 3899 | alloc.pass.cpp:54: error: expected primary-expression before ‘int’ |
| 3900 | alloc.pass.cpp:54: error: ‘t’ was not declared in this scope |
| 3901 | alloc.pass.cpp:56: error: ‘get’ is not a member of ‘std’ |
| 3902 | alloc.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ |
| 3903 | alloc.pass.cpp:60: error: expected primary-expression before ‘>’ token |
| 3904 | alloc.pass.cpp:60: error: ‘A1’ was not declared in this scope |
| 3905 | alloc.pass.cpp:60: error: expected primary-expression before ‘int’ |
| 3906 | alloc.pass.cpp:60: error: ‘t’ was not declared in this scope |
| 3907 | alloc.pass.cpp:62: error: ‘get’ is not a member of ‘std’ |
| 3908 | alloc.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ |
| 3909 | alloc.pass.cpp:66: error: expected primary-expression before ‘,’ token |
| 3910 | alloc.pass.cpp:66: error: expected primary-expression before ‘>’ token |
| 3911 | alloc.pass.cpp:66: error: ‘A1’ was not declared in this scope |
| 3912 | alloc.pass.cpp:66: error: expected primary-expression before ‘int’ |
| 3913 | alloc.pass.cpp:66: error: ‘t’ was not declared in this scope |
| 3914 | alloc.pass.cpp:67: error: ‘get’ is not a member of ‘std’ |
| 3915 | alloc.pass.cpp:69: error: ‘get’ is not a member of ‘std’ |
| 3916 | alloc.pass.cpp:74: error: ‘tuple’ is not a member of ‘std’ |
| 3917 | alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token |
| 3918 | alloc.pass.cpp:74: error: expected primary-expression before ‘,’ token |
| 3919 | alloc.pass.cpp:74: error: expected primary-expression before ‘>’ token |
| 3920 | alloc.pass.cpp:75: error: ‘A1’ was not declared in this scope |
| 3921 | alloc.pass.cpp:75: error: expected primary-expression before ‘int’ |
| 3922 | alloc.pass.cpp:75: error: ‘t’ was not declared in this scope |
| 3923 | alloc.pass.cpp:76: error: ‘get’ is not a member of ‘std’ |
| 3924 | alloc.pass.cpp:78: error: ‘get’ is not a member of ‘std’ |
| 3925 | alloc.pass.cpp:80: error: ‘get’ is not a member of ‘std’ |
| 3926 | alloc.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ |
| 3927 | alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token |
| 3928 | alloc.pass.cpp:85: error: expected primary-expression before ‘,’ token |
| 3929 | alloc.pass.cpp:85: error: expected primary-expression before ‘>’ token |
| 3930 | alloc.pass.cpp:86: error: ‘A2’ was not declared in this scope |
| 3931 | alloc.pass.cpp:86: error: expected primary-expression before ‘int’ |
| 3932 | alloc.pass.cpp:86: error: ‘t’ was not declared in this scope |
| 3933 | alloc.pass.cpp:87: error: ‘get’ is not a member of ‘std’ |
| 3934 | alloc.pass.cpp:89: error: ‘get’ is not a member of ‘std’ |
| 3935 | alloc.pass.cpp:91: error: ‘get’ is not a member of ‘std’ |
| 3936 | alloc.pass.cpp failed to compile |
| 3937 | In 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 |
| 3958 | In 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 |
| 3976 | alloc_UTypes.pass.cpp: In function ‘int main()’: |
| 3977 | alloc_UTypes.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ |
| 3978 | alloc_UTypes.pass.cpp:42: error: ‘MoveOnly’ was not declared in this scope |
| 3979 | alloc_UTypes.pass.cpp:42: error: ‘A1’ was not declared in this scope |
| 3980 | alloc_UTypes.pass.cpp:42: error: expected primary-expression before ‘int’ |
| 3981 | alloc_UTypes.pass.cpp:42: error: ‘t’ was not declared in this scope |
| 3982 | alloc_UTypes.pass.cpp:43: error: ‘get’ is not a member of ‘std’ |
| 3983 | alloc_UTypes.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ |
| 3984 | alloc_UTypes.pass.cpp:46: error: ‘MoveOnly’ was not declared in this scope |
| 3985 | alloc_UTypes.pass.cpp:46: error: ‘A1’ was not declared in this scope |
| 3986 | alloc_UTypes.pass.cpp:46: error: expected primary-expression before ‘int’ |
| 3987 | alloc_UTypes.pass.cpp:47: error: ‘t’ was not declared in this scope |
| 3988 | alloc_UTypes.pass.cpp:48: error: ‘get’ is not a member of ‘std’ |
| 3989 | alloc_UTypes.pass.cpp:49: error: ‘get’ is not a member of ‘std’ |
| 3990 | alloc_UTypes.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ |
| 3991 | alloc_UTypes.pass.cpp:52: error: ‘MoveOnly’ was not declared in this scope |
| 3992 | alloc_UTypes.pass.cpp:52: error: ‘A1’ was not declared in this scope |
| 3993 | alloc_UTypes.pass.cpp:52: error: expected primary-expression before ‘int’ |
| 3994 | alloc_UTypes.pass.cpp:54: error: ‘t’ was not declared in this scope |
| 3995 | alloc_UTypes.pass.cpp:55: error: ‘get’ is not a member of ‘std’ |
| 3996 | alloc_UTypes.pass.cpp:56: error: ‘get’ is not a member of ‘std’ |
| 3997 | alloc_UTypes.pass.cpp:57: error: ‘get’ is not a member of ‘std’ |
| 3998 | alloc_UTypes.pass.cpp:62: error: ‘tuple’ is not a member of ‘std’ |
| 3999 | alloc_UTypes.pass.cpp:62: error: expected primary-expression before ‘int’ |
| 4000 | alloc_UTypes.pass.cpp:62: error: expected `;' before ‘int’ |
| 4001 | alloc_UTypes.pass.cpp:64: error: ‘get’ is not a member of ‘std’ |
| 4002 | alloc_UTypes.pass.cpp:64: error: ‘t’ was not declared in this scope |
| 4003 | alloc_UTypes.pass.cpp:66: error: ‘get’ is not a member of ‘std’ |
| 4004 | alloc_UTypes.pass.cpp:68: error: ‘get’ is not a member of ‘std’ |
| 4005 | alloc_UTypes.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ |
| 4006 | alloc_UTypes.pass.cpp:72: error: ‘MoveOnly’ was not declared in this scope |
| 4007 | alloc_UTypes.pass.cpp:72: error: ‘A1’ was not declared in this scope |
| 4008 | alloc_UTypes.pass.cpp:72: error: expected primary-expression before ‘int’ |
| 4009 | alloc_UTypes.pass.cpp:73: error: ‘t’ was not declared in this scope |
| 4010 | alloc_UTypes.pass.cpp:74: error: ‘get’ is not a member of ‘std’ |
| 4011 | alloc_UTypes.pass.cpp:75: error: ‘get’ is not a member of ‘std’ |
| 4012 | alloc_UTypes.pass.cpp:76: error: ‘get’ is not a member of ‘std’ |
| 4013 | alloc_UTypes.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ |
| 4014 | alloc_UTypes.pass.cpp:79: error: ‘MoveOnly’ was not declared in this scope |
| 4015 | alloc_UTypes.pass.cpp:79: error: ‘A1’ was not declared in this scope |
| 4016 | alloc_UTypes.pass.cpp:79: error: expected primary-expression before ‘int’ |
| 4017 | alloc_UTypes.pass.cpp:80: error: ‘t’ was not declared in this scope |
| 4018 | alloc_UTypes.pass.cpp:81: error: ‘get’ is not a member of ‘std’ |
| 4019 | alloc_UTypes.pass.cpp:82: error: ‘get’ is not a member of ‘std’ |
| 4020 | alloc_UTypes.pass.cpp:83: error: ‘get’ is not a member of ‘std’ |
| 4021 | alloc_UTypes.pass.cpp failed to compile |
| 4022 | In 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 |
| 4043 | In 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 |
| 4061 | alloc_const_Types.pass.cpp: In function ‘int main()’: |
| 4062 | alloc_const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ |
| 4063 | alloc_const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ |
| 4064 | alloc_const_Types.pass.cpp:41: error: expected `;' before ‘int’ |
| 4065 | alloc_const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ |
| 4066 | alloc_const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope |
| 4067 | alloc_const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ |
| 4068 | alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘>’ token |
| 4069 | alloc_const_Types.pass.cpp:46: error: ‘A1’ was not declared in this scope |
| 4070 | alloc_const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ |
| 4071 | alloc_const_Types.pass.cpp:46: error: ‘t’ was not declared in this scope |
| 4072 | alloc_const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ |
| 4073 | alloc_const_Types.pass.cpp:52: error: ‘tuple’ is not a member of ‘std’ |
| 4074 | alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘>’ token |
| 4075 | alloc_const_Types.pass.cpp:52: error: ‘A1’ was not declared in this scope |
| 4076 | alloc_const_Types.pass.cpp:52: error: expected primary-expression before ‘int’ |
| 4077 | alloc_const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope |
| 4078 | alloc_const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ |
| 4079 | alloc_const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ |
| 4080 | alloc_const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ |
| 4081 | alloc_const_Types.pass.cpp:58: error: expected `;' before ‘int’ |
| 4082 | alloc_const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ |
| 4083 | alloc_const_Types.pass.cpp:60: error: ‘t’ was not declared in this scope |
| 4084 | alloc_const_Types.pass.cpp:62: error: ‘get’ is not a member of ‘std’ |
| 4085 | alloc_const_Types.pass.cpp:67: error: ‘tuple’ is not a member of ‘std’ |
| 4086 | alloc_const_Types.pass.cpp:67: error: expected primary-expression before ‘int’ |
| 4087 | alloc_const_Types.pass.cpp:67: error: expected `;' before ‘int’ |
| 4088 | alloc_const_Types.pass.cpp:70: error: ‘get’ is not a member of ‘std’ |
| 4089 | alloc_const_Types.pass.cpp:70: error: ‘t’ was not declared in this scope |
| 4090 | alloc_const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ |
| 4091 | alloc_const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ |
| 4092 | alloc_const_Types.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ |
| 4093 | alloc_const_Types.pass.cpp:79: error: expected primary-expression before ‘int’ |
| 4094 | alloc_const_Types.pass.cpp:79: error: expected `;' before ‘int’ |
| 4095 | alloc_const_Types.pass.cpp:82: error: ‘get’ is not a member of ‘std’ |
| 4096 | alloc_const_Types.pass.cpp:82: error: ‘t’ was not declared in this scope |
| 4097 | alloc_const_Types.pass.cpp:84: error: ‘get’ is not a member of ‘std’ |
| 4098 | alloc_const_Types.pass.cpp:86: error: ‘get’ is not a member of ‘std’ |
| 4099 | alloc_const_Types.pass.cpp failed to compile |
| 4100 | In 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 |
| 4121 | In 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 |
| 4139 | alloc_const_pair.pass.cpp: In function ‘int main()’: |
| 4140 | alloc_const_pair.pass.cpp:43: error: expected initializer before ‘<’ token |
| 4141 | alloc_const_pair.pass.cpp:45: error: ‘T1’ was not declared in this scope |
| 4142 | alloc_const_pair.pass.cpp:45: error: expected `;' before ‘t1’ |
| 4143 | alloc_const_pair.pass.cpp:46: error: ‘get’ is not a member of ‘std’ |
| 4144 | alloc_const_pair.pass.cpp:46: error: ‘t1’ was not declared in this scope |
| 4145 | alloc_const_pair.pass.cpp:47: error: ‘get’ is not a member of ‘std’ |
| 4146 | alloc_const_pair.pass.cpp:51: error: expected initializer before ‘<’ token |
| 4147 | alloc_const_pair.pass.cpp:54: error: ‘T1’ was not declared in this scope |
| 4148 | alloc_const_pair.pass.cpp:54: error: expected `;' before ‘t1’ |
| 4149 | alloc_const_pair.pass.cpp:56: error: ‘get’ is not a member of ‘std’ |
| 4150 | alloc_const_pair.pass.cpp:56: error: ‘t1’ was not declared in this scope |
| 4151 | alloc_const_pair.pass.cpp:57: error: ‘get’ is not a member of ‘std’ |
| 4152 | alloc_const_pair.pass.cpp:61: error: expected initializer before ‘<’ token |
| 4153 | alloc_const_pair.pass.cpp:65: error: ‘T1’ was not declared in this scope |
| 4154 | alloc_const_pair.pass.cpp:65: error: expected `;' before ‘t1’ |
| 4155 | alloc_const_pair.pass.cpp:68: error: ‘get’ is not a member of ‘std’ |
| 4156 | alloc_const_pair.pass.cpp:68: error: ‘t1’ was not declared in this scope |
| 4157 | alloc_const_pair.pass.cpp:69: error: ‘get’ is not a member of ‘std’ |
| 4158 | alloc_const_pair.pass.cpp failed to compile |
| 4159 | In 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 |
| 4180 | In 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 |
| 4198 | alloc_convert_copy.pass.cpp: In function ‘int main()’: |
| 4199 | alloc_convert_copy.pass.cpp:41: error: expected initializer before ‘<’ token |
| 4200 | alloc_convert_copy.pass.cpp:42: error: expected initializer before ‘<’ token |
| 4201 | alloc_convert_copy.pass.cpp:43: error: ‘T0’ was not declared in this scope |
| 4202 | alloc_convert_copy.pass.cpp:43: error: expected `;' before ‘t0’ |
| 4203 | alloc_convert_copy.pass.cpp:44: error: ‘T1’ was not declared in this scope |
| 4204 | alloc_convert_copy.pass.cpp:44: error: expected `;' before ‘t1’ |
| 4205 | alloc_convert_copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ |
| 4206 | alloc_convert_copy.pass.cpp:45: error: ‘t1’ was not declared in this scope |
| 4207 | alloc_convert_copy.pass.cpp:48: error: expected initializer before ‘<’ token |
| 4208 | alloc_convert_copy.pass.cpp:49: error: expected initializer before ‘<’ token |
| 4209 | alloc_convert_copy.pass.cpp:50: error: ‘T0’ was not declared in this scope |
| 4210 | alloc_convert_copy.pass.cpp:50: error: expected `;' before ‘t0’ |
| 4211 | alloc_convert_copy.pass.cpp:52: error: ‘T1’ was not declared in this scope |
| 4212 | alloc_convert_copy.pass.cpp:52: error: expected `;' before ‘t1’ |
| 4213 | alloc_convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ |
| 4214 | alloc_convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope |
| 4215 | alloc_convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token |
| 4216 | alloc_convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token |
| 4217 | alloc_convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope |
| 4218 | alloc_convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ |
| 4219 | alloc_convert_copy.pass.cpp:62: error: ‘T1’ was not declared in this scope |
| 4220 | alloc_convert_copy.pass.cpp:62: error: expected `;' before ‘t1’ |
| 4221 | alloc_convert_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ |
| 4222 | alloc_convert_copy.pass.cpp:65: error: ‘t1’ was not declared in this scope |
| 4223 | alloc_convert_copy.pass.cpp:66: error: ‘get’ is not a member of ‘std’ |
| 4224 | alloc_convert_copy.pass.cpp:69: error: expected initializer before ‘<’ token |
| 4225 | alloc_convert_copy.pass.cpp:70: error: expected initializer before ‘<’ token |
| 4226 | alloc_convert_copy.pass.cpp:71: error: ‘T0’ was not declared in this scope |
| 4227 | alloc_convert_copy.pass.cpp:71: error: expected `;' before ‘t0’ |
| 4228 | alloc_convert_copy.pass.cpp:74: error: ‘T1’ was not declared in this scope |
| 4229 | alloc_convert_copy.pass.cpp:74: error: expected `;' before ‘t1’ |
| 4230 | alloc_convert_copy.pass.cpp:77: error: ‘get’ is not a member of ‘std’ |
| 4231 | alloc_convert_copy.pass.cpp:77: error: ‘t1’ was not declared in this scope |
| 4232 | alloc_convert_copy.pass.cpp:78: error: ‘get’ is not a member of ‘std’ |
| 4233 | alloc_convert_copy.pass.cpp:79: error: ‘get’ is not a member of ‘std’ |
| 4234 | alloc_convert_copy.pass.cpp failed to compile |
| 4235 | In 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 |
| 4256 | In 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 |
| 4274 | alloc_convert_move.pass.cpp: In function ‘int main()’: |
| 4275 | alloc_convert_move.pass.cpp:58: error: expected initializer before ‘<’ token |
| 4276 | alloc_convert_move.pass.cpp:59: error: expected initializer before ‘<’ token |
| 4277 | alloc_convert_move.pass.cpp:60: error: ‘T0’ was not declared in this scope |
| 4278 | alloc_convert_move.pass.cpp:60: error: expected `;' before ‘t0’ |
| 4279 | alloc_convert_move.pass.cpp:62: error: ‘T1’ was not declared in this scope |
| 4280 | alloc_convert_move.pass.cpp:62: error: expected `;' before ‘t1’ |
| 4281 | alloc_convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ |
| 4282 | alloc_convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope |
| 4283 | alloc_convert_move.pass.cpp:67: error: expected initializer before ‘<’ token |
| 4284 | alloc_convert_move.pass.cpp:68: error: expected initializer before ‘<’ token |
| 4285 | alloc_convert_move.pass.cpp:69: error: ‘T0’ was not declared in this scope |
| 4286 | alloc_convert_move.pass.cpp:69: error: expected `;' before ‘t0’ |
| 4287 | alloc_convert_move.pass.cpp:70: error: ‘T1’ was not declared in this scope |
| 4288 | alloc_convert_move.pass.cpp:70: error: expected `;' before ‘t1’ |
| 4289 | alloc_convert_move.pass.cpp:71: error: ‘get’ is not a member of ‘std’ |
| 4290 | alloc_convert_move.pass.cpp:71: error: ‘t1’ was not declared in this scope |
| 4291 | alloc_convert_move.pass.cpp:74: error: expected initializer before ‘<’ token |
| 4292 | alloc_convert_move.pass.cpp:75: error: expected initializer before ‘<’ token |
| 4293 | alloc_convert_move.pass.cpp:76: error: ‘T0’ was not declared in this scope |
| 4294 | alloc_convert_move.pass.cpp:76: error: expected `;' before ‘t0’ |
| 4295 | alloc_convert_move.pass.cpp:78: error: ‘T1’ was not declared in this scope |
| 4296 | alloc_convert_move.pass.cpp:78: error: expected `;' before ‘t1’ |
| 4297 | alloc_convert_move.pass.cpp:80: error: ‘get’ is not a member of ‘std’ |
| 4298 | alloc_convert_move.pass.cpp:80: error: ‘t1’ was not declared in this scope |
| 4299 | alloc_convert_move.pass.cpp:81: error: ‘get’ is not a member of ‘std’ |
| 4300 | alloc_convert_move.pass.cpp:84: error: expected initializer before ‘<’ token |
| 4301 | alloc_convert_move.pass.cpp:85: error: expected initializer before ‘<’ token |
| 4302 | alloc_convert_move.pass.cpp:86: error: ‘T0’ was not declared in this scope |
| 4303 | alloc_convert_move.pass.cpp:86: error: expected `;' before ‘t0’ |
| 4304 | alloc_convert_move.pass.cpp:89: error: ‘T1’ was not declared in this scope |
| 4305 | alloc_convert_move.pass.cpp:89: error: expected `;' before ‘t1’ |
| 4306 | alloc_convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ |
| 4307 | alloc_convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope |
| 4308 | alloc_convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ |
| 4309 | alloc_convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ |
| 4310 | alloc_convert_move.pass.cpp failed to compile |
| 4311 | In 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 |
| 4332 | In 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 |
| 4350 | alloc_copy.pass.cpp: In function ‘int main()’: |
| 4351 | alloc_copy.pass.cpp:41: error: expected initializer before ‘<’ token |
| 4352 | alloc_copy.pass.cpp:42: error: ‘T’ was not declared in this scope |
| 4353 | alloc_copy.pass.cpp:42: error: expected `;' before ‘t0’ |
| 4354 | alloc_copy.pass.cpp:43: error: expected `;' before ‘t’ |
| 4355 | alloc_copy.pass.cpp:46: error: expected initializer before ‘<’ token |
| 4356 | alloc_copy.pass.cpp:47: error: ‘T’ was not declared in this scope |
| 4357 | alloc_copy.pass.cpp:47: error: expected `;' before ‘t0’ |
| 4358 | alloc_copy.pass.cpp:48: error: expected `;' before ‘t’ |
| 4359 | alloc_copy.pass.cpp:49: error: ‘get’ is not a member of ‘std’ |
| 4360 | alloc_copy.pass.cpp:49: error: ‘t’ was not declared in this scope |
| 4361 | alloc_copy.pass.cpp:52: error: expected initializer before ‘<’ token |
| 4362 | alloc_copy.pass.cpp:53: error: ‘T’ was not declared in this scope |
| 4363 | alloc_copy.pass.cpp:53: error: expected `;' before ‘t0’ |
| 4364 | alloc_copy.pass.cpp:55: error: expected `;' before ‘t’ |
| 4365 | alloc_copy.pass.cpp:57: error: ‘get’ is not a member of ‘std’ |
| 4366 | alloc_copy.pass.cpp:57: error: ‘t’ was not declared in this scope |
| 4367 | alloc_copy.pass.cpp:60: error: expected initializer before ‘<’ token |
| 4368 | alloc_copy.pass.cpp:61: error: ‘T’ was not declared in this scope |
| 4369 | alloc_copy.pass.cpp:61: error: expected `;' before ‘t0’ |
| 4370 | alloc_copy.pass.cpp:63: error: expected `;' before ‘t’ |
| 4371 | alloc_copy.pass.cpp:65: error: ‘get’ is not a member of ‘std’ |
| 4372 | alloc_copy.pass.cpp:65: error: ‘t’ was not declared in this scope |
| 4373 | alloc_copy.pass.cpp:68: error: expected initializer before ‘<’ token |
| 4374 | alloc_copy.pass.cpp:69: error: ‘T’ was not declared in this scope |
| 4375 | alloc_copy.pass.cpp:69: error: expected `;' before ‘t0’ |
| 4376 | alloc_copy.pass.cpp:72: error: expected `;' before ‘t’ |
| 4377 | alloc_copy.pass.cpp:75: error: ‘get’ is not a member of ‘std’ |
| 4378 | alloc_copy.pass.cpp:75: error: ‘t’ was not declared in this scope |
| 4379 | alloc_copy.pass.cpp:76: error: ‘get’ is not a member of ‘std’ |
| 4380 | alloc_copy.pass.cpp:79: error: expected initializer before ‘<’ token |
| 4381 | alloc_copy.pass.cpp:80: error: ‘T’ was not declared in this scope |
| 4382 | alloc_copy.pass.cpp:80: error: expected `;' before ‘t0’ |
| 4383 | alloc_copy.pass.cpp:83: error: expected `;' before ‘t’ |
| 4384 | alloc_copy.pass.cpp:86: error: ‘get’ is not a member of ‘std’ |
| 4385 | alloc_copy.pass.cpp:86: error: ‘t’ was not declared in this scope |
| 4386 | alloc_copy.pass.cpp:87: error: ‘get’ is not a member of ‘std’ |
| 4387 | alloc_copy.pass.cpp:88: error: ‘get’ is not a member of ‘std’ |
| 4388 | alloc_copy.pass.cpp failed to compile |
| 4389 | In 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 |
| 4410 | In 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 |
| 4428 | alloc_move.pass.cpp: In function ‘int main()’: |
| 4429 | alloc_move.pass.cpp:42: error: expected initializer before ‘<’ token |
| 4430 | alloc_move.pass.cpp:43: error: ‘T’ was not declared in this scope |
| 4431 | alloc_move.pass.cpp:43: error: expected `;' before ‘t0’ |
| 4432 | alloc_move.pass.cpp:44: error: expected `;' before ‘t’ |
| 4433 | alloc_move.pass.cpp:47: error: expected initializer before ‘<’ token |
| 4434 | alloc_move.pass.cpp:48: error: ‘T’ was not declared in this scope |
| 4435 | alloc_move.pass.cpp:48: error: expected `;' before ‘t0’ |
| 4436 | alloc_move.pass.cpp:49: error: expected `;' before ‘t’ |
| 4437 | alloc_move.pass.cpp:50: error: ‘get’ is not a member of ‘std’ |
| 4438 | alloc_move.pass.cpp:50: error: ‘t’ was not declared in this scope |
| 4439 | alloc_move.pass.cpp:53: error: expected initializer before ‘<’ token |
| 4440 | alloc_move.pass.cpp:54: error: ‘T’ was not declared in this scope |
| 4441 | alloc_move.pass.cpp:54: error: expected `;' before ‘t0’ |
| 4442 | alloc_move.pass.cpp:56: error: expected `;' before ‘t’ |
| 4443 | alloc_move.pass.cpp:58: error: ‘get’ is not a member of ‘std’ |
| 4444 | alloc_move.pass.cpp:58: error: ‘t’ was not declared in this scope |
| 4445 | alloc_move.pass.cpp:61: error: expected initializer before ‘<’ token |
| 4446 | alloc_move.pass.cpp:62: error: ‘T’ was not declared in this scope |
| 4447 | alloc_move.pass.cpp:62: error: expected `;' before ‘t0’ |
| 4448 | alloc_move.pass.cpp:64: error: expected `;' before ‘t’ |
| 4449 | alloc_move.pass.cpp:66: error: ‘get’ is not a member of ‘std’ |
| 4450 | alloc_move.pass.cpp:66: error: ‘t’ was not declared in this scope |
| 4451 | alloc_move.pass.cpp:69: error: expected initializer before ‘<’ token |
| 4452 | alloc_move.pass.cpp:70: error: ‘T’ was not declared in this scope |
| 4453 | alloc_move.pass.cpp:70: error: expected `;' before ‘t0’ |
| 4454 | alloc_move.pass.cpp:72: error: expected `;' before ‘t’ |
| 4455 | alloc_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ |
| 4456 | alloc_move.pass.cpp:74: error: ‘t’ was not declared in this scope |
| 4457 | alloc_move.pass.cpp:75: error: ‘get’ is not a member of ‘std’ |
| 4458 | alloc_move.pass.cpp:78: error: expected initializer before ‘<’ token |
| 4459 | alloc_move.pass.cpp:79: error: ‘T’ was not declared in this scope |
| 4460 | alloc_move.pass.cpp:79: error: expected `;' before ‘t0’ |
| 4461 | alloc_move.pass.cpp:82: error: expected `;' before ‘t’ |
| 4462 | alloc_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ |
| 4463 | alloc_move.pass.cpp:85: error: ‘t’ was not declared in this scope |
| 4464 | alloc_move.pass.cpp:86: error: ‘get’ is not a member of ‘std’ |
| 4465 | alloc_move.pass.cpp:87: error: ‘get’ is not a member of ‘std’ |
| 4466 | alloc_move.pass.cpp failed to compile |
| 4467 | In 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 |
| 4488 | In 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 |
| 4506 | alloc_move_pair.pass.cpp: In function ‘int main()’: |
| 4507 | alloc_move_pair.pass.cpp:59: error: ‘T0’ was not declared in this scope |
| 4508 | alloc_move_pair.pass.cpp:59: error: ‘>>’ should be ‘> >’ within a nested template argument list |
| 4509 | alloc_move_pair.pass.cpp:60: error: expected initializer before ‘<’ token |
| 4510 | alloc_move_pair.pass.cpp:61: error: expected `;' before ‘t0’ |
| 4511 | alloc_move_pair.pass.cpp:63: error: ‘T1’ was not declared in this scope |
| 4512 | alloc_move_pair.pass.cpp:63: error: expected `;' before ‘t1’ |
| 4513 | alloc_move_pair.pass.cpp:65: error: ‘get’ is not a member of ‘std’ |
| 4514 | alloc_move_pair.pass.cpp:65: error: ‘t1’ was not declared in this scope |
| 4515 | alloc_move_pair.pass.cpp:66: error: ‘get’ is not a member of ‘std’ |
| 4516 | alloc_move_pair.pass.cpp failed to compile |
| 4517 | const_Types.pass.cpp: In function ‘int main()’: |
| 4518 | const_Types.pass.cpp:37: error: ‘tuple’ is not a member of ‘std’ |
| 4519 | const_Types.pass.cpp:37: error: expected primary-expression before ‘int’ |
| 4520 | const_Types.pass.cpp:37: error: expected `;' before ‘int’ |
| 4521 | const_Types.pass.cpp:38: error: ‘get’ is not a member of ‘std’ |
| 4522 | const_Types.pass.cpp:38: error: ‘t’ was not declared in this scope |
| 4523 | const_Types.pass.cpp:41: error: ‘tuple’ is not a member of ‘std’ |
| 4524 | const_Types.pass.cpp:41: error: expected primary-expression before ‘int’ |
| 4525 | const_Types.pass.cpp:41: error: expected `;' before ‘int’ |
| 4526 | const_Types.pass.cpp:42: error: ‘get’ is not a member of ‘std’ |
| 4527 | const_Types.pass.cpp:42: error: ‘t’ was not declared in this scope |
| 4528 | const_Types.pass.cpp:43: error: ‘get’ is not a member of ‘std’ |
| 4529 | const_Types.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ |
| 4530 | const_Types.pass.cpp:46: error: expected primary-expression before ‘int’ |
| 4531 | const_Types.pass.cpp:46: error: expected `;' before ‘int’ |
| 4532 | const_Types.pass.cpp:47: error: ‘get’ is not a member of ‘std’ |
| 4533 | const_Types.pass.cpp:47: error: ‘t’ was not declared in this scope |
| 4534 | const_Types.pass.cpp:48: error: ‘get’ is not a member of ‘std’ |
| 4535 | const_Types.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ |
| 4536 | const_Types.pass.cpp:51: error: expected primary-expression before ‘int’ |
| 4537 | const_Types.pass.cpp:51: error: expected `;' before ‘int’ |
| 4538 | const_Types.pass.cpp:52: error: ‘get’ is not a member of ‘std’ |
| 4539 | const_Types.pass.cpp:52: error: ‘t’ was not declared in this scope |
| 4540 | const_Types.pass.cpp:53: error: ‘get’ is not a member of ‘std’ |
| 4541 | const_Types.pass.cpp:54: error: ‘get’ is not a member of ‘std’ |
| 4542 | const_Types.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ |
| 4543 | const_Types.pass.cpp:58: error: expected primary-expression before ‘int’ |
| 4544 | const_Types.pass.cpp:58: error: expected `;' before ‘int’ |
| 4545 | const_Types.pass.cpp:59: error: ‘get’ is not a member of ‘std’ |
| 4546 | const_Types.pass.cpp:59: error: ‘t’ was not declared in this scope |
| 4547 | const_Types.pass.cpp:60: error: ‘get’ is not a member of ‘std’ |
| 4548 | const_Types.pass.cpp:61: error: ‘get’ is not a member of ‘std’ |
| 4549 | const_Types.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ |
| 4550 | const_Types.pass.cpp:64: error: expected primary-expression before ‘int’ |
| 4551 | const_Types.pass.cpp:64: error: expected `;' before ‘int’ |
| 4552 | const_Types.pass.cpp:65: error: ‘get’ is not a member of ‘std’ |
| 4553 | const_Types.pass.cpp:65: error: ‘t’ was not declared in this scope |
| 4554 | const_Types.pass.cpp:66: error: ‘get’ is not a member of ‘std’ |
| 4555 | const_Types.pass.cpp:67: error: ‘get’ is not a member of ‘std’ |
| 4556 | const_Types.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ |
| 4557 | const_Types.pass.cpp:70: error: expected primary-expression before ‘int’ |
| 4558 | const_Types.pass.cpp:70: error: expected `;' before ‘int’ |
| 4559 | const_Types.pass.cpp:71: error: ‘get’ is not a member of ‘std’ |
| 4560 | const_Types.pass.cpp:71: error: ‘t’ was not declared in this scope |
| 4561 | const_Types.pass.cpp:72: error: ‘get’ is not a member of ‘std’ |
| 4562 | const_Types.pass.cpp:73: error: ‘get’ is not a member of ‘std’ |
| 4563 | const_Types.pass.cpp:74: error: ‘get’ is not a member of ‘std’ |
| 4564 | const_Types.pass.cpp failed to compile |
| 4565 | const_pair.pass.cpp: In function ‘int main()’: |
| 4566 | const_pair.pass.cpp:38: error: expected initializer before ‘<’ token |
| 4567 | const_pair.pass.cpp:40: error: ‘T1’ was not declared in this scope |
| 4568 | const_pair.pass.cpp:40: error: expected `;' before ‘t1’ |
| 4569 | const_pair.pass.cpp:41: error: ‘get’ is not a member of ‘std’ |
| 4570 | const_pair.pass.cpp:41: error: ‘t1’ was not declared in this scope |
| 4571 | const_pair.pass.cpp:42: error: ‘get’ is not a member of ‘std’ |
| 4572 | const_pair.pass.cpp failed to compile |
| 4573 | convert_copy.pass.cpp: In function ‘int main()’: |
| 4574 | convert_copy.pass.cpp:50: error: expected initializer before ‘<’ token |
| 4575 | convert_copy.pass.cpp:51: error: expected initializer before ‘<’ token |
| 4576 | convert_copy.pass.cpp:52: error: ‘T0’ was not declared in this scope |
| 4577 | convert_copy.pass.cpp:52: error: expected `;' before ‘t0’ |
| 4578 | convert_copy.pass.cpp:53: error: ‘T1’ was not declared in this scope |
| 4579 | convert_copy.pass.cpp:53: error: expected `;' before ‘t1’ |
| 4580 | convert_copy.pass.cpp:54: error: ‘get’ is not a member of ‘std’ |
| 4581 | convert_copy.pass.cpp:54: error: ‘t1’ was not declared in this scope |
| 4582 | convert_copy.pass.cpp:57: error: expected initializer before ‘<’ token |
| 4583 | convert_copy.pass.cpp:58: error: expected initializer before ‘<’ token |
| 4584 | convert_copy.pass.cpp:59: error: ‘T0’ was not declared in this scope |
| 4585 | convert_copy.pass.cpp:59: error: expected `;' before ‘t0’ |
| 4586 | convert_copy.pass.cpp:60: error: ‘T1’ was not declared in this scope |
| 4587 | convert_copy.pass.cpp:60: error: expected `;' before ‘t1’ |
| 4588 | convert_copy.pass.cpp:61: error: ‘get’ is not a member of ‘std’ |
| 4589 | convert_copy.pass.cpp:61: error: ‘t1’ was not declared in this scope |
| 4590 | convert_copy.pass.cpp:62: error: ‘get’ is not a member of ‘std’ |
| 4591 | convert_copy.pass.cpp:65: error: expected initializer before ‘<’ token |
| 4592 | convert_copy.pass.cpp:66: error: expected initializer before ‘<’ token |
| 4593 | convert_copy.pass.cpp:67: error: ‘T0’ was not declared in this scope |
| 4594 | convert_copy.pass.cpp:67: error: expected `;' before ‘t0’ |
| 4595 | convert_copy.pass.cpp:68: error: ‘T1’ was not declared in this scope |
| 4596 | convert_copy.pass.cpp:68: error: expected `;' before ‘t1’ |
| 4597 | convert_copy.pass.cpp:69: error: ‘get’ is not a member of ‘std’ |
| 4598 | convert_copy.pass.cpp:69: error: ‘t1’ was not declared in this scope |
| 4599 | convert_copy.pass.cpp:70: error: ‘get’ is not a member of ‘std’ |
| 4600 | convert_copy.pass.cpp:71: error: ‘get’ is not a member of ‘std’ |
| 4601 | convert_copy.pass.cpp:75: error: expected initializer before ‘<’ token |
| 4602 | convert_copy.pass.cpp:76: error: expected initializer before ‘<’ token |
| 4603 | convert_copy.pass.cpp:77: error: ‘T0’ was not declared in this scope |
| 4604 | convert_copy.pass.cpp:77: error: expected `;' before ‘t0’ |
| 4605 | convert_copy.pass.cpp:78: error: ‘T1’ was not declared in this scope |
| 4606 | convert_copy.pass.cpp:78: error: expected `;' before ‘t1’ |
| 4607 | convert_copy.pass.cpp:80: error: ‘get’ is not a member of ‘std’ |
| 4608 | convert_copy.pass.cpp:80: error: ‘t1’ was not declared in this scope |
| 4609 | convert_copy.pass.cpp:81: error: ‘get’ is not a member of ‘std’ |
| 4610 | convert_copy.pass.cpp:82: error: ‘get’ is not a member of ‘std’ |
| 4611 | convert_copy.pass.cpp failed to compile |
| 4612 | convert_move.pass.cpp: In function ‘int main()’: |
| 4613 | convert_move.pass.cpp:53: error: expected initializer before ‘<’ token |
| 4614 | convert_move.pass.cpp:54: error: expected initializer before ‘<’ token |
| 4615 | convert_move.pass.cpp:55: error: ‘T0’ was not declared in this scope |
| 4616 | convert_move.pass.cpp:55: error: expected `;' before ‘t0’ |
| 4617 | convert_move.pass.cpp:56: error: ‘T1’ was not declared in this scope |
| 4618 | convert_move.pass.cpp:56: error: expected `;' before ‘t1’ |
| 4619 | convert_move.pass.cpp:57: error: ‘get’ is not a member of ‘std’ |
| 4620 | convert_move.pass.cpp:57: error: ‘t1’ was not declared in this scope |
| 4621 | convert_move.pass.cpp:60: error: expected initializer before ‘<’ token |
| 4622 | convert_move.pass.cpp:61: error: expected initializer before ‘<’ token |
| 4623 | convert_move.pass.cpp:62: error: ‘T0’ was not declared in this scope |
| 4624 | convert_move.pass.cpp:62: error: expected `;' before ‘t0’ |
| 4625 | convert_move.pass.cpp:63: error: ‘T1’ was not declared in this scope |
| 4626 | convert_move.pass.cpp:63: error: expected `;' before ‘t1’ |
| 4627 | convert_move.pass.cpp:64: error: ‘get’ is not a member of ‘std’ |
| 4628 | convert_move.pass.cpp:64: error: ‘t1’ was not declared in this scope |
| 4629 | convert_move.pass.cpp:65: error: ‘get’ is not a member of ‘std’ |
| 4630 | convert_move.pass.cpp:68: error: expected initializer before ‘<’ token |
| 4631 | convert_move.pass.cpp:69: error: expected initializer before ‘<’ token |
| 4632 | convert_move.pass.cpp:70: error: ‘T0’ was not declared in this scope |
| 4633 | convert_move.pass.cpp:70: error: expected `;' before ‘t0’ |
| 4634 | convert_move.pass.cpp:71: error: ‘T1’ was not declared in this scope |
| 4635 | convert_move.pass.cpp:71: error: expected `;' before ‘t1’ |
| 4636 | convert_move.pass.cpp:72: error: ‘get’ is not a member of ‘std’ |
| 4637 | convert_move.pass.cpp:72: error: ‘t1’ was not declared in this scope |
| 4638 | convert_move.pass.cpp:73: error: ‘get’ is not a member of ‘std’ |
| 4639 | convert_move.pass.cpp:74: error: ‘get’ is not a member of ‘std’ |
| 4640 | convert_move.pass.cpp:78: error: expected initializer before ‘<’ token |
| 4641 | convert_move.pass.cpp:79: error: expected initializer before ‘<’ token |
| 4642 | convert_move.pass.cpp:80: error: ‘T0’ was not declared in this scope |
| 4643 | convert_move.pass.cpp:80: error: expected `;' before ‘t0’ |
| 4644 | convert_move.pass.cpp:81: error: ‘T1’ was not declared in this scope |
| 4645 | convert_move.pass.cpp:81: error: expected `;' before ‘t1’ |
| 4646 | convert_move.pass.cpp:83: error: ‘get’ is not a member of ‘std’ |
| 4647 | convert_move.pass.cpp:83: error: ‘t1’ was not declared in this scope |
| 4648 | convert_move.pass.cpp:84: error: ‘get’ is not a member of ‘std’ |
| 4649 | convert_move.pass.cpp:85: error: ‘get’ is not a member of ‘std’ |
| 4650 | convert_move.pass.cpp:88: error: expected initializer before ‘<’ token |
| 4651 | convert_move.pass.cpp:89: error: expected initializer before ‘<’ token |
| 4652 | convert_move.pass.cpp:90: error: ‘T0’ was not declared in this scope |
| 4653 | convert_move.pass.cpp:90: error: expected `;' before ‘t0’ |
| 4654 | convert_move.pass.cpp:91: error: ‘T1’ was not declared in this scope |
| 4655 | convert_move.pass.cpp:91: error: expected `;' before ‘t1’ |
| 4656 | convert_move.pass.cpp:92: error: ‘get’ is not a member of ‘std’ |
| 4657 | convert_move.pass.cpp:92: error: ‘t1’ was not declared in this scope |
| 4658 | convert_move.pass.cpp:93: error: ‘get’ is not a member of ‘std’ |
| 4659 | convert_move.pass.cpp:94: error: ‘get’ is not a member of ‘std’ |
| 4660 | convert_move.pass.cpp failed to compile |
| 4661 | copy.pass.cpp: In function ‘int main()’: |
| 4662 | copy.pass.cpp:37: error: expected initializer before ‘<’ token |
| 4663 | copy.pass.cpp:38: error: ‘T’ was not declared in this scope |
| 4664 | copy.pass.cpp:38: error: expected `;' before ‘t0’ |
| 4665 | copy.pass.cpp:39: error: expected `;' before ‘t’ |
| 4666 | copy.pass.cpp:42: error: expected initializer before ‘<’ token |
| 4667 | copy.pass.cpp:43: error: ‘T’ was not declared in this scope |
| 4668 | copy.pass.cpp:43: error: expected `;' before ‘t0’ |
| 4669 | copy.pass.cpp:44: error: expected `;' before ‘t’ |
| 4670 | copy.pass.cpp:45: error: ‘get’ is not a member of ‘std’ |
| 4671 | copy.pass.cpp:45: error: ‘t’ was not declared in this scope |
| 4672 | copy.pass.cpp:48: error: expected initializer before ‘<’ token |
| 4673 | copy.pass.cpp:49: error: ‘T’ was not declared in this scope |
| 4674 | copy.pass.cpp:49: error: expected `;' before ‘t0’ |
| 4675 | copy.pass.cpp:50: error: expected `;' before ‘t’ |
| 4676 | copy.pass.cpp:51: error: ‘get’ is not a member of ‘std’ |
| 4677 | copy.pass.cpp:51: error: ‘t’ was not declared in this scope |
| 4678 | copy.pass.cpp:52: error: ‘get’ is not a member of ‘std’ |
| 4679 | copy.pass.cpp:55: error: expected initializer before ‘<’ token |
| 4680 | copy.pass.cpp:56: error: ‘T’ was not declared in this scope |
| 4681 | copy.pass.cpp:56: error: expected `;' before ‘t0’ |
| 4682 | copy.pass.cpp:57: error: expected `;' before ‘t’ |
| 4683 | copy.pass.cpp:58: error: ‘get’ is not a member of ‘std’ |
| 4684 | copy.pass.cpp:58: error: ‘t’ was not declared in this scope |
| 4685 | copy.pass.cpp:59: error: ‘get’ is not a member of ‘std’ |
| 4686 | copy.pass.cpp:60: error: ‘get’ is not a member of ‘std’ |
| 4687 | copy.pass.cpp failed to compile |
| 4688 | default.pass.cpp: In function ‘int main()’: |
| 4689 | default.pass.cpp:39: error: ‘tuple’ is not a member of ‘std’ |
| 4690 | default.pass.cpp:39: error: expected primary-expression before ‘>’ token |
| 4691 | default.pass.cpp:39: error: ‘t’ was not declared in this scope |
| 4692 | default.pass.cpp:42: error: ‘tuple’ is not a member of ‘std’ |
| 4693 | default.pass.cpp:42: error: expected primary-expression before ‘int’ |
| 4694 | default.pass.cpp:42: error: expected `;' before ‘int’ |
| 4695 | default.pass.cpp:43: error: ‘get’ is not a member of ‘std’ |
| 4696 | default.pass.cpp:43: error: ‘t’ was not declared in this scope |
| 4697 | default.pass.cpp:46: error: ‘tuple’ is not a member of ‘std’ |
| 4698 | default.pass.cpp:46: error: expected primary-expression before ‘int’ |
| 4699 | default.pass.cpp:46: error: expected `;' before ‘int’ |
| 4700 | default.pass.cpp:47: error: ‘get’ is not a member of ‘std’ |
| 4701 | default.pass.cpp:47: error: ‘t’ was not declared in this scope |
| 4702 | default.pass.cpp:48: error: ‘get’ is not a member of ‘std’ |
| 4703 | default.pass.cpp:51: error: ‘tuple’ is not a member of ‘std’ |
| 4704 | default.pass.cpp:51: error: expected primary-expression before ‘int’ |
| 4705 | default.pass.cpp:51: error: expected `;' before ‘int’ |
| 4706 | default.pass.cpp:52: error: ‘get’ is not a member of ‘std’ |
| 4707 | default.pass.cpp:52: error: ‘t’ was not declared in this scope |
| 4708 | default.pass.cpp:53: error: ‘get’ is not a member of ‘std’ |
| 4709 | default.pass.cpp:54: error: ‘get’ is not a member of ‘std’ |
| 4710 | default.pass.cpp:57: error: ‘tuple’ is not a member of ‘std’ |
| 4711 | default.pass.cpp:57: error: expected primary-expression before ‘int’ |
| 4712 | default.pass.cpp:57: error: expected `;' before ‘int’ |
| 4713 | default.pass.cpp:58: error: ‘get’ is not a member of ‘std’ |
| 4714 | default.pass.cpp:58: error: ‘t’ was not declared in this scope |
| 4715 | default.pass.cpp:59: error: ‘get’ is not a member of ‘std’ |
| 4716 | default.pass.cpp:60: error: ‘get’ is not a member of ‘std’ |
| 4717 | default.pass.cpp:61: error: ‘get’ is not a member of ‘std’ |
| 4718 | default.pass.cpp failed to compile |
| 4719 | move.pass.cpp: In function ‘int main()’: |
| 4720 | move.pass.cpp:38: error: expected initializer before ‘<’ token |
| 4721 | move.pass.cpp:39: error: ‘T’ was not declared in this scope |
| 4722 | move.pass.cpp:39: error: expected `;' before ‘t0’ |
| 4723 | move.pass.cpp:40: error: expected `;' before ‘t’ |
| 4724 | move.pass.cpp:43: error: expected initializer before ‘<’ token |
| 4725 | move.pass.cpp:44: error: ‘T’ was not declared in this scope |
| 4726 | move.pass.cpp:44: error: expected `;' before ‘t0’ |
| 4727 | move.pass.cpp:45: error: expected `;' before ‘t’ |
| 4728 | move.pass.cpp:46: error: ‘get’ is not a member of ‘std’ |
| 4729 | move.pass.cpp:46: error: ‘t’ was not declared in this scope |
| 4730 | move.pass.cpp:49: error: expected initializer before ‘<’ token |
| 4731 | move.pass.cpp:50: error: ‘T’ was not declared in this scope |
| 4732 | move.pass.cpp:50: error: expected `;' before ‘t0’ |
| 4733 | move.pass.cpp:51: error: expected `;' before ‘t’ |
| 4734 | move.pass.cpp:52: error: ‘get’ is not a member of ‘std’ |
| 4735 | move.pass.cpp:52: error: ‘t’ was not declared in this scope |
| 4736 | move.pass.cpp:53: error: ‘get’ is not a member of ‘std’ |
| 4737 | move.pass.cpp:56: error: expected initializer before ‘<’ token |
| 4738 | move.pass.cpp:57: error: ‘T’ was not declared in this scope |
| 4739 | move.pass.cpp:57: error: expected `;' before ‘t0’ |
| 4740 | move.pass.cpp:58: error: expected `;' before ‘t’ |
| 4741 | move.pass.cpp:59: error: ‘get’ is not a member of ‘std’ |
| 4742 | move.pass.cpp:59: error: ‘t’ was not declared in this scope |
| 4743 | move.pass.cpp:60: error: ‘get’ is not a member of ‘std’ |
| 4744 | move.pass.cpp:61: error: ‘get’ is not a member of ‘std’ |
| 4745 | move.pass.cpp failed to compile |
| 4746 | move_pair.pass.cpp: In function ‘int main()’: |
| 4747 | move_pair.pass.cpp:54: error: ‘T0’ was not declared in this scope |
| 4748 | move_pair.pass.cpp:54: error: ‘>>’ should be ‘> >’ within a nested template argument list |
| 4749 | move_pair.pass.cpp:55: error: expected initializer before ‘<’ token |
| 4750 | move_pair.pass.cpp:56: error: expected `;' before ‘t0’ |
| 4751 | move_pair.pass.cpp:57: error: ‘T1’ was not declared in this scope |
| 4752 | move_pair.pass.cpp:57: error: expected `;' before ‘t1’ |
| 4753 | move_pair.pass.cpp:58: error: ‘get’ is not a member of ‘std’ |
| 4754 | move_pair.pass.cpp:58: error: ‘t1’ was not declared in this scope |
| 4755 | move_pair.pass.cpp:59: error: ‘get’ is not a member of ‘std’ |
| 4756 | move_pair.pass.cpp failed to compile |
| 4757 | failed 18 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr |
| 4758 | passed 4 tests in /test/utilities/tuple/tuple.tuple/tuple.cnstr |
| 4759 | make_tuple.pass.cpp: In function ‘int main()’: |
| 4760 | make_tuple.pass.cpp:40: error: ‘tuple’ is not a member of ‘std’ |
| 4761 | make_tuple.pass.cpp:40: error: expected primary-expression before ‘int’ |
| 4762 | make_tuple.pass.cpp:40: error: expected `;' before ‘int’ |
| 4763 | make_tuple.pass.cpp:42: error: ‘get’ is not a member of ‘std’ |
| 4764 | make_tuple.pass.cpp:42: error: ‘t’ was not declared in this scope |
| 4765 | make_tuple.pass.cpp:43: error: ‘get’ is not a member of ‘std’ |
| 4766 | make_tuple.pass.cpp:44: error: ‘get’ is not a member of ‘std’ |
| 4767 | make_tuple.pass.cpp:47: error: ‘get’ is not a member of ‘std’ |
| 4768 | make_tuple.pass.cpp:48: error: ‘get’ is not a member of ‘std’ |
| 4769 | make_tuple.pass.cpp:49: error: ‘get’ is not a member of ‘std’ |
| 4770 | make_tuple.pass.cpp:50: error: ‘get’ is not a member of ‘std’ |
| 4771 | make_tuple.pass.cpp:51: error: ‘get’ is not a member of ‘std’ |
| 4772 | make_tuple.pass.cpp failed to compile |
| 4773 | tie.pass.cpp: In function ‘int main()’: |
| 4774 | tie.pass.cpp:40: error: ‘tie’ is not a member of ‘std’ |
| 4775 | tie.pass.cpp:40: error: ‘ignore’ is not a member of ‘std’ |
| 4776 | tie.pass.cpp:40: error: ‘make_tuple’ is not a member of ‘std’ |
| 4777 | tie.pass.cpp failed to compile |
| 4778 | tuple_cat.pass.cpp: In function ‘int main()’: |
| 4779 | tuple_cat.pass.cpp:53: error: ‘tuple’ is not a member of ‘std’ |
| 4780 | tuple_cat.pass.cpp:53: error: expected primary-expression before ‘>’ token |
| 4781 | tuple_cat.pass.cpp:53: error: ‘t1’ was not declared in this scope |
| 4782 | tuple_cat.pass.cpp:54: error: ‘tuple’ is not a member of ‘std’ |
| 4783 | tuple_cat.pass.cpp:54: error: expected primary-expression before ‘>’ token |
| 4784 | tuple_cat.pass.cpp:54: error: ‘t2’ was not declared in this scope |
| 4785 | tuple_cat.pass.cpp:55: error: ‘tuple’ is not a member of ‘std’ |
| 4786 | tuple_cat.pass.cpp:55: error: expected primary-expression before ‘>’ token |
| 4787 | tuple_cat.pass.cpp:55: error: ‘t3’ was not declared in this scope |
| 4788 | tuple_cat.pass.cpp:55: error: ‘tuple_cat’ is not a member of ‘std’ |
| 4789 | tuple_cat.pass.cpp:58: error: ‘tuple’ is not a member of ‘std’ |
| 4790 | tuple_cat.pass.cpp:58: error: expected primary-expression before ‘>’ token |
| 4791 | tuple_cat.pass.cpp:58: error: ‘t1’ was not declared in this scope |
| 4792 | tuple_cat.pass.cpp:59: error: ‘tuple’ is not a member of ‘std’ |
| 4793 | tuple_cat.pass.cpp:59: error: expected primary-expression before ‘int’ |
| 4794 | tuple_cat.pass.cpp:59: error: expected `;' before ‘int’ |
| 4795 | tuple_cat.pass.cpp:60: error: ‘tuple’ is not a member of ‘std’ |
| 4796 | tuple_cat.pass.cpp:60: error: expected primary-expression before ‘int’ |
| 4797 | tuple_cat.pass.cpp:60: error: expected `;' before ‘int’ |
| 4798 | tuple_cat.pass.cpp:61: error: ‘get’ is not a member of ‘std’ |
| 4799 | tuple_cat.pass.cpp:61: error: ‘t3’ was not declared in this scope |
| 4800 | tuple_cat.pass.cpp:64: error: ‘tuple’ is not a member of ‘std’ |
| 4801 | tuple_cat.pass.cpp:64: error: expected primary-expression before ‘>’ token |
| 4802 | tuple_cat.pass.cpp:64: error: ‘t1’ was not declared in this scope |
| 4803 | tuple_cat.pass.cpp:65: error: ‘tuple’ is not a member of ‘std’ |
| 4804 | tuple_cat.pass.cpp:65: error: expected primary-expression before ‘int’ |
| 4805 | tuple_cat.pass.cpp:65: error: expected `;' before ‘int’ |
| 4806 | tuple_cat.pass.cpp:66: error: ‘tuple’ is not a member of ‘std’ |
| 4807 | tuple_cat.pass.cpp:66: error: expected primary-expression before ‘int’ |
| 4808 | tuple_cat.pass.cpp:66: error: expected `;' before ‘int’ |
| 4809 | tuple_cat.pass.cpp:67: error: ‘get’ is not a member of ‘std’ |
| 4810 | tuple_cat.pass.cpp:67: error: ‘t3’ was not declared in this scope |
| 4811 | tuple_cat.pass.cpp:70: error: ‘tuple’ is not a member of ‘std’ |
| 4812 | tuple_cat.pass.cpp:70: error: expected primary-expression before ‘int’ |
| 4813 | tuple_cat.pass.cpp:70: error: expected `;' before ‘int’ |
| 4814 | tuple_cat.pass.cpp:71: error: ‘tuple’ is not a member of ‘std’ |
| 4815 | tuple_cat.pass.cpp:71: error: expected primary-expression before ‘int’ |
| 4816 | tuple_cat.pass.cpp:71: error: expected `;' before ‘int’ |
| 4817 | tuple_cat.pass.cpp:72: error: ‘tuple’ is not a member of ‘std’ |
| 4818 | tuple_cat.pass.cpp:72: error: expected primary-expression before ‘int’ |
| 4819 | tuple_cat.pass.cpp:72: error: expected `;' before ‘int’ |
| 4820 | tuple_cat.pass.cpp:73: error: ‘get’ is not a member of ‘std’ |
| 4821 | tuple_cat.pass.cpp:73: error: ‘t3’ was not declared in this scope |
| 4822 | tuple_cat.pass.cpp:74: error: ‘get’ is not a member of ‘std’ |
| 4823 | tuple_cat.pass.cpp:77: error: ‘tuple’ is not a member of ‘std’ |
| 4824 | tuple_cat.pass.cpp:77: error: expected primary-expression before ‘int’ |
| 4825 | tuple_cat.pass.cpp:77: error: expected `;' before ‘int’ |
| 4826 | tuple_cat.pass.cpp:78: error: ‘tuple’ is not a member of ‘std’ |
| 4827 | tuple_cat.pass.cpp:78: error: expected primary-expression before ‘int’ |
| 4828 | tuple_cat.pass.cpp:78: error: expected `;' before ‘int’ |
| 4829 | tuple_cat.pass.cpp:79: error: ‘tuple’ is not a member of ‘std’ |
| 4830 | tuple_cat.pass.cpp:79: error: expected primary-expression before ‘int’ |
| 4831 | tuple_cat.pass.cpp:79: error: expected `;' before ‘int’ |
| 4832 | tuple_cat.pass.cpp:80: error: ‘get’ is not a member of ‘std’ |
| 4833 | tuple_cat.pass.cpp:80: error: ‘t3’ was not declared in this scope |
| 4834 | tuple_cat.pass.cpp:81: error: ‘get’ is not a member of ‘std’ |
| 4835 | tuple_cat.pass.cpp:84: error: ‘tuple’ is not a member of ‘std’ |
| 4836 | tuple_cat.pass.cpp:84: error: expected primary-expression before ‘int’ |
| 4837 | tuple_cat.pass.cpp:84: error: expected `;' before ‘int’ |
| 4838 | tuple_cat.pass.cpp:85: error: ‘tuple’ is not a member of ‘std’ |
| 4839 | tuple_cat.pass.cpp:85: error: expected primary-expression before ‘int’ |
| 4840 | tuple_cat.pass.cpp:85: error: expected `;' before ‘int’ |
| 4841 | tuple_cat.pass.cpp:86: error: ‘tuple’ is not a member of ‘std’ |
| 4842 | tuple_cat.pass.cpp:86: error: expected primary-expression before ‘int’ |
| 4843 | tuple_cat.pass.cpp:86: error: expected `;' before ‘int’ |
| 4844 | tuple_cat.pass.cpp:87: error: ‘get’ is not a member of ‘std’ |
| 4845 | tuple_cat.pass.cpp:87: error: ‘t3’ was not declared in this scope |
| 4846 | tuple_cat.pass.cpp:88: error: ‘get’ is not a member of ‘std’ |
| 4847 | tuple_cat.pass.cpp:89: error: ‘get’ is not a member of ‘std’ |
| 4848 | tuple_cat.pass.cpp:92: error: ‘tuple’ is not a member of ‘std’ |
| 4849 | tuple_cat.pass.cpp:92: error: expected primary-expression before ‘int’ |
| 4850 | tuple_cat.pass.cpp:92: error: expected `;' before ‘int’ |
| 4851 | tuple_cat.pass.cpp:93: error: ‘tuple’ is not a member of ‘std’ |
| 4852 | tuple_cat.pass.cpp:93: error: expected primary-expression before ‘int’ |
| 4853 | tuple_cat.pass.cpp:93: error: expected `;' before ‘int’ |
| 4854 | tuple_cat.pass.cpp:94: error: ‘tuple’ is not a member of ‘std’ |
| 4855 | tuple_cat.pass.cpp:94: error: expected primary-expression before ‘int’ |
| 4856 | tuple_cat.pass.cpp:94: error: expected `;' before ‘int’ |
| 4857 | tuple_cat.pass.cpp:95: error: ‘get’ is not a member of ‘std’ |
| 4858 | tuple_cat.pass.cpp:95: error: ‘t3’ was not declared in this scope |
| 4859 | tuple_cat.pass.cpp:96: error: ‘get’ is not a member of ‘std’ |
| 4860 | tuple_cat.pass.cpp:97: error: ‘get’ is not a member of ‘std’ |
| 4861 | tuple_cat.pass.cpp:100: error: ‘tuple’ is not a member of ‘std’ |
| 4862 | tuple_cat.pass.cpp:100: error: expected primary-expression before ‘int’ |
| 4863 | tuple_cat.pass.cpp:100: error: expected `;' before ‘int’ |
| 4864 | tuple_cat.pass.cpp:101: error: ‘tuple’ is not a member of ‘std’ |
| 4865 | tuple_cat.pass.cpp:101: error: expected primary-expression before ‘int’ |
| 4866 | tuple_cat.pass.cpp:101: error: expected `;' before ‘int’ |
| 4867 | tuple_cat.pass.cpp:102: error: ‘tuple’ is not a member of ‘std’ |
| 4868 | tuple_cat.pass.cpp:102: error: expected primary-expression before ‘int’ |
| 4869 | tuple_cat.pass.cpp:102: error: expected `;' before ‘int’ |
| 4870 | tuple_cat.pass.cpp:104: error: ‘get’ is not a member of ‘std’ |
| 4871 | tuple_cat.pass.cpp:104: error: ‘t3’ was not declared in this scope |
| 4872 | tuple_cat.pass.cpp:105: error: ‘get’ is not a member of ‘std’ |
| 4873 | tuple_cat.pass.cpp:106: error: ‘get’ is not a member of ‘std’ |
| 4874 | tuple_cat.pass.cpp:107: error: ‘get’ is not a member of ‘std’ |
| 4875 | tuple_cat.pass.cpp:110: error: ‘tuple’ is not a member of ‘std’ |
| 4876 | tuple_cat.pass.cpp:110: error: expected primary-expression before ‘int’ |
| 4877 | tuple_cat.pass.cpp:110: error: expected `;' before ‘int’ |
| 4878 | tuple_cat.pass.cpp:111: error: ‘tuple’ is not a member of ‘std’ |
| 4879 | tuple_cat.pass.cpp:111: error: expected primary-expression before ‘int’ |
| 4880 | tuple_cat.pass.cpp:111: error: expected `;' before ‘int’ |
| 4881 | tuple_cat.pass.cpp:112: error: ‘tuple’ is not a member of ‘std’ |
| 4882 | tuple_cat.pass.cpp:112: error: expected primary-expression before ‘int’ |
| 4883 | tuple_cat.pass.cpp:112: error: expected `;' before ‘int’ |
| 4884 | tuple_cat.pass.cpp:114: error: ‘get’ is not a member of ‘std’ |
| 4885 | tuple_cat.pass.cpp:114: error: ‘t3’ was not declared in this scope |
| 4886 | tuple_cat.pass.cpp:115: error: ‘get’ is not a member of ‘std’ |
| 4887 | tuple_cat.pass.cpp:116: error: ‘get’ is not a member of ‘std’ |
| 4888 | tuple_cat.pass.cpp:117: error: ‘get’ is not a member of ‘std’ |
| 4889 | tuple_cat.pass.cpp:120: error: ‘tuple’ is not a member of ‘std’ |
| 4890 | tuple_cat.pass.cpp:120: error: ‘MoveOnly’ was not declared in this scope |
| 4891 | tuple_cat.pass.cpp:120: error: ‘t1’ was not declared in this scope |
| 4892 | tuple_cat.pass.cpp:121: error: ‘tuple’ is not a member of ‘std’ |
| 4893 | tuple_cat.pass.cpp:121: error: expected primary-expression before ‘int’ |
| 4894 | tuple_cat.pass.cpp:121: error: expected `;' before ‘int’ |
| 4895 | tuple_cat.pass.cpp:122: error: ‘tuple’ is not a member of ‘std’ |
| 4896 | tuple_cat.pass.cpp:122: error: expected primary-expression before ‘int’ |
| 4897 | tuple_cat.pass.cpp:122: error: expected `;' before ‘int’ |
| 4898 | tuple_cat.pass.cpp:124: error: ‘get’ is not a member of ‘std’ |
| 4899 | tuple_cat.pass.cpp:124: error: ‘t3’ was not declared in this scope |
| 4900 | tuple_cat.pass.cpp:125: error: ‘get’ is not a member of ‘std’ |
| 4901 | tuple_cat.pass.cpp:126: error: ‘get’ is not a member of ‘std’ |
| 4902 | tuple_cat.pass.cpp:127: error: ‘get’ is not a member of ‘std’ |
| 4903 | tuple_cat.pass.cpp failed to compile |
| 4904 | failed 3 tests in /test/utilities/tuple/tuple.tuple/tuple.creation |
| 4905 | get_const.pass.cpp: In function ‘int main()’: |
| 4906 | get_const.pass.cpp:39: error: expected initializer before ‘<’ token |
| 4907 | get_const.pass.cpp:40: error: ‘T’ does not name a type |
| 4908 | get_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ |
| 4909 | get_const.pass.cpp:41: error: ‘t’ was not declared in this scope |
| 4910 | get_const.pass.cpp:44: error: expected initializer before ‘<’ token |
| 4911 | get_const.pass.cpp:45: error: ‘T’ does not name a type |
| 4912 | get_const.pass.cpp:46: error: ‘get’ is not a member of ‘std’ |
| 4913 | get_const.pass.cpp:46: error: ‘t’ was not declared in this scope |
| 4914 | get_const.pass.cpp:47: error: ‘get’ is not a member of ‘std’ |
| 4915 | get_const.pass.cpp:50: error: expected initializer before ‘<’ token |
| 4916 | get_const.pass.cpp:52: error: ‘T’ does not name a type |
| 4917 | get_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ |
| 4918 | get_const.pass.cpp:53: error: ‘t’ was not declared in this scope |
| 4919 | get_const.pass.cpp:54: error: ‘get’ is not a member of ‘std’ |
| 4920 | get_const.pass.cpp:55: error: ‘get’ is not a member of ‘std’ |
| 4921 | get_const.pass.cpp:56: error: ‘get’ is not a member of ‘std’ |
| 4922 | get_const.pass.cpp:57: error: ‘get’ is not a member of ‘std’ |
| 4923 | get_const.pass.cpp:58: error: ‘get’ is not a member of ‘std’ |
| 4924 | get_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ |
| 4925 | get_const.pass.cpp failed to compile |
| 4926 | get_non_const.pass.cpp: In function ‘int main()’: |
| 4927 | get_non_const.pass.cpp:39: error: expected initializer before ‘<’ token |
| 4928 | get_non_const.pass.cpp:40: error: ‘T’ was not declared in this scope |
| 4929 | get_non_const.pass.cpp:40: error: expected `;' before ‘t’ |
| 4930 | get_non_const.pass.cpp:41: error: ‘get’ is not a member of ‘std’ |
| 4931 | get_non_const.pass.cpp:41: error: ‘t’ was not declared in this scope |
| 4932 | get_non_const.pass.cpp:42: error: ‘get’ is not a member of ‘std’ |
| 4933 | get_non_const.pass.cpp:43: error: ‘get’ is not a member of ‘std’ |
| 4934 | get_non_const.pass.cpp:46: error: expected initializer before ‘<’ token |
| 4935 | get_non_const.pass.cpp:47: error: ‘T’ was not declared in this scope |
| 4936 | get_non_const.pass.cpp:47: error: expected `;' before ‘t’ |
| 4937 | get_non_const.pass.cpp:48: error: ‘get’ is not a member of ‘std’ |
| 4938 | get_non_const.pass.cpp:48: error: ‘t’ was not declared in this scope |
| 4939 | get_non_const.pass.cpp:49: error: ‘get’ is not a member of ‘std’ |
| 4940 | get_non_const.pass.cpp:50: error: ‘get’ is not a member of ‘std’ |
| 4941 | get_non_const.pass.cpp:51: error: ‘get’ is not a member of ‘std’ |
| 4942 | get_non_const.pass.cpp:52: error: ‘get’ is not a member of ‘std’ |
| 4943 | get_non_const.pass.cpp:53: error: ‘get’ is not a member of ‘std’ |
| 4944 | get_non_const.pass.cpp:56: error: expected initializer before ‘<’ token |
| 4945 | get_non_const.pass.cpp:58: error: ‘T’ was not declared in this scope |
| 4946 | get_non_const.pass.cpp:58: error: expected `;' before ‘t’ |
| 4947 | get_non_const.pass.cpp:59: error: ‘get’ is not a member of ‘std’ |
| 4948 | get_non_const.pass.cpp:59: error: ‘t’ was not declared in this scope |
| 4949 | get_non_const.pass.cpp:60: error: ‘get’ is not a member of ‘std’ |
| 4950 | get_non_const.pass.cpp:61: error: ‘get’ is not a member of ‘std’ |
| 4951 | get_non_const.pass.cpp:62: error: ‘get’ is not a member of ‘std’ |
| 4952 | get_non_const.pass.cpp:63: error: ‘get’ is not a member of ‘std’ |
| 4953 | get_non_const.pass.cpp:64: error: ‘get’ is not a member of ‘std’ |
| 4954 | get_non_const.pass.cpp:65: error: ‘get’ is not a member of ‘std’ |
| 4955 | get_non_const.pass.cpp:66: error: ‘get’ is not a member of ‘std’ |
| 4956 | get_non_const.pass.cpp:67: error: ‘get’ is not a member of ‘std’ |
| 4957 | get_non_const.pass.cpp failed to compile |
| 4958 | failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.elem |
| 4959 | passed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.elem |
| 4960 | tuple_element.pass.cpp: In function ‘int main()’: |
| 4961 | tuple_element.pass.cpp:41: error: expected initializer before ‘<’ token |
| 4962 | tuple_element.pass.cpp:42: error: ‘T’ was not declared in this scope |
| 4963 | tuple_element.pass.cpp:42: error: template argument 2 is invalid |
| 4964 | tuple_element.pass.cpp:42: error: template argument 1 is invalid |
| 4965 | tuple_element.pass.cpp:42: error: template argument 1 is invalid |
| 4966 | tuple_element.pass.cpp:46: error: expected initializer before ‘<’ token |
| 4967 | tuple_element.pass.cpp:47: error: ‘T’ was not declared in this scope |
| 4968 | tuple_element.pass.cpp:47: error: template argument 2 is invalid |
| 4969 | tuple_element.pass.cpp:47: error: template argument 1 is invalid |
| 4970 | tuple_element.pass.cpp:47: error: template argument 1 is invalid |
| 4971 | tuple_element.pass.cpp:49: error: ‘T’ cannot appear in a constant-expression |
| 4972 | tuple_element.pass.cpp:49: error: template argument 2 is invalid |
| 4973 | tuple_element.pass.cpp:49: error: template argument 1 is invalid |
| 4974 | tuple_element.pass.cpp:49: error: template argument 1 is invalid |
| 4975 | tuple_element.pass.cpp:53: error: expected initializer before ‘<’ token |
| 4976 | tuple_element.pass.cpp:54: error: ‘T’ was not declared in this scope |
| 4977 | tuple_element.pass.cpp:54: error: template argument 2 is invalid |
| 4978 | tuple_element.pass.cpp:54: error: template argument 1 is invalid |
| 4979 | tuple_element.pass.cpp:54: error: template argument 1 is invalid |
| 4980 | tuple_element.pass.cpp:56: error: ‘T’ cannot appear in a constant-expression |
| 4981 | tuple_element.pass.cpp:56: error: template argument 2 is invalid |
| 4982 | tuple_element.pass.cpp:56: error: template argument 1 is invalid |
| 4983 | tuple_element.pass.cpp:56: error: template argument 1 is invalid |
| 4984 | tuple_element.pass.cpp:58: error: ‘T’ cannot appear in a constant-expression |
| 4985 | tuple_element.pass.cpp:58: error: template argument 2 is invalid |
| 4986 | tuple_element.pass.cpp:58: error: template argument 1 is invalid |
| 4987 | tuple_element.pass.cpp:58: error: template argument 1 is invalid |
| 4988 | tuple_element.pass.cpp failed to compile |
| 4989 | tuple_size.pass.cpp: In function ‘int main()’: |
| 4990 | tuple_size.pass.cpp:38: error: expected initializer before ‘<’ token |
| 4991 | tuple_size.pass.cpp:39: error: ‘T’ was not declared in this scope |
| 4992 | tuple_size.pass.cpp:39: error: template argument 1 is invalid |
| 4993 | tuple_size.pass.cpp:39: error: template argument 2 is invalid |
| 4994 | tuple_size.pass.cpp:39: error: template argument 1 is invalid |
| 4995 | tuple_size.pass.cpp:43: error: expected initializer before ‘<’ token |
| 4996 | tuple_size.pass.cpp:44: error: ‘T’ was not declared in this scope |
| 4997 | tuple_size.pass.cpp:44: error: template argument 1 is invalid |
| 4998 | tuple_size.pass.cpp:44: error: template argument 2 is invalid |
| 4999 | tuple_size.pass.cpp:44: error: template argument 1 is invalid |
| 5000 | tuple_size.pass.cpp:48: error: expected initializer before ‘<’ token |
| 5001 | tuple_size.pass.cpp:49: error: ‘T’ was not declared in this scope |
| 5002 | tuple_size.pass.cpp:49: error: template argument 1 is invalid |
| 5003 | tuple_size.pass.cpp:49: error: template argument 2 is invalid |
| 5004 | tuple_size.pass.cpp:49: error: template argument 1 is invalid |
| 5005 | tuple_size.pass.cpp:53: error: expected initializer before ‘<’ token |
| 5006 | tuple_size.pass.cpp:54: error: ‘T’ was not declared in this scope |
| 5007 | tuple_size.pass.cpp:54: error: template argument 1 is invalid |
| 5008 | tuple_size.pass.cpp:54: error: template argument 2 is invalid |
| 5009 | tuple_size.pass.cpp:54: error: template argument 1 is invalid |
| 5010 | tuple_size.pass.cpp failed to compile |
| 5011 | failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.helper |
| 5012 | begin.pass.cpp: In function ‘int main()’: |
| 5013 | begin.pass.cpp:41: error: expected initializer before ‘<’ token |
| 5014 | begin.pass.cpp:43: error: ‘T’ does not name a type |
| 5015 | begin.pass.cpp:44: error: ‘t’ was not declared in this scope |
| 5016 | begin.pass.cpp:44: error: ‘begin’ was not declared in this scope |
| 5017 | begin.pass.cpp:45: error: ‘end’ was not declared in this scope |
| 5018 | begin.pass.cpp failed to compile |
| 5019 | failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.range |
| 5020 | eq.pass.cpp: In function ‘int main()’: |
| 5021 | eq.pass.cpp:39: error: expected initializer before ‘<’ token |
| 5022 | eq.pass.cpp:40: error: expected initializer before ‘<’ token |
| 5023 | eq.pass.cpp:41: error: ‘T1’ does not name a type |
| 5024 | eq.pass.cpp:42: error: ‘T2’ does not name a type |
| 5025 | eq.pass.cpp:43: error: ‘t1’ was not declared in this scope |
| 5026 | eq.pass.cpp:43: error: ‘t2’ was not declared in this scope |
| 5027 | eq.pass.cpp:47: error: expected initializer before ‘<’ token |
| 5028 | eq.pass.cpp:48: error: expected initializer before ‘<’ token |
| 5029 | eq.pass.cpp:49: error: ‘T1’ does not name a type |
| 5030 | eq.pass.cpp:50: error: ‘T2’ does not name a type |
| 5031 | eq.pass.cpp:51: error: ‘t1’ was not declared in this scope |
| 5032 | eq.pass.cpp:51: error: ‘t2’ was not declared in this scope |
| 5033 | eq.pass.cpp:55: error: expected initializer before ‘<’ token |
| 5034 | eq.pass.cpp:56: error: expected initializer before ‘<’ token |
| 5035 | eq.pass.cpp:57: error: ‘T1’ does not name a type |
| 5036 | eq.pass.cpp:58: error: ‘T2’ does not name a type |
| 5037 | eq.pass.cpp:59: error: ‘t1’ was not declared in this scope |
| 5038 | eq.pass.cpp:59: error: ‘t2’ was not declared in this scope |
| 5039 | eq.pass.cpp:63: error: expected initializer before ‘<’ token |
| 5040 | eq.pass.cpp:64: error: expected initializer before ‘<’ token |
| 5041 | eq.pass.cpp:65: error: ‘T1’ does not name a type |
| 5042 | eq.pass.cpp:66: error: ‘T2’ does not name a type |
| 5043 | eq.pass.cpp:67: error: ‘t1’ was not declared in this scope |
| 5044 | eq.pass.cpp:67: error: ‘t2’ was not declared in this scope |
| 5045 | eq.pass.cpp:71: error: expected initializer before ‘<’ token |
| 5046 | eq.pass.cpp:72: error: expected initializer before ‘<’ token |
| 5047 | eq.pass.cpp:73: error: ‘T1’ does not name a type |
| 5048 | eq.pass.cpp:74: error: ‘T2’ does not name a type |
| 5049 | eq.pass.cpp:75: error: ‘t1’ was not declared in this scope |
| 5050 | eq.pass.cpp:75: error: ‘t2’ was not declared in this scope |
| 5051 | eq.pass.cpp:79: error: expected initializer before ‘<’ token |
| 5052 | eq.pass.cpp:80: error: expected initializer before ‘<’ token |
| 5053 | eq.pass.cpp:81: error: ‘T1’ does not name a type |
| 5054 | eq.pass.cpp:82: error: ‘T2’ does not name a type |
| 5055 | eq.pass.cpp:83: error: ‘t1’ was not declared in this scope |
| 5056 | eq.pass.cpp:83: error: ‘t2’ was not declared in this scope |
| 5057 | eq.pass.cpp:87: error: expected initializer before ‘<’ token |
| 5058 | eq.pass.cpp:88: error: expected initializer before ‘<’ token |
| 5059 | eq.pass.cpp:89: error: ‘T1’ does not name a type |
| 5060 | eq.pass.cpp:90: error: ‘T2’ does not name a type |
| 5061 | eq.pass.cpp:91: error: ‘t1’ was not declared in this scope |
| 5062 | eq.pass.cpp:91: error: ‘t2’ was not declared in this scope |
| 5063 | eq.pass.cpp:95: error: expected initializer before ‘<’ token |
| 5064 | eq.pass.cpp:96: error: expected initializer before ‘<’ token |
| 5065 | eq.pass.cpp:97: error: ‘T1’ does not name a type |
| 5066 | eq.pass.cpp:98: error: ‘T2’ does not name a type |
| 5067 | eq.pass.cpp:99: error: ‘t1’ was not declared in this scope |
| 5068 | eq.pass.cpp:99: error: ‘t2’ was not declared in this scope |
| 5069 | eq.pass.cpp:103: error: expected initializer before ‘<’ token |
| 5070 | eq.pass.cpp:104: error: expected initializer before ‘<’ token |
| 5071 | eq.pass.cpp:105: error: ‘T1’ does not name a type |
| 5072 | eq.pass.cpp:106: error: ‘T2’ does not name a type |
| 5073 | eq.pass.cpp:107: error: ‘t1’ was not declared in this scope |
| 5074 | eq.pass.cpp:107: error: ‘t2’ was not declared in this scope |
| 5075 | eq.pass.cpp:111: error: expected initializer before ‘<’ token |
| 5076 | eq.pass.cpp:112: error: expected initializer before ‘<’ token |
| 5077 | eq.pass.cpp:113: error: ‘T1’ does not name a type |
| 5078 | eq.pass.cpp:114: error: ‘T2’ does not name a type |
| 5079 | eq.pass.cpp:115: error: ‘t1’ was not declared in this scope |
| 5080 | eq.pass.cpp:115: error: ‘t2’ was not declared in this scope |
| 5081 | eq.pass.cpp:119: error: expected initializer before ‘<’ token |
| 5082 | eq.pass.cpp:120: error: expected initializer before ‘<’ token |
| 5083 | eq.pass.cpp:121: error: ‘T1’ does not name a type |
| 5084 | eq.pass.cpp:122: error: ‘T2’ does not name a type |
| 5085 | eq.pass.cpp:123: error: ‘t1’ was not declared in this scope |
| 5086 | eq.pass.cpp:123: error: ‘t2’ was not declared in this scope |
| 5087 | eq.pass.cpp:127: error: expected initializer before ‘<’ token |
| 5088 | eq.pass.cpp:128: error: expected initializer before ‘<’ token |
| 5089 | eq.pass.cpp:129: error: ‘T1’ does not name a type |
| 5090 | eq.pass.cpp:130: error: ‘T2’ does not name a type |
| 5091 | eq.pass.cpp:131: error: ‘t1’ was not declared in this scope |
| 5092 | eq.pass.cpp:131: error: ‘t2’ was not declared in this scope |
| 5093 | eq.pass.cpp:135: error: expected initializer before ‘<’ token |
| 5094 | eq.pass.cpp:136: error: expected initializer before ‘<’ token |
| 5095 | eq.pass.cpp:137: error: ‘T1’ does not name a type |
| 5096 | eq.pass.cpp:138: error: ‘T2’ does not name a type |
| 5097 | eq.pass.cpp:139: error: ‘t1’ was not declared in this scope |
| 5098 | eq.pass.cpp:139: error: ‘t2’ was not declared in this scope |
| 5099 | eq.pass.cpp:143: error: expected initializer before ‘<’ token |
| 5100 | eq.pass.cpp:144: error: expected initializer before ‘<’ token |
| 5101 | eq.pass.cpp:145: error: ‘T1’ does not name a type |
| 5102 | eq.pass.cpp:146: error: ‘T2’ does not name a type |
| 5103 | eq.pass.cpp:147: error: ‘t1’ was not declared in this scope |
| 5104 | eq.pass.cpp:147: error: ‘t2’ was not declared in this scope |
| 5105 | eq.pass.cpp:151: error: expected initializer before ‘<’ token |
| 5106 | eq.pass.cpp:152: error: expected initializer before ‘<’ token |
| 5107 | eq.pass.cpp:153: error: ‘T1’ does not name a type |
| 5108 | eq.pass.cpp:154: error: ‘T2’ does not name a type |
| 5109 | eq.pass.cpp:155: error: ‘t1’ was not declared in this scope |
| 5110 | eq.pass.cpp:155: error: ‘t2’ was not declared in this scope |
| 5111 | eq.pass.cpp failed to compile |
| 5112 | lt.pass.cpp: In function ‘int main()’: |
| 5113 | lt.pass.cpp:51: error: expected initializer before ‘<’ token |
| 5114 | lt.pass.cpp:52: error: expected initializer before ‘<’ token |
| 5115 | lt.pass.cpp:53: error: ‘T1’ does not name a type |
| 5116 | lt.pass.cpp:54: error: ‘T2’ does not name a type |
| 5117 | lt.pass.cpp:55: error: ‘t1’ was not declared in this scope |
| 5118 | lt.pass.cpp:55: error: ‘t2’ was not declared in this scope |
| 5119 | lt.pass.cpp:61: error: expected initializer before ‘<’ token |
| 5120 | lt.pass.cpp:62: error: expected initializer before ‘<’ token |
| 5121 | lt.pass.cpp:63: error: ‘T1’ does not name a type |
| 5122 | lt.pass.cpp:64: error: ‘T2’ does not name a type |
| 5123 | lt.pass.cpp:65: error: ‘t1’ was not declared in this scope |
| 5124 | lt.pass.cpp:65: error: ‘t2’ was not declared in this scope |
| 5125 | lt.pass.cpp:71: error: expected initializer before ‘<’ token |
| 5126 | lt.pass.cpp:72: error: expected initializer before ‘<’ token |
| 5127 | lt.pass.cpp:73: error: ‘T1’ does not name a type |
| 5128 | lt.pass.cpp:74: error: ‘T2’ does not name a type |
| 5129 | lt.pass.cpp:75: error: ‘t1’ was not declared in this scope |
| 5130 | lt.pass.cpp:75: error: ‘t2’ was not declared in this scope |
| 5131 | lt.pass.cpp:81: error: expected initializer before ‘<’ token |
| 5132 | lt.pass.cpp:82: error: expected initializer before ‘<’ token |
| 5133 | lt.pass.cpp:83: error: ‘T1’ does not name a type |
| 5134 | lt.pass.cpp:84: error: ‘T2’ does not name a type |
| 5135 | lt.pass.cpp:85: error: ‘t1’ was not declared in this scope |
| 5136 | lt.pass.cpp:85: error: ‘t2’ was not declared in this scope |
| 5137 | lt.pass.cpp:91: error: expected initializer before ‘<’ token |
| 5138 | lt.pass.cpp:92: error: expected initializer before ‘<’ token |
| 5139 | lt.pass.cpp:93: error: ‘T1’ does not name a type |
| 5140 | lt.pass.cpp:94: error: ‘T2’ does not name a type |
| 5141 | lt.pass.cpp:95: error: ‘t1’ was not declared in this scope |
| 5142 | lt.pass.cpp:95: error: ‘t2’ was not declared in this scope |
| 5143 | lt.pass.cpp:101: error: expected initializer before ‘<’ token |
| 5144 | lt.pass.cpp:102: error: expected initializer before ‘<’ token |
| 5145 | lt.pass.cpp:103: error: ‘T1’ does not name a type |
| 5146 | lt.pass.cpp:104: error: ‘T2’ does not name a type |
| 5147 | lt.pass.cpp:105: error: ‘t1’ was not declared in this scope |
| 5148 | lt.pass.cpp:105: error: ‘t2’ was not declared in this scope |
| 5149 | lt.pass.cpp:111: error: expected initializer before ‘<’ token |
| 5150 | lt.pass.cpp:112: error: expected initializer before ‘<’ token |
| 5151 | lt.pass.cpp:113: error: ‘T1’ does not name a type |
| 5152 | lt.pass.cpp:114: error: ‘T2’ does not name a type |
| 5153 | lt.pass.cpp:115: error: ‘t1’ was not declared in this scope |
| 5154 | lt.pass.cpp:115: error: ‘t2’ was not declared in this scope |
| 5155 | lt.pass.cpp:121: error: expected initializer before ‘<’ token |
| 5156 | lt.pass.cpp:122: error: expected initializer before ‘<’ token |
| 5157 | lt.pass.cpp:123: error: ‘T1’ does not name a type |
| 5158 | lt.pass.cpp:124: error: ‘T2’ does not name a type |
| 5159 | lt.pass.cpp:125: error: ‘t1’ was not declared in this scope |
| 5160 | lt.pass.cpp:125: error: ‘t2’ was not declared in this scope |
| 5161 | lt.pass.cpp:131: error: expected initializer before ‘<’ token |
| 5162 | lt.pass.cpp:132: error: expected initializer before ‘<’ token |
| 5163 | lt.pass.cpp:133: error: ‘T1’ does not name a type |
| 5164 | lt.pass.cpp:134: error: ‘T2’ does not name a type |
| 5165 | lt.pass.cpp:135: error: ‘t1’ was not declared in this scope |
| 5166 | lt.pass.cpp:135: error: ‘t2’ was not declared in this scope |
| 5167 | lt.pass.cpp:141: error: expected initializer before ‘<’ token |
| 5168 | lt.pass.cpp:142: error: expected initializer before ‘<’ token |
| 5169 | lt.pass.cpp:143: error: ‘T1’ does not name a type |
| 5170 | lt.pass.cpp:144: error: ‘T2’ does not name a type |
| 5171 | lt.pass.cpp:145: error: ‘t1’ was not declared in this scope |
| 5172 | lt.pass.cpp:145: error: ‘t2’ was not declared in this scope |
| 5173 | lt.pass.cpp:151: error: expected initializer before ‘<’ token |
| 5174 | lt.pass.cpp:152: error: expected initializer before ‘<’ token |
| 5175 | lt.pass.cpp:153: error: ‘T1’ does not name a type |
| 5176 | lt.pass.cpp:154: error: ‘T2’ does not name a type |
| 5177 | lt.pass.cpp:155: error: ‘t1’ was not declared in this scope |
| 5178 | lt.pass.cpp:155: error: ‘t2’ was not declared in this scope |
| 5179 | lt.pass.cpp:161: error: expected initializer before ‘<’ token |
| 5180 | lt.pass.cpp:162: error: expected initializer before ‘<’ token |
| 5181 | lt.pass.cpp:163: error: ‘T1’ does not name a type |
| 5182 | lt.pass.cpp:164: error: ‘T2’ does not name a type |
| 5183 | lt.pass.cpp:165: error: ‘t1’ was not declared in this scope |
| 5184 | lt.pass.cpp:165: error: ‘t2’ was not declared in this scope |
| 5185 | lt.pass.cpp:171: error: expected initializer before ‘<’ token |
| 5186 | lt.pass.cpp:172: error: expected initializer before ‘<’ token |
| 5187 | lt.pass.cpp:173: error: ‘T1’ does not name a type |
| 5188 | lt.pass.cpp:174: error: ‘T2’ does not name a type |
| 5189 | lt.pass.cpp:175: error: ‘t1’ was not declared in this scope |
| 5190 | lt.pass.cpp:175: error: ‘t2’ was not declared in this scope |
| 5191 | lt.pass.cpp:181: error: expected initializer before ‘<’ token |
| 5192 | lt.pass.cpp:182: error: expected initializer before ‘<’ token |
| 5193 | lt.pass.cpp:183: error: ‘T1’ does not name a type |
| 5194 | lt.pass.cpp:184: error: ‘T2’ does not name a type |
| 5195 | lt.pass.cpp:185: error: ‘t1’ was not declared in this scope |
| 5196 | lt.pass.cpp:185: error: ‘t2’ was not declared in this scope |
| 5197 | lt.pass.cpp:191: error: expected initializer before ‘<’ token |
| 5198 | lt.pass.cpp:192: error: expected initializer before ‘<’ token |
| 5199 | lt.pass.cpp:193: error: ‘T1’ does not name a type |
| 5200 | lt.pass.cpp:194: error: ‘T2’ does not name a type |
| 5201 | lt.pass.cpp:195: error: ‘t1’ was not declared in this scope |
| 5202 | lt.pass.cpp:195: error: ‘t2’ was not declared in this scope |
| 5203 | lt.pass.cpp:201: error: expected initializer before ‘<’ token |
| 5204 | lt.pass.cpp:202: error: expected initializer before ‘<’ token |
| 5205 | lt.pass.cpp:203: error: ‘T1’ does not name a type |
| 5206 | lt.pass.cpp:204: error: ‘T2’ does not name a type |
| 5207 | lt.pass.cpp:205: error: ‘t1’ was not declared in this scope |
| 5208 | lt.pass.cpp:205: error: ‘t2’ was not declared in this scope |
| 5209 | lt.pass.cpp failed to compile |
| 5210 | failed 2 tests in /test/utilities/tuple/tuple.tuple/tuple.rel |
| 5211 | non_member_swap.pass.cpp: In function ‘int main()’: |
| 5212 | non_member_swap.pass.cpp:39: error: expected initializer before ‘<’ token |
| 5213 | non_member_swap.pass.cpp:40: error: ‘T’ was not declared in this scope |
| 5214 | non_member_swap.pass.cpp:40: error: expected `;' before ‘t0’ |
| 5215 | non_member_swap.pass.cpp:41: error: expected `;' before ‘t1’ |
| 5216 | non_member_swap.pass.cpp:42: error: ‘t0’ was not declared in this scope |
| 5217 | non_member_swap.pass.cpp:42: error: ‘t1’ was not declared in this scope |
| 5218 | non_member_swap.pass.cpp:42: error: ‘swap’ was not declared in this scope |
| 5219 | non_member_swap.pass.cpp:45: error: expected initializer before ‘<’ token |
| 5220 | non_member_swap.pass.cpp:46: error: ‘T’ was not declared in this scope |
| 5221 | non_member_swap.pass.cpp:46: error: expected `;' before ‘t0’ |
| 5222 | non_member_swap.pass.cpp:47: error: expected `;' before ‘t1’ |
| 5223 | non_member_swap.pass.cpp:48: error: ‘t0’ was not declared in this scope |
| 5224 | non_member_swap.pass.cpp:48: error: ‘t1’ was not declared in this scope |
| 5225 | non_member_swap.pass.cpp:48: error: ‘swap’ was not declared in this scope |
| 5226 | non_member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ |
| 5227 | non_member_swap.pass.cpp:50: error: ‘get’ is not a member of ‘std’ |
| 5228 | non_member_swap.pass.cpp:53: error: expected initializer before ‘<’ token |
| 5229 | non_member_swap.pass.cpp:54: error: ‘T’ was not declared in this scope |
| 5230 | non_member_swap.pass.cpp:54: error: expected `;' before ‘t0’ |
| 5231 | non_member_swap.pass.cpp:55: error: expected `;' before ‘t1’ |
| 5232 | non_member_swap.pass.cpp:56: error: ‘t0’ was not declared in this scope |
| 5233 | non_member_swap.pass.cpp:56: error: ‘t1’ was not declared in this scope |
| 5234 | non_member_swap.pass.cpp:56: error: ‘swap’ was not declared in this scope |
| 5235 | non_member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ |
| 5236 | non_member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ |
| 5237 | non_member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ |
| 5238 | non_member_swap.pass.cpp:60: error: ‘get’ is not a member of ‘std’ |
| 5239 | non_member_swap.pass.cpp:63: error: expected initializer before ‘<’ token |
| 5240 | non_member_swap.pass.cpp:64: error: ‘T’ was not declared in this scope |
| 5241 | non_member_swap.pass.cpp:64: error: expected `;' before ‘t0’ |
| 5242 | non_member_swap.pass.cpp:65: error: expected `;' before ‘t1’ |
| 5243 | non_member_swap.pass.cpp:66: error: ‘t0’ was not declared in this scope |
| 5244 | non_member_swap.pass.cpp:66: error: ‘t1’ was not declared in this scope |
| 5245 | non_member_swap.pass.cpp:66: error: ‘swap’ was not declared in this scope |
| 5246 | non_member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ |
| 5247 | non_member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ |
| 5248 | non_member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ |
| 5249 | non_member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ |
| 5250 | non_member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ |
| 5251 | non_member_swap.pass.cpp:72: error: ‘get’ is not a member of ‘std’ |
| 5252 | non_member_swap.pass.cpp failed to compile |
| 5253 | failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.special |
| 5254 | member_swap.pass.cpp: In function ‘int main()’: |
| 5255 | member_swap.pass.cpp:38: error: expected initializer before ‘<’ token |
| 5256 | member_swap.pass.cpp:39: error: ‘T’ was not declared in this scope |
| 5257 | member_swap.pass.cpp:39: error: expected `;' before ‘t0’ |
| 5258 | member_swap.pass.cpp:40: error: expected `;' before ‘t1’ |
| 5259 | member_swap.pass.cpp:41: error: ‘t0’ was not declared in this scope |
| 5260 | member_swap.pass.cpp:41: error: ‘t1’ was not declared in this scope |
| 5261 | member_swap.pass.cpp:44: error: expected initializer before ‘<’ token |
| 5262 | member_swap.pass.cpp:45: error: ‘T’ was not declared in this scope |
| 5263 | member_swap.pass.cpp:45: error: expected `;' before ‘t0’ |
| 5264 | member_swap.pass.cpp:46: error: expected `;' before ‘t1’ |
| 5265 | member_swap.pass.cpp:47: error: ‘t0’ was not declared in this scope |
| 5266 | member_swap.pass.cpp:47: error: ‘t1’ was not declared in this scope |
| 5267 | member_swap.pass.cpp:48: error: ‘get’ is not a member of ‘std’ |
| 5268 | member_swap.pass.cpp:49: error: ‘get’ is not a member of ‘std’ |
| 5269 | member_swap.pass.cpp:52: error: expected initializer before ‘<’ token |
| 5270 | member_swap.pass.cpp:53: error: ‘T’ was not declared in this scope |
| 5271 | member_swap.pass.cpp:53: error: expected `;' before ‘t0’ |
| 5272 | member_swap.pass.cpp:54: error: expected `;' before ‘t1’ |
| 5273 | member_swap.pass.cpp:55: error: ‘t0’ was not declared in this scope |
| 5274 | member_swap.pass.cpp:55: error: ‘t1’ was not declared in this scope |
| 5275 | member_swap.pass.cpp:56: error: ‘get’ is not a member of ‘std’ |
| 5276 | member_swap.pass.cpp:57: error: ‘get’ is not a member of ‘std’ |
| 5277 | member_swap.pass.cpp:58: error: ‘get’ is not a member of ‘std’ |
| 5278 | member_swap.pass.cpp:59: error: ‘get’ is not a member of ‘std’ |
| 5279 | member_swap.pass.cpp:62: error: expected initializer before ‘<’ token |
| 5280 | member_swap.pass.cpp:63: error: ‘T’ was not declared in this scope |
| 5281 | member_swap.pass.cpp:63: error: expected `;' before ‘t0’ |
| 5282 | member_swap.pass.cpp:64: error: expected `;' before ‘t1’ |
| 5283 | member_swap.pass.cpp:65: error: ‘t0’ was not declared in this scope |
| 5284 | member_swap.pass.cpp:65: error: ‘t1’ was not declared in this scope |
| 5285 | member_swap.pass.cpp:66: error: ‘get’ is not a member of ‘std’ |
| 5286 | member_swap.pass.cpp:67: error: ‘get’ is not a member of ‘std’ |
| 5287 | member_swap.pass.cpp:68: error: ‘get’ is not a member of ‘std’ |
| 5288 | member_swap.pass.cpp:69: error: ‘get’ is not a member of ‘std’ |
| 5289 | member_swap.pass.cpp:70: error: ‘get’ is not a member of ‘std’ |
| 5290 | member_swap.pass.cpp:71: error: ‘get’ is not a member of ‘std’ |
| 5291 | member_swap.pass.cpp failed to compile |
| 5292 | failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.swap |
| 5293 | uses_allocator.pass.cpp: In function ‘int main()’: |
| 5294 | uses_allocator.pass.cpp:39: error: expected initializer before ‘<’ token |
| 5295 | uses_allocator.pass.cpp:40: error: ‘T’ was not declared in this scope |
| 5296 | uses_allocator.pass.cpp:40: error: ‘::value’ has not been declared |
| 5297 | uses_allocator.pass.cpp:40: error: ‘>>’ should be ‘> >’ within a nested template argument list |
| 5298 | uses_allocator.pass.cpp:40: error: template argument 1 is invalid |
| 5299 | uses_allocator.pass.cpp:40: error: template argument 2 is invalid |
| 5300 | uses_allocator.pass.cpp:40: error: template argument 1 is invalid |
| 5301 | uses_allocator.pass.cpp:44: error: expected initializer before ‘<’ token |
| 5302 | uses_allocator.pass.cpp:45: error: ‘T’ was not declared in this scope |
| 5303 | uses_allocator.pass.cpp:45: error: ‘::value’ has not been declared |
| 5304 | uses_allocator.pass.cpp:45: error: ‘>>’ should be ‘> >’ within a nested template argument list |
| 5305 | uses_allocator.pass.cpp:45: error: template argument 1 is invalid |
| 5306 | uses_allocator.pass.cpp:45: error: template argument 2 is invalid |
| 5307 | uses_allocator.pass.cpp:45: error: template argument 1 is invalid |
| 5308 | uses_allocator.pass.cpp:49: error: expected initializer before ‘<’ token |
| 5309 | uses_allocator.pass.cpp:50: error: ‘T’ was not declared in this scope |
| 5310 | uses_allocator.pass.cpp:50: error: ‘::value’ has not been declared |
| 5311 | uses_allocator.pass.cpp:50: error: ‘>>’ should be ‘> >’ within a nested template argument list |
| 5312 | uses_allocator.pass.cpp:50: error: template argument 1 is invalid |
| 5313 | uses_allocator.pass.cpp:50: error: template argument 2 is invalid |
| 5314 | uses_allocator.pass.cpp:50: error: template argument 1 is invalid |
| 5315 | uses_allocator.pass.cpp:54: error: expected initializer before ‘<’ token |
| 5316 | uses_allocator.pass.cpp:55: error: ‘T’ was not declared in this scope |
| 5317 | uses_allocator.pass.cpp:55: error: ‘::value’ has not been declared |
| 5318 | uses_allocator.pass.cpp:55: error: ‘>>’ should be ‘> >’ within a nested template argument list |
| 5319 | uses_allocator.pass.cpp:55: error: template argument 1 is invalid |
| 5320 | uses_allocator.pass.cpp:55: error: template argument 2 is invalid |
| 5321 | uses_allocator.pass.cpp:55: error: template argument 1 is invalid |
| 5322 | uses_allocator.pass.cpp failed to compile |
| 5323 | failed 1 tests in /test/utilities/tuple/tuple.tuple/tuple.traits |
| 5324 | passed 1 tests in /test/utilities/type.index |
| 5325 | passed 1 tests in /test/utilities/type.index/type.index.hash |
| 5326 | passed 5 tests in /test/utilities/type.index/type.index.members |
| 5327 | passed 2 tests in /test/utilities/type.index/type.index.overview |
| 5328 | passed 1 tests in /test/utilities/type.index/type.index.synopsis |
| 5329 | passed 1 tests in /test/utilities/utilities.general |
| 5330 | passed 1 tests in /test/utilities/utility |
| 5331 | forward.pass.cpp: In function ‘int main()’: |
| 5332 | forward.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]’ |
| 5334 | forward.pass.cpp:78: error: template argument 1 is invalid |
| 5335 | forward.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]’ |
| 5337 | forward.pass.cpp:80: error: template argument 1 is invalid |
| 5338 | forward.pass.cpp failed to compile |
| 5339 | failed 1 tests in /test/utilities/utility/forward |
| 5340 | passed 12 tests in /test/utilities/utility/forward |
| 5341 | passed 1 tests in /test/utilities/utility/operators |
| 5342 | not implemented: /test/utilities/utility/pairs |
| 5343 | not implemented: /test/utilities/utility/pairs/pair.astuple |
| 5344 | not implemented: /test/utilities/utility/pairs/pair.piecewise |
| 5345 | not implemented: /test/utilities/utility/pairs/pair.range |
| 5346 | not implemented: /test/utilities/utility/pairs/pairs.general |
| 5347 | not implemented: /test/utilities/utility/pairs/pairs.pair |
| 5348 | passed 2 tests in /test/utilities/utility/utility.swap |
| 5349 | passed 1 tests in /test/utilities/utility.requirements |
| 5350 | passed 1 tests in /test/utilities/utility.requirements/allocator.requirements |
| 5351 | passed 1 tests in /test/utilities/utility.requirements/hash.requirements |
| 5352 | passed 1 tests in /test/utilities/utility.requirements/nullablepointer.requirements |
| 5353 | passed 1 tests in /test/utilities/utility.requirements/swappable.requirements |
| 5354 | passed 1 tests in /test/utilities/utility.requirements/utility.arg.requirements |
| 5355 | **************************************************** |
| 5356 | Results for /test: |
| 5357 | using i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1) |
| 5358 | Copyright (C) 2007 Free Software Foundation, Inc. |
| 5359 | This is free software; see the source for copying conditions. There is NO |
| 5360 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 5361 | with -nostdinc++ -nodefaultlibs /usr/lib/libSystem.B.dylib -arch i386 -I../include /usr/lib/libc++.dylib |
| 5362 | ---------------------------------------------------- |
| 5363 | sections without tests : 145 |
| 5364 | sections with failures : 48 |
| 5365 | sections without failures: 858 |
| 5366 | + ---- |
| 5367 | total number of sections : 1051 |
| 5368 | ---------------------------------------------------- |
| 5369 | number of tests failed : 141 |
| 5370 | number of tests passed : 3182 |
| 5371 | + ---- |
| 5372 | total number of tests : 3323 |
| 5373 | **************************************************** |